From edd4eebbd7366135390db68a69c4f564e4dbfb43 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Oct 2023 15:26:44 +0000 Subject: [PATCH] Bump versions.spring_boot from 2.7.16 to 2.7.17 Bumps `versions.spring_boot` from 2.7.16 to 2.7.17. Updates `org.springframework.boot:spring-boot-configuration-processor` from 2.7.16 to 2.7.17 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.7.16...v2.7.17) Updates `org.springframework.boot:spring-boot` from 2.7.16 to 2.7.17 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.7.16...v2.7.17) Updates `org.springframework.boot:spring-boot-autoconfigure` from 2.7.16 to 2.7.17 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.7.16...v2.7.17) Updates `org.springframework.boot:spring-boot-devtools` from 2.7.16 to 2.7.17 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.7.16...v2.7.17) Updates `org.springframework.boot:spring-boot-starter-web` from 2.7.16 to 2.7.17 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.7.16...v2.7.17) Updates `org.springframework.boot:spring-boot-starter-cache` from 2.7.16 to 2.7.17 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.7.16...v2.7.17) Updates `org.springframework.boot:spring-boot-starter-actuator` from 2.7.16 to 2.7.17 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.7.16...v2.7.17) Updates `org.springframework.boot:spring-boot-starter-thymeleaf` from 2.7.16 to 2.7.17 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.7.16...v2.7.17) Updates `org.springframework.boot:spring-boot-starter-test` from 2.7.16 to 2.7.17 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.7.16...v2.7.17) Updates `org.springframework.boot:spring-boot-gradle-plugin` from 2.7.16 to 2.7.17 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.7.16...v2.7.17) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-configuration-processor dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework.boot:spring-boot dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework.boot:spring-boot-autoconfigure dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework.boot:spring-boot-devtools dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework.boot:spring-boot-starter-web dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework.boot:spring-boot-starter-cache dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework.boot:spring-boot-starter-actuator dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework.boot:spring-boot-starter-thymeleaf 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-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- gradle/dependencies.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/dependencies.gradle b/gradle/dependencies.gradle index 368dac277..3c4b8701a 100644 --- a/gradle/dependencies.gradle +++ b/gradle/dependencies.gradle @@ -5,7 +5,7 @@ */ ext { versions = [ - spring_boot : '2.7.16', + spring_boot : '2.7.17', spring : '5.3.30', spring_security : '5.8.8', spring_security_jwt : '1.1.1.RELEASE',