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 @@ -111,8 +111,8 @@ subprojects {
111111 apply (plugin = " java" )
112112
113113 dependencies {
114- " testImplementation" (" org.junit.jupiter:junit-jupiter-api:5.9.0 " )
115- " testRuntimeOnly" (" org.junit.jupiter:junit-jupiter-engine:5.9.0 " )
114+ " testImplementation" (" org.junit.jupiter:junit-jupiter-api:5.9.1 " )
115+ " testRuntimeOnly" (" org.junit.jupiter:junit-jupiter-engine:5.9.1 " )
116116 }
117117
118118 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.9.0 " )
10+ implementation(" org.junit.jupiter:junit-jupiter-api:5.9.1 " )
1111}
1212
1313java {
You can’t perform that action at this time.
0 commit comments