We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98f927e commit f274987Copy full SHA for f274987
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.9.3'
45
- testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.9.3'
+ testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.2'
+ testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.10.2'
46
47
// JDBC driver to test with ORM and PostgreSQL
48
testRuntimeOnly "org.postgresql:postgresql:42.6.0"
0 commit comments