You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by pk...@apache.org on 2022/10/21 23:43:28 UTC

[logging-log4j2] branch release-2.x updated (14d06e27e4 -> 42ff34effc)

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

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


    from 14d06e27e4 Fix `log4j-api-test` JPMS encapsulation (from master)
     new 6da6c3ea45 Bump jna from 5.11.0 to 5.12.1
     new e1bbaed6c2 Bump embedded-ldap-junit from 0.8.1 to 0.9.0
     new 1ea7ad1a46 Bump activemq-broker from 5.17.1 to 5.17.2
     new 4e2ccc872e Bump junit-bom from 5.9.0 to 5.9.1
     new e3418d5d48 Bump surefire-junit47 from 3.0.0-M6 to 3.0.0-M7
     new 77c1de7e55 Bump json-unit from 2.35.0 to 2.36.0
     new bafcd4192e Bump spring-boot.version from 2.6.7 to 2.7.5
     new 8ee7010b76 Bump spring-framework-bom from 5.3.20 to 5.3.23
     new 4ffbc32608 Bump groovy-bom from 3.0.10 to 3.0.13
     new fc55a210ea Bump spotbugs-maven-plugin from 4.7.0.0 to 4.7.2.1
     new 12629b09a4 Bump netty-bom from 4.1.80.Final to 4.1.84.Final
     new 1aa80a15b9 Bump jackson-bom from 2.13.4 to 2.13.4.20221013
     new 10e6419dae Bump de.flapdoodle.embed.mongo from 3.5.0 to 3.5.1
     new 6c283a27d9 Bump icu4j from 71.1 to 72.1
     new 42ff34effc Bump cassandra-driver-core from 3.11.2 to 3.11.3

The 15 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 pom.xml | 30 +++++++++++++++---------------
 1 file changed, 15 insertions(+), 15 deletions(-)


[logging-log4j2] 14/15: Bump icu4j from 71.1 to 72.1

