Skip to content

Commit 587dc55

Browse files
Bump org.slf4j:slf4j-reload4j from 2.0.16 to 2.0.17
Bumps org.slf4j:slf4j-reload4j from 2.0.16 to 2.0.17. --- updated-dependencies: - dependency-name: org.slf4j:slf4j-reload4j dependency-version: 2.0.17 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 370aba1 commit 587dc55

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ dependencies {
5555
implementation("com.thoughtworks.xstream:xstream:1.4.21")
5656

5757
// логирование
58-
implementation("org.slf4j:slf4j-api:2.0.16")
58+
implementation("org.slf4j:slf4j-api:2.0.17")
5959

6060
// прочее
6161
implementation("commons-io:commons-io:2.21.0")
@@ -82,7 +82,7 @@ dependencies {
8282
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
8383

8484
// логирование
85-
testImplementation("org.slf4j:slf4j-reload4j:2.0.16")
85+
testImplementation("org.slf4j:slf4j-reload4j:2.0.17")
8686

8787
// бенчмарк
8888
jmh("org.openjdk.jmh:jmh-core:1.37")

0 commit comments

Comments
 (0)