This is an automated email from the ASF dual-hosted git repository.
pkarwasz pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
The following commit(s) were added to refs/heads/main by this push:
new 0e9492f452 Update `org.mongodb:bson` to version `5.5.0` (#3654) (#3654)
0e9492f452 is described below
commit 0e9492f452ae72ca9296653cab4569f7fd15e481
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu May 15 15:36:38 2025 +0200
Update `org.mongodb:bson` to version `5.5.0` (#3654) (#3654)
Co-authored-by: ASF Logging Services RM <[email protected]>
---
log4j-mongodb/pom.xml | 2 +-
src/changelog/.3.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 df0f65f290..dfd5b9529a 100644
--- a/log4j-mongodb/pom.xml
+++ b/log4j-mongodb/pom.xml
@@ -37,7 +37,7 @@
<Fragment-Host>org.apache.logging.log4j.core</Fragment-Host>
<!-- Dependency properties -->
- <mongodb.version>5.4.0</mongodb.version>
+ <mongodb.version>5.5.0</mongodb.version>
<slf4j2.version>2.0.17</slf4j2.version>
</properties>
diff --git a/src/changelog/.3.x.x/update_org_mongodb_bson.xml
b/src/changelog/.3.x.x/update_org_mongodb_bson.xml
index 2549f29220..7ebde9787c 100644
--- a/src/changelog/.3.x.x/update_org_mongodb_bson.xml
+++ b/src/changelog/.3.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="3564" link="https://github.com/apache/logging-log4j2/pull/3564"/>
- <description format="asciidoc">Update `org.mongodb:bson` to version
`5.4.0`</description>
+ <issue id="3654" link="https://github.com/apache/logging-log4j2/pull/3654"/>
+ <description format="asciidoc">Update `org.mongodb:bson` to version
`5.5.0`</description>
</entry>