Posted by pk...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 6c283a27d90c447abef98d660a936fb7c7630711
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Oct 20 10:03:51 2022 +0000

    Bump icu4j from 71.1 to 72.1
    
    Bumps [icu4j](https://github.com/unicode-org/icu) from 71.1 to 72.1.
    - [Release notes](https://github.com/unicode-org/icu/releases)
    - [Commits](https://github.com/unicode-org/icu/commits)
    
    ---
    updated-dependencies:
    - dependency-name: com.ibm.icu:icu4j
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index bbe2ee4361..c123922d83 100644
--- a/pom.xml
+++ b/pom.xml
@@ -317,7 +317,7 @@
     <hamcrest.version>2.2</hamcrest.version>
     <HdrHistogram.version>2.1.12</HdrHistogram.version>
     <hsqldb.version>2.5.2</hsqldb.version>
-    <icu4j.version>71.1</icu4j.version>
+    <icu4j.version>72.1</icu4j.version>
     <jackson1.version>1.9.13</jackson1.version>
     <jackson-bom.version>2.13.4.20221013</jackson-bom.version>
     <!-- Implementation of `jakarta.activation-api` -->


[logging-log4j2] 06/15: Bump json-unit from 2.35.0 to 2.36.0

Posted by pk...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 77c1de7e5599c93fb1bd5aedbf2106590dfeef7d
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Oct 6 14:48:39 2022 +0000

    Bump json-unit from 2.35.0 to 2.36.0
    
    Bumps [json-unit](https://github.com/lukas-krecan/JsonUnit) from 2.35.0 to 2.36.0.
    - [Release notes](https://github.com/lukas-krecan/JsonUnit/releases)
    - [Commits](https://github.com/lukas-krecan/JsonUnit/compare/json-unit-parent-2.35.0...json-unit-parent-2.36.0)
    
    ---
    updated-dependencies:
    - dependency-name: net.javacrumbs.json-unit:json-unit
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 22c7f2407d..e3373b17d3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -343,7 +343,7 @@
     <jmdns.version>3.5.8</jmdns.version>
     <jmh.version>1.35</jmh.version>
     <jna.version>5.12.1</jna.version>
-    <json-unit.version>2.35.0</json-unit.version>
+    <json-unit.version>2.36.0</json-unit.version>
     <junit.version>4.13.2</junit.version>
     <junit-jupiter.version>5.9.1</junit-jupiter.version>
     <junit-pioneer.version>1.6.2</junit-pioneer.version>


[logging-log4j2] 15/15: Bump cassandra-driver-core from 3.11.2 to 3.11.3

Posted by pk...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 42ff34effc187d28071aa56bccbe4ec9de3121e4
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Oct 6 14:48:16 2022 +0000

    Bump cassandra-driver-core from 3.11.2 to 3.11.3
    
    Bumps [cassandra-driver-core](https://github.com/datastax/java-driver) from 3.11.2 to 3.11.3.
    - [Release notes](https://github.com/datastax/java-driver/releases)
    - [Commits](https://github.com/datastax/java-driver/compare/3.11.2...3.11.3)
    
    ---
    updated-dependencies:
    - dependency-name: com.datastax.cassandra:cassandra-driver-core
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index c123922d83..c291734409 100644
--- a/pom.xml
+++ b/pom.xml
@@ -294,7 +294,7 @@
     <awaitility.version>4.2.0</awaitility.version>
     <bsh.version>2.0b6</bsh.version>
     <cassandra.version>3.11.13</cassandra.version>
-    <cassandra-driver.version>3.11.2</cassandra-driver.version>
+    <cassandra-driver.version>3.11.3</cassandra-driver.version>
     <commons-codec.version>1.15</commons-codec.version>
     <commons-compress.version>1.21</commons-compress.version>
     <commons-csv.version>1.9.0</commons-csv.version>


[logging-log4j2] 04/15: Bump junit-bom from 5.9.0 to 5.9.1

Posted by pk...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 4e2ccc872e307937bd3803f94d3212150ea471c6
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Oct 6 14:48:15 2022 +0000

    Bump junit-bom from 5.9.0 to 5.9.1
    
    Bumps [junit-bom](https://github.com/junit-team/junit5) from 5.9.0 to 5.9.1.
    - [Release notes](https://github.com/junit-team/junit5/releases)
    - [Commits](https://github.com/junit-team/junit5/compare/r5.9.0...r5.9.1)
    
    ---
    updated-dependencies:
    - dependency-name: org.junit:junit-bom
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 2bc5637909..d51f3fdac3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -345,7 +345,7 @@
     <jna.version>5.12.1</jna.version>
     <json-unit.version>2.35.0</json-unit.version>
     <junit.version>4.13.2</junit.version>
-    <junit-jupiter.version>5.9.0</junit-jupiter.version>
+    <junit-jupiter.version>5.9.1</junit-jupiter.version>
     <junit-pioneer.version>1.6.2</junit-pioneer.version>
     <kafka.version>1.1.1</kafka.version>
     <kubernetes-client.version>5.12.2</kubernetes-client.version>


[logging-log4j2] 03/15: Bump activemq-broker from 5.17.1 to 5.17.2

Posted by pk...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 1ea7ad1a461cef544e2f5bee1832eaab4183ca8b
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Oct 6 14:48:13 2022 +0000

    Bump activemq-broker from 5.17.1 to 5.17.2
    
    Bumps [activemq-broker](https://github.com/apache/activemq) from 5.17.1 to 5.17.2.
    - [Release notes](https://github.com/apache/activemq/releases)
    - [Commits](https://github.com/apache/activemq/compare/activemq-5.17.1...activemq-5.17.2)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.activemq:activemq-broker
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 07ae0db312..2bc5637909 100644
--- a/pom.xml
+++ b/pom.xml
@@ -289,7 +289,7 @@
     <!-- Dependency versions -->
     <!-- We can use the property names from Spring Boot: -->
     <!--  https://repo1.maven.org/maven2/org/springframework/boot/spring-boot-dependencies/2.7.4/spring-boot-dependencies-2.7.4.pom -->
-    <activemq.version>5.17.1</activemq.version>
+    <activemq.version>5.17.2</activemq.version>
     <assertj.version>3.23.1</assertj.version>
     <awaitility.version>4.2.0</awaitility.version>
     <bsh.version>2.0b6</bsh.version>


[logging-log4j2] 08/15: Bump spring-framework-bom from 5.3.20 to 5.3.23

Posted by pk...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 8ee7010b76cdd2e9b4d6a9805698becdf39468f2
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Oct 20 20:15:25 2022 +0000

    Bump spring-framework-bom from 5.3.20 to 5.3.23
    
    Bumps [spring-framework-bom](https://github.com/spring-projects/spring-framework) from 5.3.20 to 5.3.23.
    - [Release notes](https://github.com/spring-projects/spring-framework/releases)
    - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.20...v5.3.23)
    
    ---
    updated-dependencies:
    - dependency-name: org.springframework:spring-framework-bom
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index c080b55f0d..4784e65216 100644
--- a/pom.xml
+++ b/pom.xml
@@ -367,7 +367,7 @@
     <pax-exam.version>4.13.5</pax-exam.version>
     <plexus-utils.version>3.4.2</plexus-utils.version>
     <slf4j.version>1.7.36</slf4j.version>
-    <spring.version>5.3.20</spring.version>
+    <spring.version>5.3.23</spring.version>
     <spring-boot.version>2.7.5</spring-boot.version>
     <system-stubs.version>2.0.1</system-stubs.version>
     <tomcat-juli.version>10.0.23</tomcat-juli.version>


[logging-log4j2] 12/15: Bump jackson-bom from 2.13.4 to 2.13.4.20221013

Posted by pk...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 1aa80a15b99096715c4ad4e2570925397012728e
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Oct 14 10:02:15 2022 +0000

    Bump jackson-bom from 2.13.4 to 2.13.4.20221013
    
    Bumps [jackson-bom](https://github.com/FasterXML/jackson-bom) from 2.13.4 to 2.13.4.20221013.
    - [Release notes](https://github.com/FasterXML/jackson-bom/releases)
    - [Commits](https://github.com/FasterXML/jackson-bom/compare/jackson-bom-2.13.4...jackson-bom-2.13.4.20221013)
    
    ---
    updated-dependencies:
    - dependency-name: com.fasterxml.jackson:jackson-bom
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index bef3c7c671..95ebb7633f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -319,7 +319,7 @@
     <hsqldb.version>2.5.2</hsqldb.version>
     <icu4j.version>71.1</icu4j.version>
     <jackson1.version>1.9.13</jackson1.version>
-    <jackson-bom.version>2.13.4</jackson-bom.version>
+    <jackson-bom.version>2.13.4.20221013</jackson-bom.version>
     <!-- Implementation of `jakarta.activation-api` -->
     <jakarta-activation.version>2.0.1</jakarta-activation.version>
     <jakarta-mail.version>2.0.1</jakarta-mail.version>


[logging-log4j2] 11/15: Bump netty-bom from 4.1.80.Final to 4.1.84.Final

Posted by pk...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 12629b09a4a1fa87a5f58dba4b9d2cbcd4847798
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Oct 12 10:03:24 2022 +0000

    Bump netty-bom from 4.1.80.Final to 4.1.84.Final
    
    Bumps [netty-bom](https://github.com/netty/netty) from 4.1.80.Final to 4.1.84.Final.
    - [Release notes](https://github.com/netty/netty/releases)
    - [Commits](https://github.com/netty/netty/compare/netty-4.1.80.Final...netty-4.1.84.Final)
    
    ---
    updated-dependencies:
    - dependency-name: io.netty:netty-bom
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index a253aac62a..bef3c7c671 100644
--- a/pom.xml
+++ b/pom.xml
@@ -358,7 +358,7 @@
     <maven.version>3.8.5</maven.version>
     <mockito.version>4.4.0</mockito.version>
     <mongodb.version>4.5.0</mongodb.version>
-    <netty.version>4.1.80.Final</netty.version>
+    <netty.version>4.1.84.Final</netty.version>
     <org.eclipse.osgi.version>3.13.0.v20180226-1711</org.eclipse.osgi.version>
     <org.eclipse.persistence.version>2.7.11</org.eclipse.persistence.version>
     <oro.version>2.0.8</oro.version>


[logging-log4j2] 02/15: Bump embedded-ldap-junit from 0.8.1 to 0.9.0

Posted by pk...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit e1bbaed6c21e3249c0fcf6c3acdf39e2dda4781e
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Sun Oct 16 23:53:15 2022 +0000

    Bump embedded-ldap-junit from 0.8.1 to 0.9.0
    
    Bumps [embedded-ldap-junit](https://github.com/zapodot/embedded-ldap-junit) from 0.8.1 to 0.9.0.
    - [Release notes](https://github.com/zapodot/embedded-ldap-junit/releases)
    - [Commits](https://github.com/zapodot/embedded-ldap-junit/compare/v.0.8.1...v.0.9.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.zapodot:embedded-ldap-junit
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 0aa195767d..07ae0db312 100644
--- a/pom.xml
+++ b/pom.xml
@@ -306,7 +306,7 @@
     <conversant.disruptor.version>1.2.15</conversant.disruptor.version> <!-- Version 1.2.16 requires Java 9 -->
     <disruptor.version>3.4.4</disruptor.version>
     <elasticsearch.version>7.17.6</elasticsearch.version>
-    <embedded-ldap.version>0.8.1</embedded-ldap.version>
+    <embedded-ldap.version>0.9.0</embedded-ldap.version>
     <embedded-mongo.version>3.5.0</embedded-mongo.version>
     <felix.version>7.0.5</felix.version>
     <flume.version>1.10.1</flume.version>


[logging-log4j2] 13/15: Bump de.flapdoodle.embed.mongo from 3.5.0 to 3.5.1

Posted by pk...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 10e6419dae7078b407efa857095712d5ee899e5f
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Oct 19 10:03:47 2022 +0000

    Bump de.flapdoodle.embed.mongo from 3.5.0 to 3.5.1
    
    Bumps [de.flapdoodle.embed.mongo](https://github.com/flapdoodle-oss/de.flapdoodle.embed.mongo) from 3.5.0 to 3.5.1.
    - [Release notes](https://github.com/flapdoodle-oss/de.flapdoodle.embed.mongo/releases)
    - [Changelog](https://github.com/flapdoodle-oss/de.flapdoodle.embed.mongo/blob/master/Changelog.md)
    - [Commits](https://github.com/flapdoodle-oss/de.flapdoodle.embed.mongo/compare/de.flapdoodle.embed.mongo-3.5.0...de.flapdoodle.embed.mongo-3.5.1)
    
    ---
    updated-dependencies:
    - dependency-name: de.flapdoodle.embed:de.flapdoodle.embed.mongo
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 95ebb7633f..bbe2ee4361 100644
--- a/pom.xml
+++ b/pom.xml
@@ -307,7 +307,7 @@
     <disruptor.version>3.4.4</disruptor.version>
     <elasticsearch.version>7.17.6</elasticsearch.version>
     <embedded-ldap.version>0.9.0</embedded-ldap.version>
-    <embedded-mongo.version>3.5.0</embedded-mongo.version>
+    <embedded-mongo.version>3.5.1</embedded-mongo.version>
     <felix.version>7.0.5</felix.version>
     <flume.version>1.10.1</flume.version>
     <groovy.version>3.0.13</groovy.version>


[logging-log4j2] 01/15: Bump jna from 5.11.0 to 5.12.1

Posted by pk...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 6da6c3ea456ab3dae9e8858c6d83728703cfe3d9
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Oct 6 14:48:06 2022 +0000

    Bump jna from 5.11.0 to 5.12.1
    
    Bumps [jna](https://github.com/java-native-access/jna) from 5.11.0 to 5.12.1.
    - [Release notes](https://github.com/java-native-access/jna/releases)
    - [Changelog](https://github.com/java-native-access/jna/blob/master/CHANGES.md)
    - [Commits](https://github.com/java-native-access/jna/compare/5.11.0...5.12.1)
    
    ---
    updated-dependencies:
    - dependency-name: net.java.dev.jna:jna
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 7ffcb35034..0aa195767d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -342,7 +342,7 @@
     <jetty.version>9.4.49.v20220914</jetty.version>
     <jmdns.version>3.5.8</jmdns.version>
     <jmh.version>1.35</jmh.version>
-    <jna.version>5.11.0</jna.version>
+    <jna.version>5.12.1</jna.version>
     <json-unit.version>2.35.0</json-unit.version>
     <junit.version>4.13.2</junit.version>
     <junit-jupiter.version>5.9.0</junit-jupiter.version>


[logging-log4j2] 09/15: Bump groovy-bom from 3.0.10 to 3.0.13

Posted by pk...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 4ffbc326080432edebb6cb0d30134f1539afa980
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Oct 7 10:04:51 2022 +0000

    Bump groovy-bom from 3.0.10 to 3.0.13
    
    Bumps [groovy-bom](https://github.com/apache/groovy) from 3.0.10 to 3.0.13.
    - [Release notes](https://github.com/apache/groovy/releases)
    - [Commits](https://github.com/apache/groovy/commits)
    
    ---
    updated-dependencies:
    - dependency-name: org.codehaus.groovy:groovy-bom
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 4784e65216..ffe0e02b23 100644
--- a/pom.xml
+++ b/pom.xml
@@ -310,7 +310,7 @@
     <embedded-mongo.version>3.5.0</embedded-mongo.version>
     <felix.version>7.0.5</felix.version>
     <flume.version>1.10.1</flume.version>
-    <groovy.version>3.0.10</groovy.version>
+    <groovy.version>3.0.13</groovy.version>
     <guava.version>31.1-jre</guava.version>
     <h2.version>2.1.214</h2.version>
     <hadoop.version>1.2.1</hadoop.version>


[logging-log4j2] 05/15: Bump surefire-junit47 from 3.0.0-M6 to 3.0.0-M7

Posted by pk...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit e3418d5d48b5c38edba6b5af42f3baae715be0e6
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Oct 3 18:26:17 2022 +0000

    Bump surefire-junit47 from 3.0.0-M6 to 3.0.0-M7
    
    Bumps surefire-junit47 from 3.0.0-M6 to 3.0.0-M7.
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.surefire:surefire-junit47
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index d51f3fdac3..22c7f2407d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -281,7 +281,7 @@
     <!-- surefire.plugin.version 2.19 yields https://issues.apache.org/jira/browse/SUREFIRE-1193. -->
     <!-- all versions after 2.13 yield https://issues.apache.org/jira/browse/SUREFIRE-720 -->
     <!-- property used in `apache.org:apache` -->
-    <surefire.version>3.0.0-M6</surefire.version>
+    <surefire.version>3.0.0-M7</surefire.version>
     <!-- Maven site depends on Velocity and the escaping rules are different in newer versions. -->
     <!-- See https://maven.apache.org/plugins/maven-site-plugin/migrate.html -->
     <velocity.plugin.version>1.5</velocity.plugin.version>


[logging-log4j2] 07/15: Bump spring-boot.version from 2.6.7 to 2.7.5

Posted by pk...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit bafcd4192eb55ec5a5795efc996eee1f9e87afa8
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Oct 21 10:10:28 2022 +0000

    Bump spring-boot.version from 2.6.7 to 2.7.5
    
    Bumps `spring-boot.version` from 2.6.7 to 2.7.5.
    
    Updates `spring-boot` from 2.6.7 to 2.7.5
    - [Release notes](https://github.com/spring-projects/spring-boot/releases)
    - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.6.7...v2.7.5)
    
    Updates `spring-boot-starter-test` from 2.6.7 to 2.7.5
    - [Release notes](https://github.com/spring-projects/spring-boot/releases)
    - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.6.7...v2.7.5)
    
    Updates `spring-boot-dependencies` from 2.6.7 to 2.7.5
    - [Release notes](https://github.com/spring-projects/spring-boot/releases)
    - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.6.7...v2.7.5)
    
    Updates `spring-boot-maven-plugin` from 2.6.7 to 2.7.5
    - [Release notes](https://github.com/spring-projects/spring-boot/releases)
    - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.6.7...v2.7.5)
    
    ---
    updated-dependencies:
    - dependency-name: org.springframework.boot:spring-boot
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: org.springframework.boot:spring-boot-starter-test
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: org.springframework.boot:spring-boot-dependencies
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: org.springframework.boot:spring-boot-maven-plugin
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index e3373b17d3..c080b55f0d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -368,7 +368,7 @@
     <plexus-utils.version>3.4.2</plexus-utils.version>
     <slf4j.version>1.7.36</slf4j.version>
     <spring.version>5.3.20</spring.version>
-    <spring-boot.version>2.6.7</spring-boot.version>
+    <spring-boot.version>2.7.5</spring-boot.version>
     <system-stubs.version>2.0.1</system-stubs.version>
     <tomcat-juli.version>10.0.23</tomcat-juli.version>
     <velocity.version>1.7</velocity.version>


[logging-log4j2] 10/15: Bump spotbugs-maven-plugin from 4.7.0.0 to 4.7.2.1

Posted by pk...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit fc55a210ea7c90290d94b69ff3fd51293ccca1b6
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Oct 10 10:04:26 2022 +0000

    Bump spotbugs-maven-plugin from 4.7.0.0 to 4.7.2.1
    
    Bumps [spotbugs-maven-plugin](https://github.com/spotbugs/spotbugs-maven-plugin) from 4.7.0.0 to 4.7.2.1.
    - [Release notes](https://github.com/spotbugs/spotbugs-maven-plugin/releases)
    - [Commits](https://github.com/spotbugs/spotbugs-maven-plugin/compare/spotbugs-maven-plugin-4.7.0.0...spotbugs-maven-plugin-4.7.2.1)
    
    ---
    updated-dependencies:
    - dependency-name: com.github.spotbugs:spotbugs-maven-plugin
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index ffe0e02b23..a253aac62a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -276,7 +276,7 @@
     <maven-source-plugin.version>3.2.1</maven-source-plugin.version>
     <maven-taglib-plugin.version>2.4</maven-taglib-plugin.version>
     <maven-toolchains-plugin.version>3.1.0</maven-toolchains-plugin.version>
-    <spotbugs-maven-plugin.version>4.7.0.0</spotbugs-maven-plugin.version>
+    <spotbugs-maven-plugin.version>4.7.2.1</spotbugs-maven-plugin.version>
     <!-- surefire.plugin.version 2.18 yields http://jira.codehaus.org/browse/SUREFIRE-1121, which is fixed in 2.18.1 -->
     <!-- surefire.plugin.version 2.19 yields https://issues.apache.org/jira/browse/SUREFIRE-1193. -->
     <!-- all versions after 2.13 yield https://issues.apache.org/jira/browse/SUREFIRE-720 -->