Skip to content

Commit 096cb26

Browse files
Bump logback-classic from 1.2.3 to 1.2.4
Bumps logback-classic from 1.2.3 to 1.2.4. --- updated-dependencies: - dependency-name: ch.qos.logback:logback-classic dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4253d9a commit 096cb26

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
@@ -4,7 +4,7 @@ ext {
44
jackson : '2.12.4', // Json Serializer / Deserializer
55
okhttp : '4.9.1', // HTTP Client
66
slf4j : '1.7.31', // Logging
7-
logback : '1.2.3', // Logging
7+
logback : '1.2.4', // Logging
88
undertow : '2.2.8.Final',// Webserver
99
metrics : '4.2.2', // Metrics
1010
guava : '30.1.1-jre', // Common / Helper libraries

0 commit comments

Comments
 (0)