Skip to content

Commit a345b21

Browse files
Bump org.slf4j:slf4j-reload4j from 2.0.16 to 2.0.17 (#589)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8f1ead2 commit a345b21

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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)