We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af9131a commit 1b5fae0Copy full SHA for 1b5fae0
build.gradle
@@ -26,8 +26,8 @@ tasks.withType(JavaCompile) {
26
dependencies {
27
implementation 'com.google.code.gson:gson:2.11.0'
28
29
- testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.3'
30
- testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.3'
+ testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.4'
+ testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.4'
31
32
compileOnly 'org.projectlombok:lombok:1.18.36'
33
annotationProcessor 'org.projectlombok:lombok:1.18.36'
0 commit comments