diff --git a/NOTICE b/NOTICE index d1ada974..8bdf774c 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.0.6 +Spring Data Commons 3.0.7 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.0.6 +Spring Data Relational 3.0.7 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 c8167e9f..cf378c6a 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.0.6") + classpath("org.springframework.boot:spring-boot-gradle-plugin:3.0.7") } } dependencies { implementation("org.springframework.boot:spring-boot-starter-data-jdbc") - implementation("com.navercorp.spring:spring-boot-starter-data-jdbc-plus-sql:3.0.6") + implementation("com.navercorp.spring:spring-boot-starter-data-jdbc-plus-sql:3.0.7") } ``` @@ -50,7 +50,7 @@ may be an appropriate choice. org.springframework.boot spring-boot-starter-parent - 3.0.6 + 3.0.7 @@ -62,7 +62,7 @@ may be an appropriate choice. com.navercorp.spring spring-boot-starter-data-jdbc-plus-sql - 3.0.6 + 3.0.7 ``` diff --git a/build.gradle b/build.gradle index 908e92ff..7a0a5fde 100644 --- a/build.gradle +++ b/build.gradle @@ -15,7 +15,7 @@ buildscript { allprojects { group = "com.navercorp.spring" - version = "3.0.6" + version = "3.0.7" } subprojects {