Skip to content

Commit 26c3ebe

Browse files
committed
Release 3.4.10
1 parent 925cc6b commit 26c3ebe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
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.4.9")
44+
implementation("com.navercorp.spring:spring-boot-starter-data-jdbc-plus-sql:3.4.10")
4545
}
4646
```
4747

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 = "3.4.10-SNAPSHOT"
8+
version = "3.4.10"
99

1010
jreleaser {
1111
release {

0 commit comments

Comments
 (0)