diff --git a/build.gradle b/build.gradle index aee252a..f0105c6 100644 --- a/build.gradle +++ b/build.gradle @@ -3,7 +3,7 @@ buildscript { mavenCentral() } dependencies { - classpath("org.springframework.boot:spring-boot-gradle-plugin:2.2.0.RELEASE") + classpath("org.springframework.boot:spring-boot-gradle-plugin:3.1.5") } } @@ -72,7 +72,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.0.0' runtimeOnly group:'com.h2database', name:'h2', version: '1.3.176'