From 70f16c7da46bc9454bc02f8c57cb1af57abb8e6a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 14:01:03 +0000 Subject: [PATCH] chore: bump org.slf4j:slf4j-simple in the gradle-patch-updates group Bumps the gradle-patch-updates group with 1 update: org.slf4j:slf4j-simple. Updates `org.slf4j:slf4j-simple` from 2.0.13 to 2.0.16 --- 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] --- 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 7c1b00e..5bce830 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.2.1-jre" } seancfoley-ipaddress = { module = "com.github.seancfoley:ipaddress", version = "5.5.0" } jayway-jsonpath= { module = "com.jayway.jsonpath:json-path", version = "2.9.0" } -slf4j-simple = { module = "org.slf4j:slf4j-simple", version = "2.0.13" } +slf4j-simple = { module = "org.slf4j:slf4j-simple", version = "2.0.16" } oshai-kotlin-logging = { module = "io.github.oshai:kotlin-logging-jvm", version = "5.1.4" }