From 013847c25783b20c8187b10c8a40819ae8101b52 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Apr 2025 16:44:01 +0000 Subject: [PATCH] build(deps): bump org.slf4j:slf4j-simple from 2.0.12 to 2.0.17 Bumps org.slf4j:slf4j-simple from 2.0.12 to 2.0.17. --- updated-dependencies: - 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] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 151aff4..e1ec3d0 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -53,7 +53,7 @@ dependencies { // https://mvnrepository.com/artifact/org.slf4j/slf4j-api implementation("org.slf4j:slf4j-api:2.0.16") // https://mvnrepository.com/artifact/org.slf4j/slf4j-simple - implementation("org.slf4j:slf4j-simple:2.0.12") + implementation("org.slf4j:slf4j-simple:2.0.17") // sqlite for database // https://mvnrepository.com/artifact/org.xerial/sqlite-jdbc