We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ef9e0d commit 31b59cdCopy full SHA for 31b59cd
hibernate-reactive-core/build.gradle
@@ -41,8 +41,8 @@ dependencies {
41
testImplementation 'com.ongres.scram:client:2.1'
42
43
// JUnit Jupiter
44
- testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.2'
45
- testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.10.2'
+ testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.3'
+ testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.3'
46
47
// JDBC driver to test with ORM and PostgreSQL
48
testRuntimeOnly "org.postgresql:postgresql:42.7.3"
0 commit comments