Skip to content

Commit 31b59cd

Browse files
committed
[#2030] Upgrade Jupiter to 5.11.3
1 parent 8ef9e0d commit 31b59cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hibernate-reactive-core/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ dependencies {
4141
testImplementation 'com.ongres.scram:client:2.1'
4242

4343
// JUnit Jupiter
44-
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.2'
45-
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.10.2'
44+
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.3'
45+
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.3'
4646

4747
// JDBC driver to test with ORM and PostgreSQL
4848
testRuntimeOnly "org.postgresql:postgresql:42.7.3"

0 commit comments

Comments
 (0)