File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ buildscript {
3535
3636dependencies {
3737 implementation("org.springframework.boot:spring-boot-starter-data-jdbc")
38- implementation("com.navercorp.spring:spring-boot-starter-data-jdbc-plus-sql:2.1.4 ")
38+ implementation("com.navercorp.spring:spring-boot-starter-data-jdbc-plus-sql:2.1.5 ")
3939}
4040```
4141
@@ -56,7 +56,7 @@ dependencies {
5656<dependency >
5757 <groupId >com.navercorp.spring</groupId >
5858 <artifactId >spring-boot-starter-data-jdbc-plus-sql</artifactId >
59- <version >2.1.4 </version >
59+ <version >2.1.5 </version >
6060</dependency >
6161```
6262
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ buildscript {
1515
1616allprojects {
1717 group = " com.navercorp.spring"
18- version = " 2.1.5-SNAPSHOT "
18+ version = " 2.1.5"
1919}
2020
2121subprojects {
You can’t perform that action at this time.
0 commit comments