From 31fddccd439cea29f9fca200941d96b2edc3792a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Jan 2023 06:06:28 +0000 Subject: [PATCH] Bump spring-boot-dependencies from 3.0.0 to 3.0.2 Bumps [spring-boot-dependencies](https://github.com/spring-projects/spring-boot) from 3.0.0 to 3.0.2. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.0.0...v3.0.2) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-dependencies dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 745c1df..c39fac7 100644 --- a/build.gradle +++ b/build.gradle @@ -24,7 +24,7 @@ description = "Spring CredHub" ext { springVersion = "6.0.0" - springBootVersion = "3.0.0" + springBootVersion = "3.0.2" springSecurityVersion = "6.0.0" javadocLinks = [ "https://docs.oracle.com/javase/17/docs/api/",