You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by ct...@apache.org on 2022/09/19 00:35:49 UTC

[accumulo] branch main updated: Update to Log4j2 2.19.0 and other dependency updates (#2938)

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

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


The following commit(s) were added to refs/heads/main by this push:
     new a637747107 Update to Log4j2 2.19.0 and other dependency updates (#2938)
a637747107 is described below

commit a637747107ff71f9c04842b438da938537e7d799
Author: Christopher L. Shannon <ch...@gmail.com>
AuthorDate: Sun Sep 18 20:35:45 2022 -0400

    Update to Log4j2 2.19.0 and other dependency updates (#2938)
    
    * Update Log4j2 to 2.19.0
    * Update Curator to 5.3.0
    * Update Jersey to 3.0.8
    * Update Protobuf to 3.21.6
---
 pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 5b0a86e684..d499587354 100644
--- a/pom.xml
+++ b/pom.xml
@@ -120,7 +120,7 @@
     <!-- bouncycastle version for test dependencies -->
     <bouncycastle.version>1.70</bouncycastle.version>
     <!-- Curator version -->
-    <curator.version>5.2.1</curator.version>
+    <curator.version>5.3.0</curator.version>
     <!-- relative path for Eclipse format; should override in child modules if necessary -->
     <eclipseFormatterStyle>${project.parent.basedir}/contrib/Eclipse-Accumulo-Codestyle.xml</eclipseFormatterStyle>
     <errorprone.version>2.15.0</errorprone.version>
@@ -202,7 +202,7 @@
       <dependency>
         <groupId>org.apache.logging.log4j</groupId>
         <artifactId>log4j-bom</artifactId>
-        <version>2.18.0</version>
+        <version>2.19.0</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
@@ -231,7 +231,7 @@
         <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.4</version>
+        <version>3.0.8</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
@@ -297,7 +297,7 @@
       <dependency>
         <groupId>com.google.protobuf</groupId>
         <artifactId>protobuf-java</artifactId>
-        <version>3.21.5</version>
+        <version>3.21.6</version>
       </dependency>
       <dependency>
         <groupId>com.lmax</groupId>