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 50b87ad commit a8120bcCopy full SHA for a8120bc
build.gradle
@@ -14,7 +14,7 @@ dependencies {
14
// For UFC DTOs
15
implementation 'commons-codec:commons-codec:1.17.0'
16
implementation 'org.slf4j:slf4j-api:2.0.13'
17
- testImplementation platform('org.junit:junit-bom:5.10.2')
+ testImplementation platform('org.junit:junit-bom:5.10.3')
18
testImplementation 'org.junit.jupiter:junit-jupiter'
19
testImplementation 'org.skyscreamer:jsonassert:1.5.1'
20
testImplementation 'commons-io:commons-io:2.11.0'
0 commit comments