File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -54,10 +54,10 @@ dependencies {
5454 implementation group : ' org.jetbrains.exposed' , name : ' exposed-core' , version : ' 0.61.0'
5555 implementation group : ' org.jetbrains.exposed' , name : ' exposed-jdbc' , version : ' 0.61.0'
5656
57- testImplementation group : ' org.junit.jupiter' , name : ' junit-jupiter-api' , version : ' 6.0.1 '
58- testImplementation group : ' org.junit.platform' , name : ' junit-platform-launcher' , version : ' 6.0.1 '
57+ testImplementation group : ' org.junit.jupiter' , name : ' junit-jupiter-api' , version : ' 6.0.2 '
58+ testImplementation group : ' org.junit.platform' , name : ' junit-platform-launcher' , version : ' 6.0.2 '
5959 testImplementation group : ' org.mockito' , name : ' mockito-core' , version : ' 5.21.0'
60- testRuntimeOnly group : ' org.junit.jupiter' , name : ' junit-jupiter-engine' , version : ' 6.0.1 '
60+ testRuntimeOnly group : ' org.junit.jupiter' , name : ' junit-jupiter-engine' , version : ' 6.0.2 '
6161}
6262
6363tasks {
You can’t perform that action at this time.
0 commit comments