We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8facffe commit 1158cceCopy full SHA for 1158cce
build.gradle
@@ -23,7 +23,7 @@ dependencies {
23
compileOnly 'org.projectlombok:lombok:1.18.20'
24
annotationProcessor 'org.projectlombok:lombok:1.18.20'
25
26
- testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.1'
+ testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.2'
27
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.10.1'
28
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.10.1'
29
0 commit comments