File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ dependencies {
127
127
128
128
testRuntimeOnly ' org.junit.platform:junit-platform-launcher:1.11.0'
129
129
130
- testImplementation ' org.junit.jupiter:junit-jupiter:5.13.4 '
130
+ testImplementation ' org.junit.jupiter:junit-jupiter:6.0.0 '
131
131
testImplementation(' com.google.cloud.tools:jib-core:0.27.3' ) {
132
132
exclude group : ' com.google.guava' , module : ' guava'
133
133
}
@@ -148,7 +148,7 @@ dependencies {
148
148
jarFileTestCompileOnly " org.projectlombok:lombok:${ lombok.version} "
149
149
jarFileTestAnnotationProcessor " org.projectlombok:lombok:${ lombok.version} "
150
150
jarFileTestRuntimeOnly ' org.junit.platform:junit-platform-launcher:1.11.0'
151
- jarFileTestImplementation ' org.junit.jupiter:junit-jupiter:5.13.4 '
151
+ jarFileTestImplementation ' org.junit.jupiter:junit-jupiter:6.0.0 '
152
152
jarFileTestImplementation ' org.assertj:assertj-core:3.27.6'
153
153
jarFileTestImplementation ' org.ow2.asm:asm-debug-all:5.2'
154
154
}
You can’t perform that action at this time.
0 commit comments