diff --git a/NOTICE b/NOTICE
index b2705632..182091c9 100644
--- a/NOTICE
+++ b/NOTICE
@@ -25,7 +25,7 @@ spring-projects/spring-data-commons
https://github.com/spring-projects/spring-data-commons
-Spring Data Commons 3.1.5
+Spring Data Commons 3.2.0
Copyright (c) [2010-2019] Pivotal Software, Inc.
This product is licensed to you under the Apache License, Version 2.0 (the "License").
@@ -71,7 +71,7 @@ spring-projects/spring-data-jdbc
https://github.com/spring-projects/spring-data-jdbc
-Spring Data Relational 3.1.5
+Spring Data Relational 3.2.0
Copyright (c) [2017-2019] Pivotal Software, Inc.
This product is licensed to you under the Apache License, Version 2.0 (the "License").
diff --git a/README.md b/README.md
index b03a5905..6b5ec2b0 100644
--- a/README.md
+++ b/README.md
@@ -34,13 +34,13 @@ may be an appropriate choice.
}
}
dependencies {
- classpath("org.springframework.boot:spring-boot-gradle-plugin:3.1.5")
+ classpath("org.springframework.boot:spring-boot-gradle-plugin:3.2.0")
}
}
dependencies {
implementation("org.springframework.boot:spring-boot-starter-data-jdbc")
- implementation("com.navercorp.spring:spring-boot-starter-data-jdbc-plus-sql:3.1.5")
+ implementation("com.navercorp.spring:spring-boot-starter-data-jdbc-plus-sql:3.2.0")
}
```
@@ -50,7 +50,7 @@ may be an appropriate choice.
org.springframework.boot
spring-boot-starter-parent
- 3.1.5
+ 3.2.0
@@ -62,7 +62,7 @@ may be an appropriate choice.
com.navercorp.spring
spring-boot-starter-data-jdbc-plus-sql
- 3.1.5
+ 3.2.0
```
diff --git a/build.gradle b/build.gradle
index a0385b4b..ade2a632 100644
--- a/build.gradle
+++ b/build.gradle
@@ -15,7 +15,7 @@ buildscript {
allprojects {
group = "com.navercorp.spring"
- version = "3.2.0-SNAPSHOT"
+ version = "3.2.0"
}
subprojects {