We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5dd25f3 commit f792ab4Copy full SHA for f792ab4
build.gradle
@@ -24,7 +24,7 @@ dependencies {
24
implementation 'org.apache.commons:commons-collections4:4.4'
25
implementation 'org.slf4j:slf4j-api:2.0.16'
26
testImplementation 'org.slf4j:slf4j-simple:2.0.16'
27
- testImplementation platform('org.junit:junit-bom:5.10.3')
+ testImplementation platform('org.junit:junit-bom:5.11.3')
28
testImplementation 'org.junit.jupiter:junit-jupiter'
29
testImplementation 'org.skyscreamer:jsonassert:1.5.3'
30
testImplementation 'commons-io:commons-io:2.18.0'
0 commit comments