File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,6 @@ dependencies {
1414
1515 // Logging
1616 implementation ' org.jboss.logging:jboss-logging:3.5.0.Final'
17- testImplementation ' org.junit.jupiter:junit-jupiter:5.8.1'
1817 compileOnly ' org.jboss.logging:jboss-logging-annotations:2.2.1.Final'
1918
2019 annotationProcessor ' org.jboss.logging:jboss-logging:3.5.0.Final'
@@ -25,7 +24,6 @@ dependencies {
2524 implementation " io.vertx:vertx-sql-client:${ vertxVersion} "
2625
2726 // Testing
28- testImplementation ' org.junit.jupiter:junit-jupiter-api:5.8.1'
2927 testImplementation ' org.assertj:assertj-core:3.24.2'
3028 testImplementation " io.vertx:vertx-junit5:${ vertxVersion} "
3129
@@ -39,8 +37,9 @@ dependencies {
3937 // Optional dependency of vertx-pg-client, essential when connecting via SASL SCRAM
4038 testImplementation ' com.ongres.scram:client:2.1'
4139
42- // JUnit5 engine
43- testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:5.8.1'
40+ // JUnit Jupiter
41+ testImplementation ' org.junit.jupiter:junit-jupiter-api:5.9.3'
42+ testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:5.9.3'
4443
4544 // JDBC driver to test with ORM and PostgreSQL
4645 testRuntimeOnly " org.postgresql:postgresql:42.6.0"
You can’t perform that action at this time.
0 commit comments