You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by gg...@apache.org on 2021/07/28 17:47:41 UTC

[logging-log4j2] branch release-2.x updated: Update some dependencies:

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

ggregory pushed a commit to branch release-2.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git


The following commit(s) were added to refs/heads/release-2.x by this push:
     new a4f6b03  Update some dependencies:
a4f6b03 is described below

commit a4f6b03b477d31d5ae1c0fb01c6b0079ae517e2c
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Wed Jul 28 13:47:36 2021 -0400

    Update some dependencies:
    
    - commons-io:commons-io .......................................... 2.8.0
    -> 2.11.0
    - org.apache.commons:commons-pool2 ............................... 2.9.0
    -> 2.10.0
    - org.apache.commons:commons-compress ............................ 1.20
    -> 1.21
    - org.junit.jupiter:junit-jupiter-engine ......................... 5.7.1
    -> 5.7.2
    - org.junit.jupiter:junit-jupiter-migrationsupport ............... 5.7.1
    -> 5.7.2
    - org.junit.jupiter:junit-jupiter-params ......................... 5.7.1
    -> 5.7.2
    - org.junit.vintage:junit-vintage-engine ......................... 5.7.1
    -> 5.7.2
    - org.springframework:spring-aop ................................. 5.3.5
    -> 5.3.9
    - org.springframework:spring-beans ............................... 5.3.5
    -> 5.3.9
    - org.springframework:spring-context ............................. 5.3.5
    -> 5.3.9
    - org.springframework:spring-context-support ..................... 5.3.5
    -> 5.3.9
    - org.springframework:spring-core ................................ 5.3.5
    -> 5.3.9
    - org.springframework:spring-expression .......................... 5.3.5
    -> 5.3.9
    - org.springframework:spring-oxm ................................. 5.3.5
    -> 5.3.9
    - org.springframework:spring-test ................................ 5.3.5
    -> 5.3.9
    - org.springframework:spring-web ................................. 5.3.5
    -> 5.3.9
    - org.springframework:spring-webmvc .............................. 5.3.5
    -> 5.3.9
    - com.fasterxml.jackson.core:jackson-annotations .................
    2.12.2 -> 2.12.4
    - com.fasterxml.jackson.core:jackson-core ........................
    2.12.2 -> 2.12.4
    - com.fasterxml.jackson.core:jackson-databind ....................
    2.12.2 -> 2.12.4
    - com.fasterxml.jackson.dataformat:jackson-dataformat-xml ........
    2.12.2 -> 2.12.4
    - com.fasterxml.jackson.dataformat:jackson-dataformat-yaml .......
    2.12.2 -> 2.12.4
    - com.fasterxml.jackson.module:jackson-module-jaxb-annotations ...
    2.12.2 -> 2.12.4
    - org.apache.activemq:activemq-broker ............................
    5.16.1 -> 5.16.2
    - org.codehaus.groovy:groovy-dateutil ............................ 3.0.7
    -> 3.0.8
    - org.codehaus.groovy:groovy-jsr223 .............................. 3.0.7
    -> 3.0.8
    
    Local build OK.
---
 pom.xml                 | 16 ++++++++--------
 src/changes/changes.xml | 48 ++++++++++++++++++++++++++++++++----------------
 2 files changed, 40 insertions(+), 24 deletions(-)

diff --git a/pom.xml b/pom.xml
index 1087492..65d4aec 100644
--- a/pom.xml
+++ b/pom.xml
@@ -188,9 +188,9 @@
     <slf4jVersion>1.7.25</slf4jVersion>
     <logbackVersion>1.2.3</logbackVersion>
     <jackson1Version>1.9.13</jackson1Version>
-    <jackson2Version>2.12.2</jackson2Version>
+    <jackson2Version>2.12.4</jackson2Version>
     <spring-boot.version>2.3.6.RELEASE</spring-boot.version>
-    <springVersion>5.3.5</springVersion>
+    <springVersion>5.3.9</springVersion>
     <kubernetes-client.version>4.6.1</kubernetes-client.version>
     <flumeVersion>1.9.0</flumeVersion>
     <disruptorVersion>3.4.4</disruptorVersion>
@@ -200,7 +200,7 @@
     <mongodb4.version>4.2.2</mongodb4.version>
     <!-- POM for jackson-dataformat-xml 2.12.1 depends on woodstox-core 6.2.3 -->
     <woodstox.version>6.2.4</woodstox.version>
-    <groovy.version>3.0.7</groovy.version>
+    <groovy.version>3.0.8</groovy.version>
     <compiler.plugin.version>3.8.1</compiler.plugin.version>
     <pmd.plugin.version>3.10.0</pmd.plugin.version>
     <changes.plugin.version>2.12.1</changes.plugin.version>
@@ -239,12 +239,12 @@
     <javax.persistence>2.2.1</javax.persistence>
     <!-- The OSGi API version MUST always be the MINIMUM version Log4j supports -->
     <osgi.api.version>4.3.1</osgi.api.version>
-    <activemq.version>5.16.1</activemq.version>
+    <activemq.version>5.16.2</activemq.version>
     <!-- Allow Clirr severity to be overriden by the command-line option -DminSeverity=level -->
     <minSeverity>info</minSeverity>
     <jctoolsVersion>1.2.1</jctoolsVersion>
     <junitVersion>4.13.2</junitVersion>
-    <junitJupiterVersion>5.7.1</junitJupiterVersion>
+    <junitJupiterVersion>5.7.2</junitJupiterVersion>
     <mockitoVersion>3.8.0</mockitoVersion>
     <xmlunitVersion>2.8.2</xmlunitVersion>
     <argLine>-Xms256m -Xmx1024m</argLine>
