diff --git a/build.gradle b/build.gradle index fc26c0f..bc366b3 100644 --- a/build.gradle +++ b/build.gradle @@ -37,7 +37,7 @@ dependencies { // Use spring to for integration testing testImplementation 'org.springframework.boot:spring-boot-starter-jdbc:2.3.5.RELEASE' - testImplementation 'org.springframework.boot:spring-boot-starter-test:2.3.5.RELEASE' + testImplementation 'org.springframework.boot:spring-boot-starter-test:2.7.18' testImplementation 'org.postgresql:postgresql:42.2.5'