Skip to content

Commit 45fd772

Browse files
committed
Update org.slf4j:slf4j-api to version 2.0.17 (#3524)
1 parent e83b95c commit 45fd772

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

log4j-core-test/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
</bnd-extra-module-options>
6464

6565
<!-- Dependency versions -->
66-
<slf4j2.version>2.0.16</slf4j2.version>
66+
<slf4j2.version>2.0.17</slf4j2.version>
6767
<wiremock.version>3.12.1</wiremock.version>
6868
</properties>
6969

log4j-mongodb/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838

3939
<!-- Dependency properties -->
4040
<mongodb.version>5.3.1</mongodb.version>
41-
<slf4j2.version>2.0.16</slf4j2.version>
41+
<slf4j2.version>2.0.17</slf4j2.version>
4242
</properties>
4343

4444
<dependencyManagement>

log4j-perf-test/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
<reload4j.version>1.2.26</reload4j.version>
4343
<log4j2-ecs-layout.version>1.6.0</log4j2-ecs-layout.version>
4444
<logback.version>1.5.16</logback.version>
45-
<slf4j2.version>2.0.16</slf4j2.version>
45+
<slf4j2.version>2.0.17</slf4j2.version>
4646
</properties>
4747

4848
<dependencyManagement>

src/changelog/.3.x.x/update_org_slf4j_slf4j_api.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
xmlns="https://logging.apache.org/xml/ns"
44
xsi:schemaLocation="https://logging.apache.org/xml/ns https://logging.apache.org/xml/ns/log4j-changelog-0.xsd"
55
type="updated">
6-
<issue id="3491" link="https://github.com/apache/logging-log4j2/pull/3491"/>
6+
<issue id="3524" link="https://github.com/apache/logging-log4j2/pull/3524"/>
77
<description format="asciidoc">Update `org.slf4j:slf4j-api` to version `2.0.17`</description>
88
</entry>

0 commit comments

Comments
 (0)