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 57d4f48 commit f465adeCopy full SHA for f465ade
build.gradle
@@ -60,7 +60,7 @@ subprojects {
60
implementation 'org.apache.logging.log4j:log4j-api:2.23.1'
61
implementation 'org.apache.logging.log4j:log4j-core:2.23.1'
62
63
- testImplementation platform('org.junit:junit-bom:5.10.3')
+ testImplementation platform('org.junit:junit-bom:5.11.4')
64
testImplementation 'org.junit.jupiter:junit-jupiter'
65
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
66
testImplementation 'org.mockito:mockito-core:5.12.0'
0 commit comments