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 @@ -82,8 +82,8 @@ subprojects {
8282 apply (plugin = " java" )
8383
8484 dependencies {
85- " testImplementation" (" org.junit.jupiter:junit-jupiter-api:5.11.0 " )
86- " testRuntimeOnly" (" org.junit.jupiter:junit-jupiter-engine:5.11.0 " )
85+ " testImplementation" (" org.junit.jupiter:junit-jupiter-api:5.11.1 " )
86+ " testRuntimeOnly" (" org.junit.jupiter:junit-jupiter-engine:5.11.1 " )
8787 }
8888
8989 spotless {
Original file line number Diff line number Diff line change @@ -7,5 +7,5 @@ dependencies {
77 implementation(project(" :doma-core" ))
88 implementation(project(" :doma-slf4j" ))
99 implementation(" ch.qos.logback:logback-classic:1.5.8" )
10- implementation(" org.junit.jupiter:junit-jupiter-api:5.11.0 " )
10+ implementation(" org.junit.jupiter:junit-jupiter-api:5.11.1 " )
1111}
You can’t perform that action at this time.
0 commit comments