@@ -318,7 +318,7 @@
       <dependency>
         <groupId>org.apache.commons</groupId>
         <artifactId>commons-pool2</artifactId>
-        <version>2.9.0</version>
+        <version>2.10.0</version>
       </dependency>
       <dependency>
         <groupId>org.apache.commons</groupId>
@@ -867,7 +867,7 @@
       <dependency>
         <groupId>commons-io</groupId>
         <artifactId>commons-io</artifactId>
-        <version>2.8.0</version>
+        <version>2.11.0</version>
         <scope>test</scope>
       </dependency>
       <!-- Used for testing JsonTemplateLayout -->
@@ -893,7 +893,7 @@
       <dependency>
         <groupId>org.apache.commons</groupId>
         <artifactId>commons-compress</artifactId>
-        <version>1.20</version>
+        <version>1.21</version>
       </dependency>
       <dependency>
         <groupId>org.tukaani</groupId>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index f0f253d..2838120 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -126,22 +126,38 @@
       </action>
       <!-- UPDATES -->
       <action dev="ggregory" type="update">
-        - org.eclipse.persistence:javax.persistence ............. 2.1.1 -> 2.2.1
-        - org.eclipse.persistence:org.eclipse.persistence.jpa ... 2.6.5 -> 2.6.9
-        - org.fusesource.jansi:jansi ............................ 2.3.1 -> 2.3.2
-        - net.javacrumbs.json-unit:json-unit .................. 2.24.0 -> 2.25.0
-        - org.liquibase:liquibase-core .......................... 3.5.3 -> 3.5.5
-        - org.springframework:spring-aop ........................ 5.3.3 -> 5.3.5
-        - org.springframework:spring-beans ...................... 5.3.3 -> 5.3.5
-        - org.springframework:spring-context .................... 5.3.3 -> 5.3.5
-        - org.springframework:spring-context-support ............ 5.3.3 -> 5.3.5
-        - org.springframework:spring-core ....................... 5.3.3 -> 5.3.5
-        - org.springframework:spring-expression ................. 5.3.3 -> 5.3.5
-        - org.springframework:spring-oxm ........................ 5.3.3 -> 5.3.5
-        - org.springframework:spring-test ....................... 5.3.3 -> 5.3.5
-        - org.springframework:spring-web ........................ 5.3.3 -> 5.3.5
-        - org.springframework:spring-webmvc ..................... 5.3.3 -> 5.3.5
-        - org.tukaani:xz ............................................ 1.8 -> 1.9
+        - com.fasterxml.jackson.core:jackson-annotations ................. 2.12.2 -> 2.12.4
+        - com.fasterxml.jackson.core:jackson-core ........................ 2.12.2 -> 2.12.4
+        - com.fasterxml.jackson.core:jackson-databind .................... 2.12.2 -> 2.12.4
+        - com.fasterxml.jackson.dataformat:jackson-dataformat-xml ........ 2.12.2 -> 2.12.4
+        - com.fasterxml.jackson.dataformat:jackson-dataformat-yaml ....... 2.12.2 -> 2.12.4
+        - com.fasterxml.jackson.module:jackson-module-jaxb-annotations ... 2.12.2 -> 2.12.4
+        - commons-io:commons-io .......................................... 2.8.0 -> 2.11.0
+        - net.javacrumbs.json-unit:json-unit ............................. 2.24.0 -> 2.25.0
+        - org.apache.activemq:activemq-broker ............................ 5.16.1 -> 5.16.2
+        - org.apache.commons:commons-compress ............................ 1.20 -> 1.21
+        - org.apache.commons:commons-pool2 ............................... 2.9.0 -> 2.10.0
+        - org.codehaus.groovy:groovy-dateutil ............................ 3.0.7 -> 3.0.8
+        - org.codehaus.groovy:groovy-jsr223 .............................. 3.0.7 -> 3.0.8
+        - org.eclipse.persistence:javax.persistence ...................... 2.1.1 -> 2.2.1
+        - org.eclipse.persistence:org.eclipse.persistence.jpa ............ 2.6.5 -> 2.6.9
+        - org.fusesource.jansi:jansi ..................................... 2.3.1 -> 2.3.2
+        - org.junit.jupiter:junit-jupiter-engine ......................... 5.7.1 -> 5.7.2
+        - org.junit.jupiter:junit-jupiter-migrationsupport ............... 5.7.1 -> 5.7.2
+        - org.junit.jupiter:junit-jupiter-params ......................... 5.7.1 -> 5.7.2
+        - org.junit.vintage:junit-vintage-engine ......................... 5.7.1 -> 5.7.2
+        - org.liquibase:liquibase-core ................................... 3.5.3 -> 3.5.5
+        - org.springframework:spring-aop ................................. 5.3.3 -> 5.3.9
+        - org.springframework:spring-beans ............................... 5.3.3 -> 5.3.9
+        - org.springframework:spring-context ............................. 5.3.3 -> 5.3.9
+        - org.springframework:spring-context-support ..................... 5.3.3 -> 5.3.9
+        - org.springframework:spring-core ................................ 5.3.3 -> 5.3.9
+        - org.springframework:spring-expression .......................... 5.3.3 -> 5.3.9
+        - org.springframework:spring-oxm ................................. 5.3.3 -> 5.3.9
+        - org.springframework:spring-test ................................ 5.3.3 -> 5.3.9
+        - org.springframework:spring-web ................................. 5.3.3 -> 5.3.9
+        - org.springframework:spring-webmvc .............................. 5.3.3 -> 5.3.9
+        - org.tukaani:xz ................................................. 1.8 -> 1.9        
       </action>
     </release>
     <release version="2.14.1" date="2021-03-06" description="GA Release 2.14.1">