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 {
14
14
15
15
// Logging
16
16
implementation ' org.jboss.logging:jboss-logging:3.5.0.Final'
17
- testImplementation ' org.junit.jupiter:junit-jupiter:5.8.1'
18
17
compileOnly ' org.jboss.logging:jboss-logging-annotations:2.2.1.Final'
19
18
20
19
annotationProcessor ' org.jboss.logging:jboss-logging:3.5.0.Final'
@@ -25,7 +24,6 @@ dependencies {
25
24
implementation " io.vertx:vertx-sql-client:${ vertxVersion} "
26
25
27
26
// Testing
28
- testImplementation ' org.junit.jupiter:junit-jupiter-api:5.8.1'
29
27
testImplementation ' org.assertj:assertj-core:3.24.2'
30
28
testImplementation " io.vertx:vertx-junit5:${ vertxVersion} "
31
29
@@ -39,8 +37,9 @@ dependencies {
39
37
// Optional dependency of vertx-pg-client, essential when connecting via SASL SCRAM
40
38
testImplementation ' com.ongres.scram:client:2.1'
41
39
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'
44
43
45
44
// JDBC driver to test with ORM and PostgreSQL
46
45
testRuntimeOnly " org.postgresql:postgresql:42.6.0"
You can’t perform that action at this time.
0 commit comments