File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -84,8 +84,8 @@ subprojects {
8484 apply (plugin = " java" )
8585
8686 dependencies {
87- " testImplementation" (" org.junit.jupiter:junit-jupiter-api:5.10.3 " )
88- " testRuntimeOnly" (" org.junit.jupiter:junit-jupiter-engine:5.10.3 " )
87+ " testImplementation" (" org.junit.jupiter:junit-jupiter-api:5.11.0 " )
88+ " testRuntimeOnly" (" org.junit.jupiter:junit-jupiter-engine:5.11.0 " )
8989 }
9090
9191 spotless {
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ dependencies {
77 implementation(project(" :doma-core" ))
88 implementation(project(" :doma-slf4j" ))
99 implementation(" ch.qos.logback:logback-classic:1.2.11" )
10- implementation(" org.junit.jupiter:junit-jupiter-api:5.10.3 " )
10+ implementation(" org.junit.jupiter:junit-jupiter-api:5.11.0 " )
1111}
1212
1313java {
You can’t perform that action at this time.
0 commit comments