Skip to content

Commit 119e158

Browse files
committed
[#1879] Upgrade JUnit 5 to 5.10.2
1 parent 8da0ae3 commit 119e158

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.9.3'
45-
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.9.3'
44+
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.2'
45+
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.10.2'
4646

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

0 commit comments

Comments
 (0)