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 @@ -40,7 +40,7 @@ may be an appropriate choice.
4040
4141 dependencies {
4242 implementation("org.springframework.boot:spring-boot-starter-data-jdbc")
43- implementation("com.navercorp.spring:spring-boot-starter-data-jdbc-plus-sql:3.3.0 ")
43+ implementation("com.navercorp.spring:spring-boot-starter-data-jdbc-plus-sql:3.3.1 ")
4444 }
4545 ```
4646
@@ -62,7 +62,7 @@ may be an appropriate choice.
6262 <dependency>
6363 <groupId>com.navercorp.spring</groupId>
6464 <artifactId>spring-boot-starter-data-jdbc-plus-sql</artifactId>
65- <version>3.3.0 </version>
65+ <version>3.3.1 </version>
6666 </dependency>
6767 ```
6868
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ plugins {
44}
55
66group = " com.navercorp.spring"
7- version = " 3.3.1-SNAPSHOT "
7+ version = " 3.3.1"
88
99publishing {
1010 publications {
You can’t perform that action at this time.
0 commit comments