File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2828
2929 dependencies {
3030 implementation("org.springframework.boot:spring-boot-starter-data-jdbc")
31- implementation("com.navercorp.spring:spring-boot-starter-data-jdbc-plus-sql:3.5.6 ")
31+ implementation("com.navercorp.spring:spring-boot-starter-data-jdbc-plus-sql:4.0.0 ")
3232 }
3333 ```
3434
3838 <parent>
3939 <groupId>org.springframework.boot</groupId>
4040 <artifactId>spring-boot-starter-parent</artifactId>
41- <version>3.5.6 </version>
41+ <version>4.0.0 </version>
4242 <relativePath/>
4343 </parent>
4444
5050 <dependency>
5151 <groupId>com.navercorp.spring</groupId>
5252 <artifactId>spring-boot-starter-data-jdbc-plus-sql</artifactId>
53- <version>3.5.6 </version>
53+ <version>4.0.0 </version>
5454 </dependency>
5555 ```
5656
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ plugins {
55}
66
77group = " com.navercorp.spring"
8- version = " 4.0.0 "
8+ version = " 4.0.1-SNAPSHOT "
99
1010jreleaser {
1111 release {
You can’t perform that action at this time.
0 commit comments