We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42f97f1 commit e1bd261Copy full SHA for e1bd261
jhdf/build.gradle
@@ -56,7 +56,7 @@ dependencies {
56
57
// Use JUnit 5 test framework
58
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter', version: '5.11.4'
59
- testRuntimeOnly group: 'org.slf4j', name: 'slf4j-simple', version: '1.7.36'
+ testRuntimeOnly group: 'org.slf4j', name: 'slf4j-simple', version: '2.0.17'
60
61
// Mocking
62
testImplementation group: 'org.mockito', name: 'mockito-inline', version: '4.11.0'
0 commit comments