diff --git a/NOTICE b/NOTICE index 15bacbe..6957085 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.3.5 +Spring Data Commons 3.3.6 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.3.5 +Spring Data Relational 3.3.6 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 a70007c..27a00b3 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ may be an appropriate choice. } } dependencies { - classpath("org.springframework.boot:spring-boot-gradle-plugin:3.3.5") + classpath("org.springframework.boot:spring-boot-gradle-plugin:3.3.6") } } @@ -51,7 +51,7 @@ may be an appropriate choice. org.springframework.boot spring-boot-starter-parent - 3.3.5 + 3.3.6 diff --git a/gradle.properties b/gradle.properties index a572527..4a1fb5f 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ -springBootVersion=3.3.5 -springDataBomVersion=2024.0.5 +springBootVersion=3.3.6 +springDataBomVersion=2024.0.6