diff --git a/build.gradle b/build.gradle index 3a93c844..dcbc3bf7 100644 --- a/build.gradle +++ b/build.gradle @@ -130,7 +130,7 @@ dependencies { testImplementation group: 'org.assertj', name: 'assertj-core', version: '3.17.2' // https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-starter-data-jpa - implementation group: 'org.springframework.boot', name: 'spring-boot-starter-data-jpa', version: '2.3.1.RELEASE' + implementation group: 'org.springframework.boot', name: 'spring-boot-starter-data-jpa', version: '3.2.11' runtimeOnly group:'com.h2database', name:'h2', version: '1.3.176'