Skip to content

Commit

Permalink
[MINDEXER-160] Update spring and p-u (#215)
Browse files Browse the repository at this point in the history
Update spring (used in demos) and
plexus-utils (coming as transitive).
  • Loading branch information
cstamas authored May 30, 2022
1 parent a8f5775 commit 41e0458
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion indexer-examples/indexer-examples-spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ under the License.
</description>

<properties>
<version.spring>5.3.19</version.spring>
<version.spring>5.3.20</version.spring>
</properties>

<build>
Expand Down
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,11 @@ under the License.
</dependency>

<!-- Maven -->
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>
<version>3.4.2</version>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-model</artifactId>
Expand Down

0 comments on commit 41e0458

Please sign in to comment.