Skip to content

Commit 33b56d4

Browse files
committed
Release 3.3.5
1 parent 5e43630 commit 33b56d4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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.3.4")
44+
implementation("com.navercorp.spring:spring-boot-starter-data-jdbc-plus-sql:3.3.5")
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.3.4</version>
66+
<version>3.3.5</version>
6767
</dependency>
6868
```
6969

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
@@ -4,7 +4,7 @@ plugins {
44
}
55

66
group = "com.navercorp.spring"
7-
version = "3.3.5-SNAPSHOT"
7+
version = "3.3.5"
88

99
publishing {
1010
publications {

0 commit comments

Comments
 (0)