From bf20acca497858f2cd9f4e4af21a1ae884d4b162 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Feb 2026 21:32:56 +0000 Subject: [PATCH] Bump org.slf4j:slf4j-api from 2.0.16 to 2.0.17 Bumps org.slf4j:slf4j-api from 2.0.16 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 ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index b63fa584a..490b31dc9 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -55,7 +55,7 @@ dependencies { implementation("com.thoughtworks.xstream:xstream:1.4.21") // логирование - implementation("org.slf4j:slf4j-api:2.0.16") + implementation("org.slf4j:slf4j-api:2.0.17") // прочее implementation("commons-io:commons-io:2.21.0") @@ -82,7 +82,7 @@ dependencies { testRuntimeOnly("org.junit.platform:junit-platform-launcher") // логирование - testImplementation("org.slf4j:slf4j-reload4j:2.0.16") + testImplementation("org.slf4j:slf4j-reload4j:2.0.17") // бенчмарк jmh("org.openjdk.jmh:jmh-core:1.37")