@@ -26,15 +26,15 @@ buildscript {
2626 }
2727 }
2828 dependencies {
29- classpath("org.springframework.boot:spring-boot-gradle-plugin:2.2.6 .RELEASE")
29+ classpath("org.springframework.boot:spring-boot-gradle-plugin:2.2.7 .RELEASE")
3030 }
3131}
3232
3333dependencies {
34- implementation("com.navercorp.spring:spring-boot-starter-data-jdbc-plus-sql:2.0.0.RC2 ")
35- implementation("org.springframework.data:spring-data-jdbc:2.0.0.RC2 ")
36- implementation("org.springframework.data:spring-data-relational:2.0.0.RC2 ")
37- implementation("org.springframework.data:spring-data-commons:2.3.0.RC2 ")
34+ implementation("com.navercorp.spring:spring-boot-starter-data-jdbc-plus-sql:2.0.0.RELEASE ")
35+ implementation("org.springframework.data:spring-data-jdbc:2.0.0.RELEASE ")
36+ implementation("org.springframework.data:spring-data-relational:2.0.0.RELEASE ")
37+ implementation("org.springframework.data:spring-data-commons:2.3.0.RELEASE ")
3838}
3939```
4040
@@ -51,22 +51,22 @@ dependencies {
5151<dependency >
5252 <groupId >com.navercorp.spring</groupId >
5353 <artifactId >spring-boot-starter-data-jdbc-plus-sql</artifactId >
54- <version >2.0.0.RC2 </version >
54+ <version >2.0.0.RELEASE </version >
5555</dependency >
5656<dependency >
5757 <groupId >org.springframework.data</groupId >
5858 <artifactId >spring-data-jdbc</artifactId >
59- <version >2.0.0.RC2 </version >
59+ <version >2.0.0.RELEASE </version >
6060</dependency >
6161<dependency >
6262 <groupId >org.springframework.data</groupId >
6363 <artifactId >spring-data-relational</artifactId >
64- <version >2.0.0.RC2 </version >
64+ <version >2.0.0.RELEASE </version >
6565</dependency >
6666<dependency >
6767 <groupId >org.springframework.data</groupId >
6868 <artifactId >spring-data-commons</artifactId >
69- <version >2.3.0.RC2 </version >
69+ <version >2.3.0.RELEASE </version >
7070</dependency >
7171```
7272
0 commit comments