From 2d1c579727d780bea3aaef7efc2cc90f6afff3d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 16:17:33 -0400 Subject: [PATCH] Bump springBootVersion from 3.1.3 to 3.1.5 (#233) Bumps `springBootVersion` from 3.1.3 to 3.1.5. Updates `org.springframework.boot:spring-boot-dependencies` from 3.1.3 to 3.1.5 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.1.3...v3.1.5) Updates `org.springframework.boot:spring-boot-starter-test` from 3.1.3 to 3.1.5 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.1.3...v3.1.5) Updates `org.springframework.boot:spring-boot-starter-data-redis` from 3.1.3 to 3.1.5 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.1.3...v3.1.5) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-dependencies dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework.boot:spring-boot-starter-test dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework.boot:spring-boot-starter-data-redis dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 8be9f95..874a398 100644 --- a/build.gradle +++ b/build.gradle @@ -1,7 +1,7 @@ buildscript { ext { jmockitVersion = "1.49" - springBootVersion = "3.1.3" + springBootVersion = "3.1.5" } }