From d0cabc541a83b8747fc714574b5e363768222c79 Mon Sep 17 00:00:00 2001 From: ASF Logging Services RM Date: Sat, 30 Mar 2024 23:05:31 +0000 Subject: [PATCH] Update `org.mongodb:bson` to version `3.12.14` (#2409) --- log4j-mongodb3/pom.xml | 2 +- src/changelog/.2.x.x/update_org_mongodb_bson.xml | 8 ++++++++ src/site/_release-notes/_2.x.x.adoc | 2 ++ 3 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 src/changelog/.2.x.x/update_org_mongodb_bson.xml diff --git a/log4j-mongodb3/pom.xml b/log4j-mongodb3/pom.xml index 6efde08146f..b1225582b2a 100644 --- a/log4j-mongodb3/pom.xml +++ b/log4j-mongodb3/pom.xml @@ -43,7 +43,7 @@ org.apache.logging.log4j.core - 3.12.11 + 3.12.14 diff --git a/src/changelog/.2.x.x/update_org_mongodb_bson.xml b/src/changelog/.2.x.x/update_org_mongodb_bson.xml new file mode 100644 index 00000000000..2624e701a36 --- /dev/null +++ b/src/changelog/.2.x.x/update_org_mongodb_bson.xml @@ -0,0 +1,8 @@ + + + + Update `org.mongodb:bson` to version `3.12.14` + diff --git a/src/site/_release-notes/_2.x.x.adoc b/src/site/_release-notes/_2.x.x.adoc index 602c818cbc9..d515798b0e1 100644 --- a/src/site/_release-notes/_2.x.x.adoc +++ b/src/site/_release-notes/_2.x.x.adoc @@ -35,6 +35,7 @@ This releases contains ... * Fix usage of `log4j-api` in GraalVM without additional reachability data. (https://github.com/apache/logging-log4j2/pull/1539[1539]) * Centralize initialization in the `Provider` class and deprecate `log4j2.loggerContextFactory` property. (https://github.com/apache/logging-log4j2/pull/2374[2374]) * Remove `log4j-kubernetes` lookup. User should migrate to https://github.com/fabric8io/kubernetes-client/blob/main/doc/KubernetesLog4j.md[`kubernetes-log4j`] (https://github.com/apache/logging-log4j2/pull/2412[2412]) +* Deprecate `org.apache.logging.log4j.core.appender.rolling.action.Duration` class for removal. [#release-notes-2-x-x-fixed] === Fixed @@ -55,4 +56,5 @@ This releases contains ... * Update `org.apache.activemq:activemq-broker` to version `6.1.0` (https://github.com/apache/logging-log4j2/pull/2387[2387]) * Update `org.apache.commons:commons-compress` to version `1.26.1` (https://github.com/apache/logging-log4j2/pull/2361[2361]) * Update `org.awaitility:awaitility` to version `4.2.1` (https://github.com/apache/logging-log4j2/pull/2386[2386]) +* Update `org.mongodb:bson` to version `3.12.14` (https://github.com/apache/logging-log4j2/pull/2409[2409]) * Update `org.springframework:spring-framework-bom` to version `5.3.33` (https://github.com/apache/logging-log4j2/pull/2378[2378])