From a98a406877dbf8f55e89d940f4b181f2bec0beab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Dec 2022 10:11:55 +0000 Subject: [PATCH] Bump springBootVersion from 2.7.5 to 3.0.0 Bumps `springBootVersion` from 2.7.5 to 3.0.0. Updates `spring-boot-starter-web` from 2.7.5 to 3.0.0 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.7.5...v3.0.0) Updates `spring-boot-starter-actuator` from 2.7.5 to 3.0.0 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.7.5...v3.0.0) Updates `spring-boot-configuration-processor` from 2.7.5 to 3.0.0 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.7.5...v3.0.0) Updates `spring-boot-starter-data-jpa` from 2.7.5 to 3.0.0 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.7.5...v3.0.0) Updates `spring-boot-starter-test` from 2.7.5 to 3.0.0 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.7.5...v3.0.0) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-starter-web dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.springframework.boot:spring-boot-starter-actuator dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.springframework.boot:spring-boot-configuration-processor dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.springframework.boot:spring-boot-starter-data-jpa dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.springframework.boot:spring-boot-starter-test dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index b6445e1..5025d8a 100644 --- a/build.gradle +++ b/build.gradle @@ -21,7 +21,7 @@ repositories { } ext { - springBootVersion = '2.7.5' + springBootVersion = '3.0.0' } dependencies {