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

michaelo pushed a commit to branch MSHARED-1406
in repository https://gitbox.apache.org/repos/asf/maven-shared-jar.git

commit 0c0ba8a877d3880e14ced4ba745c0de1f173c773
Author: Michael Osipov <1983-01...@gmx.net>
AuthorDate: Wed May 29 22:30:57 2024 +0200

    [MSHARED-1406] Upgrade to Parent 42 and Maven 3.6.3
    
    This closes #39
---
 pom.xml | 15 +++++++++++----
 1 file changed, 11 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index ce383f2..f5b0e0b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.maven.shared</groupId>
     <artifactId>maven-shared-components</artifactId>
-    <version>41</version>
+    <version>42</version>
     <relativePath />
   </parent>
 
@@ -56,7 +56,7 @@
 
   <properties>
     <javaVersion>8</javaVersion>
-    <mavenVersion>3.2.5</mavenVersion>
+    <mavenVersion>3.6.3</mavenVersion>
     <slf4jVersion>1.7.36</slf4jVersion>
     
<project.build.outputTimestamp>2023-04-15T15:52:39Z</project.build.outputTimestamp>
     <junitVersion>5.10.2</junitVersion>
@@ -96,13 +96,20 @@
     <dependency>
       <groupId>commons-codec</groupId>
       <artifactId>commons-codec</artifactId>
-      <version>1.16.1</version>
+      <version>1.17.0</version>
     </dependency>
 
     <dependency>
       <groupId>org.apache.bcel</groupId>
       <artifactId>bcel</artifactId>
-      <version>6.8.2</version>
+      <version>6.9.0</version>
+    </dependency>
+    <!-- Required by BCEL overwritten by maven-artifact -->
+    <dependency>
+      <groupId>org.apache.commons</groupId>
+      <artifactId>commons-lang3</artifactId>
+      <version>3.14.0</version>
+      <scope>runtime</scope>
     </dependency>
 
     <dependency>

Reply via email to