From f4a824651554bc5d620635c30fe274559a163400 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 17 Mar 2024 09:58:09 -0700 Subject: [PATCH] chore: bump the gradle-patch-updates group with 1 update (#2) Bumps the gradle-patch-updates group with 1 update: org.slf4j:slf4j-simple. Updates `org.slf4j:slf4j-simple` from 2.0.5 to 2.0.12 --- updated-dependencies: - dependency-name: org.slf4j:slf4j-simple dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle-patch-updates ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 226938a..f7c95ae 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -18,7 +18,7 @@ kotlinx-serialization = { module = "org.jetbrains.kotlinx:kotlinx-serialization- google-guava = { module = "com.google.guava:guava", version = "33.0.0-jre" } seancfoley-ipaddress = { module = "com.github.seancfoley:ipaddress", version = "5.5.0" } jayway-jsonpath= { module = "com.jayway.jsonpath:json-path", version = "2.7.0" } -slf4j-simple = { module = "org.slf4j:slf4j-simple", version = "2.0.5" } +slf4j-simple = { module = "org.slf4j:slf4j-simple", version = "2.0.12" } ##### Testing libraries