From a47c6e0f192449d379c95f3a80455d6b5f66ddf8 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 12 Jun 2020 11:13:14 +0000 Subject: [PATCH] Bump versions.springBootVersion from 2.3.0.RELEASE to 2.3.1.RELEASE Bumps `versions.springBootVersion` from 2.3.0.RELEASE to 2.3.1.RELEASE. Updates `spring-boot-dependencies` from 2.3.0.RELEASE to 2.3.1.RELEASE - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.3.0.RELEASE...v2.3.1.RELEASE) Updates `spring-boot-gradle-plugin` from 2.3.0.RELEASE to 2.3.1.RELEASE - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.3.0.RELEASE...v2.3.1.RELEASE) Signed-off-by: dependabot-preview[bot] --- dependencies.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dependencies.gradle b/dependencies.gradle index 640da1285b2..05ca6a3c79d 100644 --- a/dependencies.gradle +++ b/dependencies.gradle @@ -14,7 +14,7 @@ versions.aspectJVersion = "1.9.4" versions.apacheDsVersion = "2.0.0.AM26" versions.bouncyCastleVersion = "1.66" versions.hamcrestVersion = "2.2" -versions.springBootVersion = "2.3.0.RELEASE" +versions.springBootVersion = "2.3.1.RELEASE" versions.springSecurityJwtVersion = "1.1.1.RELEASE" versions.springSecurityOAuthVersion = "2.4.0.RELEASE" versions.springSecuritySamlVersion = "1.0.10.RELEASE"