Skip to content

Commit

Permalink
Update org.mongodb:bson to version 3.12.14 (#2409)
Browse files Browse the repository at this point in the history
  • Loading branch information
asf-rm committed Mar 30, 2024
1 parent b1c9cd8 commit d0cabc5
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion log4j-mongodb3/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<Fragment-Host>org.apache.logging.log4j.core</Fragment-Host>

<!-- Dependency versions -->
<mongodb3.version>3.12.11</mongodb3.version>
<mongodb3.version>3.12.14</mongodb3.version>
</properties>

<dependencyManagement>
Expand Down
8 changes: 8 additions & 0 deletions src/changelog/.2.x.x/update_org_mongodb_bson.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://logging.apache.org/log4j/changelog"
xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.3.xsd"
type="updated">
<issue id="2409" link="https://github.com/apache/logging-log4j2/pull/2409"/>
<description format="asciidoc">Update `org.mongodb:bson` to version `3.12.14`</description>
</entry>
2 changes: 2 additions & 0 deletions src/site/_release-notes/_2.x.x.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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])

0 comments on commit d0cabc5

Please sign in to comment.