diff --git a/modules/junit-jupiter/build.gradle b/modules/junit-jupiter/build.gradle index e2bdc856dea..3a94b139015 100644 --- a/modules/junit-jupiter/build.gradle +++ b/modules/junit-jupiter/build.gradle @@ -16,7 +16,7 @@ dependencies { testImplementation 'org.assertj:assertj-core:3.24.2' testImplementation 'org.junit.jupiter:junit-jupiter' - testRuntimeOnly 'org.postgresql:postgresql:42.6.0' + testRuntimeOnly 'org.postgresql:postgresql:42.7.2' testRuntimeOnly 'mysql:mysql-connector-java:8.0.33' }