Skip to content

Commit

Permalink
Release 2.2.3 version
Browse files Browse the repository at this point in the history
  • Loading branch information
mhyeon-lee committed Jul 28, 2021
1 parent d955301 commit e2816c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ If you need to use Spring Data JDBC's Persistence features and SQL execution fun
<dependency>
<groupId>com.navercorp.spring</groupId>
<artifactId>spring-boot-starter-data-jdbc-plus-sql</artifactId>
<version>2.2.2</version>
<version>2.2.3</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.2.3-SNAPSHOT"
version = "2.2.3"
}

subprojects {
Expand Down

0 comments on commit e2816c9

Please sign in to comment.