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 @@ -81,8 +81,8 @@ subprojects {
8181 apply (plugin = " java" )
8282
8383 dependencies {
84- " testImplementation" (" org.junit.jupiter:junit-jupiter-api:5.10.1 " )
85- " testRuntimeOnly" (" org.junit.jupiter:junit-jupiter-engine:5.10.1 " )
84+ " testImplementation" (" org.junit.jupiter:junit-jupiter-api:5.10.2 " )
85+ " testRuntimeOnly" (" org.junit.jupiter:junit-jupiter-engine:5.10.2 " )
8686 }
8787
8888 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.1 " )
10+ implementation(" org.junit.jupiter:junit-jupiter-api:5.10.2 " )
1111}
1212
1313java {
You can’t perform that action at this time.
0 commit comments