diff --git a/modules/junit-jupiter/build.gradle b/modules/junit-jupiter/build.gradle index 0351a065c34..5d0d7ac58a2 100644 --- a/modules/junit-jupiter/build.gradle +++ b/modules/junit-jupiter/build.gradle @@ -16,7 +16,7 @@ dependencies { testImplementation 'org.assertj:assertj-core:3.26.3' testImplementation 'org.junit.jupiter:junit-jupiter' - testRuntimeOnly 'org.postgresql:postgresql:42.7.4' + testRuntimeOnly 'org.postgresql:postgresql:42.7.6' testRuntimeOnly 'mysql:mysql-connector-java:8.0.33' }