We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86af6e2 commit 0ea2832Copy full SHA for 0ea2832
build.gradle
@@ -33,9 +33,9 @@ dependencies {
33
implementation 'org.apache.commons:commons-lang3:3.17.0'
34
testCompileOnly "org.projectlombok:lombok:$lombokVersion"
35
testAnnotationProcessor "org.projectlombok:lombok:$lombokVersion"
36
- testImplementation 'org.junit.jupiter:junit-jupiter:5.12.0'
+ testImplementation 'org.junit.jupiter:junit-jupiter:5.12.1'
37
testImplementation 'org.assertj:assertj-core:3.27.3'
38
- testImplementation 'org.junit.platform:junit-platform-launcher:1.12.0'
+ testImplementation 'org.junit.platform:junit-platform-launcher:1.12.1'
39
}
40
41
test {
0 commit comments