Skip to content

Commit 881621d

Browse files
committed
[hibernate#2030] Upgrade Jupiter to 5.11.3
1 parent 909710f commit 881621d

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
@@ -42,8 +42,8 @@ dependencies {
4242
testImplementation 'com.ongres.scram:client:2.1'
4343

4444
// JUnit Jupiter
45-
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.2'
46-
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.10.2'
45+
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.3'
46+
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.3'
4747

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

0 commit comments

Comments
 (0)