Skip to content

Commit f076814

Browse files
author
mhyeon-lee
committed
Release 2.2.2 version
1 parent f76be8a commit f076814

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,13 @@ If you need to use Spring Data JDBC's Persistence features and SQL execution fun
3131
}
3232
}
3333
dependencies {
34-
classpath("org.springframework.boot:spring-boot-gradle-plugin:2.5.0")
34+
classpath("org.springframework.boot:spring-boot-gradle-plugin:2.5.2")
3535
}
3636
}
3737
3838
dependencies {
3939
implementation("org.springframework.boot:spring-boot-starter-data-jdbc")
40-
implementation("com.navercorp.spring:spring-boot-starter-data-jdbc-plus-sql:2.2.1")
40+
implementation("com.navercorp.spring:spring-boot-starter-data-jdbc-plus-sql:2.2.2")
4141
}
4242
```
4343
@@ -47,7 +47,7 @@ If you need to use Spring Data JDBC's Persistence features and SQL execution fun
4747
<parent>
4848
<groupId>org.springframework.boot</groupId>
4949
<artifactId>spring-boot-starter-parent</artifactId>
50-
<version>2.5.0</version>
50+
<version>2.5.2</version>
5151
<relativePath/>
5252
</parent>
5353
@@ -59,7 +59,7 @@ If you need to use Spring Data JDBC's Persistence features and SQL execution fun
5959
<dependency>
6060
<groupId>com.navercorp.spring</groupId>
6161
<artifactId>spring-boot-starter-data-jdbc-plus-sql</artifactId>
62-
<version>2.2.1</version>
62+
<version>2.2.2</version>
6363
</dependency>
6464
```
6565

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.2.2-SNAPSHOT"
18+
version = "2.2.2"
1919
}
2020

2121
subprojects {

0 commit comments

Comments
 (0)