Skip to content

Commit 72f2db4

Browse files
Bump versions.slf4j from 1.7.31 to 1.7.32
Bumps `versions.slf4j` from 1.7.31 to 1.7.32. Updates `slf4j-api` from 1.7.31 to 1.7.32 - [Release notes](https://github.com/qos-ch/slf4j/releases) - [Commits](https://github.com/qos-ch/slf4j/commits) Updates `log4j-over-slf4j` from 1.7.31 to 1.7.32 - [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-patch - dependency-name: org.slf4j:log4j-over-slf4j dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a1e03ed commit 72f2db4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/dependencies.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ ext {
33
versions = [
44
jackson : '2.12.4', // Json Serializer / Deserializer
55
okhttp : '4.9.1', // HTTP Client
6-
slf4j : '1.7.31', // Logging
6+
slf4j : '1.7.32', // Logging
77
logback : '1.2.5', // Logging
88
undertow : '2.2.8.Final',// Webserver
99
metrics : '4.2.2', // Metrics

0 commit comments

Comments
 (0)