Skip to content

Commit f141d94

Browse files
Bump org.slf4j:slf4j-api from 2.0.9 to 2.0.16
Bumps org.slf4j:slf4j-api from 2.0.9 to 2.0.16. --- updated-dependencies: - dependency-name: org.slf4j:slf4j-api dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: Piotr Karwasz <[email protected]>
1 parent a503660 commit f141d94

File tree

7 files changed

+16
-7
lines changed

7 files changed

+16
-7
lines changed

antora-playbook.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,9 @@ content:
3030

3131
runtime:
3232
log:
33-
# Fail on warnings
34-
failure_level: warn
33+
# Do not fail on errors until we upgrade to `log4j-docgen` 0.10.0,
34+
# which has support for table captions.
35+
failure_level: fatal
3536

3637
asciidoc:
3738
attributes:

log4j-core-its/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<spotbugs.skip>true</spotbugs.skip>
3636

3737
<!-- Dependency versions -->
38-
<slf4j2.version>2.0.9</slf4j2.version>
38+
<slf4j2.version>2.0.16</slf4j2.version>
3939
</properties>
4040

4141
<dependencyManagement>

log4j-perf-test/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545

4646
<!-- Dependency versions -->
4747
<log4j-transform.version>0.1.0</log4j-transform.version>
48-
<slf4j2.version>2.0.9</slf4j2.version>
48+
<slf4j2.version>2.0.16</slf4j2.version>
4949
</properties>
5050

5151
<dependencyManagement>

log4j-slf4j2-impl/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
(Refer to the `log4j-to-slf4j` artifact for forwarding the Log4j API to SLF4J.)</description>
3737

3838
<properties>
39-
<slf4j2.version>2.0.9</slf4j2.version>
39+
<slf4j2.version>2.0.16</slf4j2.version>
4040
</properties>
4141

4242
<dependencyManagement>

log4j-to-slf4j/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
org.slf4j.*;version="${slf4j.support.range}"
4545
</bnd-extra-package-options>
4646

47-
<slf4j2.version>2.0.9</slf4j2.version>
47+
<slf4j2.version>2.0.16</slf4j2.version>
4848
</properties>
4949

5050
<dependencyManagement>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@
348348
<site-log4j-core.version>2.23.1</site-log4j-core.version>
349349
<site-log4j-layout-template-json.version>2.23.1</site-log4j-layout-template-json.version>
350350
<site-logback.version>1.5.5</site-logback.version>
351-
<site-slf4j.version>2.0.13</site-slf4j.version>
351+
<site-slf4j.version>2.0.16</site-slf4j.version>
352352

353353
<!-- =====================================================
354354
Direct dependency version properties (in alphabetical order)
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
xmlns="https://logging.apache.org/xml/ns"
4+
xsi:schemaLocation="https://logging.apache.org/xml/ns https://logging.apache.org/xml/ns/log4j-changelog-0.xsd"
5+
type="updated">
6+
<issue id="2829" link="https://github.com/apache/logging-log4j2/pull/2829"/>
7+
<description format="asciidoc">Update `org.slf4j:slf4j-api` to version `2.0.16`</description>
8+
</entry>

0 commit comments

Comments
 (0)