We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fed229 commit b8e2fa1Copy full SHA for b8e2fa1
gradle/dependencies.gradle
@@ -10,7 +10,7 @@ ext {
10
javaObjectLayoutVersion = "0.17"
11
jmhVersion = "1.37"
12
junitVersion = "5.10.1"
13
- logbackVersion = "1.2.12"
+ logbackVersion = "1.2.13"
14
mockitoVersion = "4.11.0"
15
slf4jVersion = "1.7.36"
16
testngVersion = "7.5.1" // since 7.6 JDK8 is unsupported, don't bump
0 commit comments