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 008741b commit 137a7e0Copy full SHA for 137a7e0
build.gradle
@@ -24,7 +24,7 @@ dependencies {
24
implementation "org.projectlombok:lombok:1.18.12"
25
annotationProcessor "org.projectlombok:lombok:1.18.12"
26
27
- testImplementation "org.junit.jupiter:junit-jupiter-api:5.5.1"
+ testImplementation "org.junit.jupiter:junit-jupiter-api:5.6.2"
28
testImplementation "org.junit.jupiter:junit-jupiter-params:5.5.1"
29
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.5.1"
30
testImplementation "org.hamcrest:java-hamcrest:2.0.0.0"
0 commit comments