Skip to content

Commit

Permalink
Update org.slf4j:slf4j-nop to version 2.0.16 (apache#2955)
Browse files Browse the repository at this point in the history
  • Loading branch information
asf-rm committed Sep 16, 2024
1 parent 3e70ef0 commit 1f148a4
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion log4j-mongodb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<Fragment-Host>org.apache.logging.log4j.core</Fragment-Host>
<!-- Dependency versions -->
<mongodb.version>5.1.3</mongodb.version>
<slf4j2.version>2.0.15</slf4j2.version>
<slf4j2.version>2.0.16</slf4j2.version>
</properties>
<dependencyManagement>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion log4j-mongodb4/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<Fragment-Host>org.apache.logging.log4j.core</Fragment-Host>
<!-- Dependency versions -->
<mongodb4.version>4.11.4</mongodb4.version>
<slf4j.version>1.7.36</slf4j.version>
<slf4j.version>2.0.16</slf4j.version>
</properties>

<dependencyManagement>
Expand Down
8 changes: 8 additions & 0 deletions src/changelog/.2.x.x/update_org_slf4j_slf4j_nop.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="2955" link="https://github.com/apache/logging-log4j2/pull/2955"/>
<description format="asciidoc">Update `org.slf4j:slf4j-nop` to version `2.0.16`</description>
</entry>

0 comments on commit 1f148a4

Please sign in to comment.