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 @@ -37,7 +37,7 @@ If you need to use Spring Data JDBC's Persistence features and SQL execution fun
3737
3838 dependencies {
3939 implementation("org.springframework.boot:spring-boot-starter-data-jdbc")
40- implementation("com.navercorp.spring:spring-boot-starter-data-jdbc-plus-sql:2.1.6 ")
40+ implementation("com.navercorp.spring:spring-boot-starter-data-jdbc-plus-sql:2.2.1 ")
4141 }
4242 ```
4343
@@ -59,7 +59,7 @@ If you need to use Spring Data JDBC's Persistence features and SQL execution fun
5959 <dependency>
6060 <groupId>com.navercorp.spring</groupId>
6161 <artifactId>spring-boot-starter-data-jdbc-plus-sql</artifactId>
62- <version>2.1.6 </version>
62+ <version>2.2.1 </version>
6363 </dependency>
6464 ```
6565
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.6 "
18+ version = " 2.2.1 "
1919}
2020
2121subprojects {
You can’t perform that action at this time.
0 commit comments