diff --git a/build.gradle.kts b/build.gradle.kts index d2a9ddc..df20d76 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -49,7 +49,7 @@ repositories { dependencies { // логирование - implementation("org.slf4j:slf4j-api:2.0.16") + implementation("org.slf4j:slf4j-api:2.0.17") // прочее implementation("commons-io:commons-io:2.21.0") @@ -63,7 +63,7 @@ dependencies { testImplementation("org.assertj:assertj-core:3.27.7") // логирование - testImplementation("org.slf4j:slf4j-reload4j:2.0.16") + testImplementation("org.slf4j:slf4j-reload4j:2.0.17") testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine") testRuntimeOnly("org.junit.platform:junit-platform-launcher")