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 fdc54b3  Update some dependencies.
fdc54b3 is described below

commit fdc54b36afaad43821bfcd1fab06bbc1a0d510f2
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Aug 18 10:10:50 2021 -0400

    Update some dependencies.
    
    - org.fusesource.jansi 2.3.2 -> 2.3.4
    - org.apache.activemq:activemq-broker 5.16.2 -> 5.16.3
    - org.eclipse.persistence:org.eclipse.persistence.jpa 2.7.8 -> 2.7.9
    - org.hsqldb:hsqldb 2.5.1 -> 2.5.2
---
 pom.xml                 |  8 ++++----
 src/changes/changes.xml | 10 +++++++---
 2 files changed, 11 insertions(+), 7 deletions(-)

diff --git a/pom.xml b/pom.xml
index 5f7f6a0..c58d650 100644
--- a/pom.xml
+++ b/pom.xml
@@ -239,7 +239,7 @@
     <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.2</activemq.version>
+    <activemq.version>5.16.3</activemq.version>
     <!-- Allow Clirr severity to be overriden by the command-line option 
-DminSeverity=level -->
     <minSeverity>info</minSeverity>
     <jctoolsVersion>1.2.1</jctoolsVersion>
@@ -455,7 +455,7 @@
       <dependency>
         <groupId>org.fusesource.jansi</groupId>
         <artifactId>jansi</artifactId>
-        <version>2.3.2</version>
+        <version>2.3.4</version>
         <optional>true</optional>
       </dependency>
       <dependency>
@@ -812,7 +812,7 @@
       <dependency>
         <groupId>org.hsqldb</groupId>
         <artifactId>hsqldb</artifactId>
-        <version>2.5.1</version>
+        <version>2.5.2</version>
       </dependency>
       <dependency>
         <groupId>com.h2database</groupId>
@@ -822,7 +822,7 @@
       <dependency>
         <groupId>org.eclipse.persistence</groupId>
         <artifactId>org.eclipse.persistence.jpa</artifactId>
-        <version>2.7.8</version>
+        <version>2.7.9</version>
       </dependency>
       <dependency>
         <groupId>org.eclipse.persistence</groupId>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 1b26ff2..b330914 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -146,19 +146,23 @@
         - 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.maven.plugins:maven-failsafe-plugin ................. 
2.22.2 -> 3.0.0-M5 
-        - org.apache.maven.plugins:maven-surefire-plugin ................. 
2.22.2 -> 3.0.0-M5 
         - org.apache.activemq:activemq-broker ............................ 
5.16.1 -> 5.16.2
+        - org.apache.activemq:activemq-broker ............................ 
5.16.2 -> 5.16.3.
         - org.apache.commons:commons-compress ............................ 
1.20 -> 1.21
         - org.apache.commons:commons-csv ................................. 1.8 
-> 1.9.0
         - org.apache.commons:commons-dbcp2 ............................... 
2.8.0 -> 2.9.0
         - org.apache.commons:commons-pool2 ............................... 
2.9.0 -> 2.11.1
+        - org.apache.maven.plugins:maven-failsafe-plugin ................. 
2.22.2 -> 3.0.0-M5 
+        - org.apache.maven.plugins:maven-surefire-plugin ................. 
2.22.2 -> 3.0.0-M5 
         - org.apache.rat:apache-rat-plugin ............................... 
0.12 -> 0.13
         - 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.eclipse.persistence:org.eclipse.persistence.jpa ............ 
2.7.8 -> 2.7.9
+        - org.fusesource.jansi ........................................... 
2.3.2 -> 2.3.4
         - org.fusesource.jansi:jansi ..................................... 
2.3.1 -> 2.3.2
+        - org.hsqldb:hsqldb .............................................. 
2.5.1 -> 2.5.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
@@ -174,7 +178,7 @@
         - 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        
+        - org.tukaani:xz ................................................. 1.8 
-> 1.9
       </action>
     </release>
     <release version="2.14.1" date="2021-03-06" description="GA Release 
2.14.1">

Reply via email to