diff --git a/NOTICE b/NOTICE index 7be6be7..a642d95 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.2.10 +Spring Data Commons 3.2.11 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.2.10 +Spring Data Relational 3.2.11 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 32dd656..b5d365a 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.2.10") + classpath("org.springframework.boot:spring-boot-gradle-plugin:3.2.11") } } @@ -50,7 +50,7 @@ may be an appropriate choice. org.springframework.boot spring-boot-starter-parent - 3.2.10 + 3.2.11 diff --git a/gradle.properties b/gradle.properties index 5268b85..bed04e1 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -springDataVersion=3.2.10 -springDataCommonsVersion=3.2.10 -springBootVersion=3.2.10 +springDataVersion=3.2.11 +springDataCommonsVersion=3.2.11 +springBootVersion=3.2.11 kotlinVersion=1.9.20