You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by cs...@apache.org on 2022/05/30 06:59:40 UTC

[maven-indexer] branch MINDEXER-160-update created (now 2ed7feb)

This is an automated email from the ASF dual-hosted git repository.

cstamas pushed a change to branch MINDEXER-160-update
in repository https://gitbox.apache.org/repos/asf/maven-indexer.git


      at 2ed7feb  [MINDEXER-160] Update spring and p-u

This branch includes the following new commits:

     new 2ed7feb  [MINDEXER-160] Update spring and p-u

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[maven-indexer] 01/01: [MINDEXER-160] Update spring and p-u

Posted by cs...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

cstamas pushed a commit to branch MINDEXER-160-update
in repository https://gitbox.apache.org/repos/asf/maven-indexer.git

commit 2ed7feb50e97e94b5e1e4dacfe39249ec7ef05cb
Author: Tamas Cservenak <ta...@cservenak.net>
AuthorDate: Mon May 30 08:56:37 2022 +0200

    [MINDEXER-160] Update spring and p-u
    
    Update spring (used in demos) and
    plexus-utils (coming as transitive).
---
 indexer-examples/indexer-examples-spring/pom.xml | 2 +-
 pom.xml                                          | 5 +++++
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/indexer-examples/indexer-examples-spring/pom.xml b/indexer-examples/indexer-examples-spring/pom.xml
index d2901a5..8680e16 100644
--- a/indexer-examples/indexer-examples-spring/pom.xml
+++ b/indexer-examples/indexer-examples-spring/pom.xml
@@ -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>
diff --git a/pom.xml b/pom.xml
index 20d976d..1a36ad7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>