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

cstamas pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-resolver.git


The following commit(s) were added to refs/heads/master by this push:
     new b64984ab [MRESOLVER-539] Use parent POM 42 (#473)
b64984ab is described below

commit b64984abb52a1fb90d3546e96327ca4ca900e345
Author: Tamas Cservenak <ta...@cservenak.net>
AuthorDate: Wed Apr 17 20:46:56 2024 +0200

    [MRESOLVER-539] Use parent POM 42 (#473)
    
    Use parent POM 42.
    
    ---
    
    https://issues.apache.org/jira/browse/MRESOLVER-539
---
 pom.xml | 12 ++----------
 1 file changed, 2 insertions(+), 10 deletions(-)

diff --git a/pom.xml b/pom.xml
index 2065207f..463c21cb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.maven</groupId>
     <artifactId>maven-parent</artifactId>
-    <version>41</version>
+    <version>42</version>
     <relativePath />
   </parent>
 
@@ -212,13 +212,6 @@
         <scope>import</scope>
       </dependency>
 
-      <dependency>
-        <groupId>org.junit</groupId>
-        <artifactId>junit-bom</artifactId>
-        <version>5.10.2</version>
-        <type>pom</type>
-        <scope>import</scope>
-      </dependency>
       <dependency>
         <groupId>org.mockito</groupId>
         <artifactId>mockito-core</artifactId>
@@ -300,7 +293,7 @@
               <dependency>
                 <groupId>${project.groupId}</groupId>
                 <artifactId>${project.artifactId}</artifactId>
-                <version>1.9.16</version>
+                <version>1.9.18</version>
                 <type>${project.packaging}</type>
               </dependency>
             </oldVersion>
@@ -440,7 +433,6 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-javadoc-plugin</artifactId>
-          <version>3.6.3</version>
           <configuration>
             <detectOfflineLinks>false</detectOfflineLinks>
             <linksource>true</linksource>

Reply via email to