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 @@ -41,7 +41,7 @@ may be an appropriate choice.
4141
4242 dependencies {
4343 implementation("org.springframework.boot:spring-boot-starter-data-jdbc")
44- implementation("com.navercorp.spring:spring-boot-starter-data-jdbc-plus-sql:3.5.2 ")
44+ implementation("com.navercorp.spring:spring-boot-starter-data-jdbc-plus-sql:3.5.3 ")
4545 }
4646 ```
4747
@@ -63,7 +63,7 @@ may be an appropriate choice.
6363 <dependency>
6464 <groupId>com.navercorp.spring</groupId>
6565 <artifactId>spring-boot-starter-data-jdbc-plus-sql</artifactId>
66- <version>3.5.2 </version>
66+ <version>3.5.3 </version>
6767 </dependency>
6868 ```
6969
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ plugins {
55}
66
77group = " com.navercorp.spring"
8- version = " 3.5.3-SNAPSHOT "
8+ version = " 3.5.3"
99
1010jreleaser {
1111 release {
You can’t perform that action at this time.
0 commit comments