From 04f1fce25e45a1b9a2dd63a2629ee786688e0142 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 16 Apr 2023 20:33:23 +0000 Subject: [PATCH] build(deps): bump slf4j from 1.7.31 to 2.0.7 Bumps `slf4j` from 1.7.31 to 2.0.7. Updates `org.slf4j:slf4j-api` from 1.7.31 to 2.0.7 - [Release notes](https://github.com/qos-ch/slf4j/releases) - [Commits](https://github.com/qos-ch/slf4j/commits) Updates `org.slf4j:slf4j-jdk14` from 1.7.31 to 2.0.7 - [Release notes](https://github.com/qos-ch/slf4j/releases) - [Commits](https://github.com/qos-ch/slf4j/commits) Updates `org.slf4j:slf4j-simple` from 1.7.31 to 2.0.7 - [Release notes](https://github.com/qos-ch/slf4j/releases) - [Commits](https://github.com/qos-ch/slf4j/commits) --- updated-dependencies: - dependency-name: org.slf4j:slf4j-api dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.slf4j:slf4j-jdk14 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.slf4j:slf4j-simple dependency-type: direct:production update-type: version-update:semver-major ... 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 495a98f..07c838c 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -62,7 +62,7 @@ jacoco = "0.8.7" # logs kotlinLogging = "3.0.5" slf4j = { require = "2.0.7" } -# slf4j = "1.7.31" +# slf4j = "2.0.7" # uuid uuid = "5.2.0"