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 c84ff4a0ae Bump mongodb.version from 5.4.0 to 5.5.0 in /log4j-mongodb
(#3652)
c84ff4a0ae is described below
commit c84ff4a0ae9294217c1c4abad8a5f85acf2609d4
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu May 15 19:04:02 2025 +0200
Bump mongodb.version from 5.4.0 to 5.5.0 in /log4j-mongodb (#3652)
* Bump mongodb.version from 5.4.0 to 5.5.0 in /log4j-mongodb
Dependabot couldn't find the original pull request head commit,
7d07ecf7709a09dd5263de8020ea1577cfc7546b.
* Update `org.mongodb:bson` to version `5.5.0` (#3652)
---------
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
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 71ea3bf21f..7f91d5f590 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.4.0</mongodb.version>
+ <mongodb.version>5.5.0</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 ce86df1715..7cd9eb7a3c 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="3409" link="https://github.com/apache/logging-log4j2/pull/3409"/>
- <description format="asciidoc">Update `org.mongodb:bson` to version
`5.3.1`</description>
+ <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>
</entry>