Skip to content

Commit 87aadb5

Browse files
author
mhyeon-lee
committed
Release version 2.1.5
1 parent bf4169a commit 87aadb5

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
@@ -35,7 +35,7 @@ buildscript {
3535
3636
dependencies {
3737
implementation("org.springframework.boot:spring-boot-starter-data-jdbc")
38-
implementation("com.navercorp.spring:spring-boot-starter-data-jdbc-plus-sql:2.1.4")
38+
implementation("com.navercorp.spring:spring-boot-starter-data-jdbc-plus-sql:2.1.5")
3939
}
4040
```
4141

@@ -56,7 +56,7 @@ dependencies {
5656
<dependency>
5757
<groupId>com.navercorp.spring</groupId>
5858
<artifactId>spring-boot-starter-data-jdbc-plus-sql</artifactId>
59-
<version>2.1.4</version>
59+
<version>2.1.5</version>
6060
</dependency>
6161
```
6262

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ buildscript {
1515

1616
allprojects {
1717
group = "com.navercorp.spring"
18-
version = "2.1.5-SNAPSHOT"
18+
version = "2.1.5"
1919
}
2020

2121
subprojects {

0 commit comments

Comments
 (0)