Skip to content

Commit

Permalink
Release version 2.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
mhyeon-lee committed Feb 3, 2021
1 parent 6afbb36 commit 789840f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ buildscript {
dependencies {
implementation("org.springframework.boot:spring-boot-starter-data-jdbc")
implementation("com.navercorp.spring:spring-boot-starter-data-jdbc-plus-sql:2.1.5")
implementation("com.navercorp.spring:spring-boot-starter-data-jdbc-plus-sql:2.1.6")
}
```

Expand All @@ -56,7 +56,7 @@ dependencies {
<dependency>
<groupId>com.navercorp.spring</groupId>
<artifactId>spring-boot-starter-data-jdbc-plus-sql</artifactId>
<version>2.1.5</version>
<version>2.1.6</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ buildscript {

allprojects {
group = "com.navercorp.spring"
version = "2.1.6-SNAPSHOT"
version = "2.1.6"
}

subprojects {
Expand Down

0 comments on commit 789840f

Please sign in to comment.