diff --git a/build.gradle b/build.gradle index 00dd406..a364ec8 100644 --- a/build.gradle +++ b/build.gradle @@ -34,7 +34,7 @@ dependencies { implementation 'org.springframework:spring-webflux:6.0.5' implementation 'org.springframework:spring-websocket:6.0.5' implementation 'org.springframework:spring-messaging:6.0.5' - implementation "org.springframework.boot:spring-boot-starter-data-jpa:3.0.2" + implementation "org.springframework.boot:spring-boot-starter-data-jpa:3.1.1" implementation 'org.springframework.boot:spring-boot-starter-log4j2' implementation 'org.springframework.boot:spring-boot-starter-thymeleaf' implementation 'org.springframework.boot:spring-boot-starter-web'