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

cshannon pushed a commit to branch 2.1
in repository https://gitbox.apache.org/repos/asf/accumulo.git


The following commit(s) were added to refs/heads/2.1 by this push:
     new b59af2ce66 Update several dependency versions (#3207)
b59af2ce66 is described below

commit b59af2ce6696826dc7397a3fae2ca4718376d5e7
Author: Christopher L. Shannon <christopher.l.shan...@gmail.com>
AuthorDate: Fri Mar 3 06:54:17 2023 -0500

    Update several dependency versions (#3207)
    
    * Apache parent 29
    * Slf4j 2.0.6
    * Jackson 2.14.2
    * Jetty 11.0.13
    * Jaxb 4.0.2
    * Jersey 3.0.9
    * Junit 5.9.2
    * Caffeine 3.1.4
    * Protobuf 3.22.0
    * Jline 3.22.0
    * Spotbugs annotations 4.7.3
    * Freemarker 2.3.22
---
 pom.xml | 24 ++++++++++++------------
 1 file changed, 12 insertions(+), 12 deletions(-)

diff --git a/pom.xml b/pom.xml
index 0dc8d7c901..c64e71bfdb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache</groupId>
     <artifactId>apache</artifactId>
-    <version>28</version>
+    <version>29</version>
   </parent>
   <groupId>org.apache.accumulo</groupId>
   <artifactId>accumulo-project</artifactId>
@@ -147,7 +147,7 @@
     <!-- timestamp for reproducible outputs, updated on release by the release 
plugin -->
     
<project.build.outputTimestamp>2022-10-27T05:45:29Z</project.build.outputTimestamp>
     <rat.consoleOutput>true</rat.consoleOutput>
-    <slf4j.version>2.0.3</slf4j.version>
+    <slf4j.version>2.0.6</slf4j.version>
     
<sourceReleaseAssemblyDescriptor>source-release-tar</sourceReleaseAssemblyDescriptor>
     <surefire.excludedGroups />
     <surefire.failIfNoSpecifiedTests>false</surefire.failIfNoSpecifiedTests>
@@ -166,7 +166,7 @@
       <dependency>
         <groupId>com.fasterxml.jackson</groupId>
         <artifactId>jackson-bom</artifactId>
-        <version>2.13.4.20221013</version>
+        <version>2.14.2</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
@@ -208,7 +208,7 @@
       <dependency>
         <groupId>org.eclipse.jetty</groupId>
         <artifactId>jetty-bom</artifactId>
-        <version>11.0.12</version>
+        <version>11.0.13</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
@@ -222,7 +222,7 @@
       <dependency>
         <groupId>org.glassfish.jaxb</groupId>
         <artifactId>jaxb-bom</artifactId>
-        <version>4.0.0</version>
+        <version>4.0.2</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
@@ -230,14 +230,14 @@
         <groupId>org.glassfish.jersey</groupId>
         <artifactId>jersey-bom</artifactId>
         <!-- 3.1.0 would require jakarta.ws.rs-api 3.1.0, jakartaee 9 uses 
3.0.0 -->
-        <version>3.0.8</version>
+        <version>3.0.9</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
       <dependency>
         <groupId>org.junit</groupId>
         <artifactId>junit-bom</artifactId>
-        <version>5.9.1</version>
+        <version>5.9.2</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
@@ -254,12 +254,12 @@
       <dependency>
         <groupId>com.github.ben-manes.caffeine</groupId>
         <artifactId>caffeine</artifactId>
-        <version>3.1.1</version>
+        <version>3.1.4</version>
       </dependency>
       <dependency>
         <groupId>com.github.spotbugs</groupId>
         <artifactId>spotbugs-annotations</artifactId>
-        <version>4.7.2</version>
+        <version>4.7.3</version>
       </dependency>
       <dependency>
         <groupId>com.google.auto.service</groupId>
@@ -296,7 +296,7 @@
       <dependency>
         <groupId>com.google.protobuf</groupId>
         <artifactId>protobuf-java</artifactId>
-        <version>3.21.7</version>
+        <version>3.22.0</version>
       </dependency>
       <dependency>
         <groupId>com.lmax</groupId>
@@ -584,7 +584,7 @@
       <dependency>
         <groupId>org.freemarker</groupId>
         <artifactId>freemarker</artifactId>
-        <version>2.3.31</version>
+        <version>2.3.32</version>
       </dependency>
       <dependency>
         <groupId>org.glassfish</groupId>
@@ -626,7 +626,7 @@
       <dependency>
         <groupId>org.jline</groupId>
         <artifactId>jline</artifactId>
-        <version>3.21.0</version>
+        <version>3.22.0</version>
       </dependency>
       <dependency>
         <groupId>org.latencyutils</groupId>

Reply via email to