Skip to content

Commit 1b5fae0

Browse files
Update junit5 monorepo to v5.11.4
1 parent af9131a commit 1b5fae0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ tasks.withType(JavaCompile) {
2626
dependencies {
2727
implementation 'com.google.code.gson:gson:2.11.0'
2828

29-
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.3'
30-
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.3'
29+
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.4'
30+
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.4'
3131

3232
compileOnly 'org.projectlombok:lombok:1.18.36'
3333
annotationProcessor 'org.projectlombok:lombok:1.18.36'

0 commit comments

Comments
 (0)