Skip to content

Commit 79b21fc

Browse files
build(deps): bump slf4j.version from 2.0.7 to 2.0.17 (#1964)
Bumps `slf4j.version` from 2.0.7 to 2.0.17. Updates `org.slf4j:slf4j-api` from 2.0.7 to 2.0.17 Updates `org.slf4j:slf4j-simple` from 2.0.7 to 2.0.17 --- updated-dependencies: - dependency-name: org.slf4j:slf4j-api dependency-version: 2.0.17 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.slf4j:slf4j-simple dependency-version: 2.0.17 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 47a41c7 commit 79b21fc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
<maven.compiler.target>11</maven.compiler.target>
8383
<maven.deploy.plugin.version>3.1.2</maven.deploy.plugin.version>
8484
<log4j.version>2.25.1</log4j.version>
85-
<slf4j.version>2.0.7</slf4j.version>
85+
<slf4j.version>2.0.17</slf4j.version>
8686
<jackson.version>2.19.1</jackson.version>
8787
<aws.sdk.version>2.31.78</aws.sdk.version>
8888
<aws.xray.recorder.version>2.18.2</aws.xray.recorder.version>

powertools-batch/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
<dependency>
6161
<groupId>org.slf4j</groupId>
6262
<artifactId>slf4j-simple</artifactId>
63-
<version>2.0.7</version>
63+
<version>2.0.17</version>
6464
<scope>test</scope>
6565
</dependency>
6666
<dependency>

0 commit comments

Comments
 (0)