diff --git a/java-spring/build.gradle b/java-spring/build.gradle index 653ead8..6efe550 100644 --- a/java-spring/build.gradle +++ b/java-spring/build.gradle @@ -31,7 +31,7 @@ dependencies { implementation 'org.springframework.boot:spring-boot-starter-data-jdbc:3.2.2' implementation 'org.springframework.boot:spring-boot-starter-jdbc:3.2.2' implementation 'org.springframework.boot:spring-boot-starter-web:3.2.2' - testImplementation 'org.springframework.boot:spring-boot-starter-test:3.2.2' + testImplementation 'org.springframework.boot:spring-boot-starter-test:3.2.4' testImplementation 'junit:junit:4.13.2' }