This is an automated email from the ASF dual-hosted git repository.
pkarwasz pushed a commit to branch 2.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
The following commit(s) were added to refs/heads/2.x by this push:
new d195585092 Update `org.mongodb:bson` to version `5.5.1` (#3722)
d195585092 is described below
commit d195585092f053a0d33149569944b5965faa74d8
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Jun 11 07:46:43 2025 +0000
Update `org.mongodb:bson` to version `5.5.1` (#3722)
Co-authored-by: ASF Logging Services RM <[email protected]>
---
log4j-mongodb/pom.xml | 2 +-
src/changelog/.2.x.x/update_org_mongodb_bson.xml | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/log4j-mongodb/pom.xml b/log4j-mongodb/pom.xml
index 7f91d5f590..452ac0a582 100644
--- a/log4j-mongodb/pom.xml
+++ b/log4j-mongodb/pom.xml
@@ -30,7 +30,7 @@
<!-- OSGi and JPMS options -->
<Fragment-Host>org.apache.logging.log4j.core</Fragment-Host>
<!-- Dependency versions -->
- <mongodb.version>5.5.0</mongodb.version>
+ <mongodb.version>5.5.1</mongodb.version>
<slf4j2.version>2.0.17</slf4j2.version>
</properties>
<dependencyManagement>
diff --git a/src/changelog/.2.x.x/update_org_mongodb_bson.xml
b/src/changelog/.2.x.x/update_org_mongodb_bson.xml
index 7cd9eb7a3c..73b69e220e 100644
--- a/src/changelog/.2.x.x/update_org_mongodb_bson.xml
+++ b/src/changelog/.2.x.x/update_org_mongodb_bson.xml
@@ -3,6 +3,6 @@
xmlns="https://logging.apache.org/xml/ns"
xsi:schemaLocation="https://logging.apache.org/xml/ns
https://logging.apache.org/xml/ns/log4j-changelog-0.xsd"
type="updated">
- <issue id="3652" link="https://github.com/apache/logging-log4j2/pull/3652"/>
- <description format="asciidoc">Update `org.mongodb:bson` to version
`5.5.0`</description>
+ <issue id="3722" link="https://github.com/apache/logging-log4j2/pull/3722"/>
+ <description format="asciidoc">Update `org.mongodb:bson` to version
`5.5.1`</description>
</entry>