Skip to content

Commit de72329

Browse files
DavideDSanne
authored andcommitted
[#1686] Upgrade JUnit to 5.9.3
1 parent 38c169f commit de72329

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

hibernate-reactive-core/build.gradle

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)