Skip to content

Commit

Permalink
Update org.mongodb:bson to version 5.2.0 (apache#3015)
Browse files Browse the repository at this point in the history
  • Loading branch information
asf-rm committed Sep 30, 2024
1 parent 1531b26 commit 832cade
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion log4j-mongodb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<!-- OSGi and JPMS options -->
<Fragment-Host>org.apache.logging.log4j.core</Fragment-Host>
<!-- Dependency versions -->
<mongodb.version>5.1.4</mongodb.version>
<mongodb.version>5.2.0</mongodb.version>
<slf4j2.version>2.0.16</slf4j2.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="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="3015" link="https://github.com/apache/logging-log4j2/pull/3015"/>
<description format="asciidoc">Update `org.mongodb:bson` to version `5.2.0`</description>
</entry>

0 comments on commit 832cade

Please sign in to comment.