Skip to content

Commit dd6d7b2

Browse files
committed
Prepare next iteration
1 parent 3530d82 commit dd6d7b2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
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
@@ -38,7 +38,7 @@
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
@@ -50,7 +50,7 @@
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

buildSrc/src/main/groovy/spring.jdbc.plus.maven-publish-conventions.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
}
66

77
group = "com.navercorp.spring"
8-
version = "4.0.0"
8+
version = "4.0.1-SNAPSHOT"
99

1010
jreleaser {
1111
release {

0 commit comments

Comments
 (0)