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 2022/01/11 04:26:04 UTC

[logging-log4j2] branch release-2.x updated: Bump third party 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 ee6ede0  Bump third party dependencies.
ee6ede0 is described below

commit ee6ede02c43e74d0967a2b7287aec0cac0389844
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Mon Jan 10 23:26:01 2022 -0500

    Bump third party dependencies.
    
    Bump net.javacrumbs.json-unit:json-unit from 2.27.0 to 2.28.0.
    Bump org.assertj:assertj-core from 3.20.2 to 3.22.0.
    Bump org.xmlunit:xmlunit-* from 2.8.3 to 2.8.4.
    Bump org.codehaus.groovy:groovy-* from 3.0.8 to 3.0.9.
---
 pom.xml                 |  8 ++++----
 src/changes/changes.xml | 16 ++++++++++++++--
 2 files changed, 18 insertions(+), 6 deletions(-)

diff --git a/pom.xml b/pom.xml
index 5f41433..d61a059 100644
--- a/pom.xml
+++ b/pom.xml
@@ -215,7 +215,7 @@
     <mongodb4.version>4.2.2</mongodb4.version>
     <!-- POM for jackson-dataformat-xml 2.12.4 depends on woodstox-core 6.2.4 -->
     <woodstox.version>6.2.6</woodstox.version>
-    <groovy.version>3.0.8</groovy.version>
+    <groovy.version>3.0.9</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>
@@ -263,7 +263,7 @@
     <junitVersion>4.13.2</junitVersion>
     <junitJupiterVersion>5.8.2</junitJupiterVersion>
     <mockitoVersion>4.2.0</mockitoVersion>
-    <xmlunitVersion>2.8.3</xmlunitVersion>
+    <xmlunitVersion>2.8.4</xmlunitVersion>
     <argLine>-Xms256m -Xmx1024m</argLine>
     <javaTargetVersion>1.8</javaTargetVersion>
     <module.name />
@@ -749,7 +749,7 @@
       <dependency>
         <groupId>org.assertj</groupId>
         <artifactId>assertj-core</artifactId>
-        <version>3.20.2</version>
+        <version>3.22.0</version>
         <scope>test</scope>
       </dependency>
       <dependency>
@@ -877,7 +877,7 @@
       <dependency>
         <groupId>net.javacrumbs.json-unit</groupId>
         <artifactId>json-unit</artifactId>
-        <version>2.27.0</version>
+        <version>2.28.0</version>
         <scope>test</scope>
       </dependency>
       <dependency>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 5b8e329..dcc2d67 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -154,10 +154,22 @@
         Bump org.springframework:spring-* from 5.3.13 to 5.3.14.
       </action>
       <action dev="ggregory" type="udpate" due-to="Gary Gregory">
-        Bump de.flapdoodle.embed:de.flapdoodle.embed.mongo 3.0.0 -> 3.2.6. Update tests for binary incompatibilities in APIs.
+        Bump de.flapdoodle.embed:de.flapdoodle.embed.mongo from 3.0.0 to 3.2.6. Update tests for binary incompatibilities in APIs.
       </action>
       <action dev="ggregory" type="udpate" due-to="Gary Gregory">
-        Bump org.fusesource.jansi:jansi 2.3.4 -> 2.4.0.
+        Bump org.fusesource.jansi:jansi from 2.3.4 to 2.4.0.
+      </action>
+      <action dev="ggregory" type="udpate" due-to="Gary Gregory">
+        Bump net.javacrumbs.json-unit:json-unit from 2.27.0 to 2.28.0.
+      </action>
+      <action dev="ggregory" type="udpate" due-to="Gary Gregory">
+        Bump org.assertj:assertj-core from 3.20.2 to 3.22.0.
+      </action>
+      <action dev="ggregory" type="udpate" due-to="Gary Gregory">
+        Bump org.xmlunit:xmlunit-* from 2.8.3 to 2.8.4.
+      </action>
+      <action dev="ggregory" type="udpate" due-to="Gary Gregory">
+        Bump org.codehaus.groovy:groovy-* from 3.0.8 to 3.0.9.
       </action>
 	</release>
     <release version="2.17.1" date="2021-12-27" description="GA Release 2.17.1">