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 3c23c3a commit 0adc54cCopy full SHA for 0adc54c
build.gradle
@@ -62,7 +62,7 @@ subprojects {
62
implementation 'commons-cli:commons-cli:1.9.0'
63
implementation 'commons-logging:commons-logging:1.3.5'
64
65
- testImplementation platform('org.junit:junit-bom:5.13.1')
+ testImplementation platform('org.junit:junit-bom:5.13.4')
66
testImplementation 'org.junit.jupiter:junit-jupiter'
67
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
68
testImplementation 'org.assertj:assertj-core:3.27.3'
0 commit comments