From e7eb537979c4ea38a103815ad53f2ff30c3b7a87 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 07:48:28 -0500 Subject: [PATCH] Bump org.slf4j:slf4j-simple from 2.0.12 to 2.0.13 (#258) --- 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 c6ce34b5..cbfba879 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -12,7 +12,7 @@ okhttp = "4.12.0" okio = "3.9.0" # Ensure that PROTOC_VERSION in the Makefile is updated when changing this version. protobuf = "4.26.1" -slf4j = "2.0.12" +slf4j = "2.0.13" spotless = "6.25.0" [libraries]