File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ dependencies {
25
25
implementation(" org.mariadb.jdbc:mariadb-java-client:3.5.1" )
26
26
implementation(" com.zaxxer:HikariCP:4.0.3" )
27
27
28
- testImplementation(" org.junit.jupiter:junit-jupiter-api:5.11.3 " )
28
+ testImplementation(" org.junit.jupiter:junit-jupiter-api:5.12.1 " )
29
29
testImplementation(" org.mockito:mockito-inline:4.11.0" ) // 4.11.0 is the last version compatible with Java 8
30
30
testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine" )
31
31
}
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ dependencies {
53
53
testImplementation(" org.junit.platform:junit-platform-engine:1.11.0" )
54
54
testImplementation(" org.junit.platform:junit-platform-launcher:1.12.1" )
55
55
testImplementation(" org.junit.platform:junit-platform-suite-engine:1.12.0" )
56
- testImplementation(" org.junit.jupiter:junit-jupiter-api:5.11.3 " )
56
+ testImplementation(" org.junit.jupiter:junit-jupiter-api:5.12.1 " )
57
57
testImplementation(" org.junit.jupiter:junit-jupiter-params:5.11.4" )
58
58
testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine" )
59
59
You can’t perform that action at this time.
0 commit comments