Skip to content

Commit

Permalink
[#1857] Upgrade JUnit 5 to 5.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
DavideD committed Apr 10, 2024
1 parent 98f927e commit f274987
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hibernate-reactive-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ dependencies {
testImplementation 'com.ongres.scram:client:2.1'

// JUnit Jupiter
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.9.3'
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'

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

0 comments on commit f274987

Please sign in to comment.