diff --git a/NOTICE b/NOTICE index f3bebf44..e7bd8d05 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.1 +Spring Data Commons 3.1.2 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.1 +Spring Data Relational 3.1.2 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 bb74c597..de1b54ad 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ may be an appropriate choice. } } dependencies { - classpath("org.springframework.boot:spring-boot-gradle-plugin:3.1.1") + classpath("org.springframework.boot:spring-boot-gradle-plugin:3.1.2") } } diff --git a/gradle.properties b/gradle.properties index 1cfdb5d4..72e8d2e0 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -springDataVersion=3.1.1 -springDataCommonsVersion=3.1.1 -springBootVersion=3.1.1 +springDataVersion=3.1.2 +springDataCommonsVersion=3.1.2 +springBootVersion=3.1.2 kotlinVersion=1.7.21