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 e468c87 commit 800f0fbCopy full SHA for 800f0fb
build.gradle
@@ -19,7 +19,7 @@ dependencies {
19
implementation 'commons-codec:commons-codec:1.17.0'
20
implementation "com.google.code.gson:gson:2.9.1"
21
implementation 'org.slf4j:slf4j-api:2.0.13'
22
- testImplementation platform('org.junit:junit-bom:5.10.0')
+ testImplementation platform('org.junit:junit-bom:5.10.2')
23
testImplementation 'org.junit.jupiter:junit-jupiter'
24
testImplementation 'org.skyscreamer:jsonassert:1.5.1'
25
testImplementation 'commons-io:commons-io:2.11.0'
0 commit comments