Skip to content

Commit aad3e65

Browse files
committed
Upgrade slf4j
1 parent b6221d3 commit aad3e65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/any/shared-mvn-coords.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ext {
1818
// best we can do is define the version here, which can then be applied in all of the places we need the full maven
1919
// coords.
2020
depVersion = [:]
21-
depVersion.slf4j = '1.7.28'
21+
depVersion.slf4j = '2.0.17'
2222
depVersion.protobuf = '3.25.5'
2323
depVersion.grpc = '1.60.0'
2424
}

0 commit comments

Comments
 (0)