From c55ec327eedd2e8fc56f99219f390dba2f3e6bd3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Mar 2023 04:58:44 +0000 Subject: [PATCH] Bump springBootVersion from 2.6.7 to 3.0.4 Bumps `springBootVersion` from 2.6.7 to 3.0.4. Updates `org.springframework.boot:spring-boot-gradle-plugin` from 2.6.7 to 3.0.4 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.6.7...v3.0.4) Updates `org.springframework.boot:spring-boot-starter` from 2.6.7 to 3.0.4 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.6.7...v3.0.4) Updates `org.springframework.boot:spring-boot-starter-web` from 2.6.7 to 3.0.4 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.6.7...v3.0.4) Updates `org.springframework.boot:spring-boot-starter-test` from 2.6.7 to 3.0.4 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.6.7...v3.0.4) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-gradle-plugin dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.springframework.boot:spring-boot-starter dependency-type: direct:production update-type: version-update:semver-major - 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-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 46cc4ae..b464300 100644 --- a/build.gradle +++ b/build.gradle @@ -1,6 +1,6 @@ buildscript { ext { - springBootVersion = '2.6.7' + springBootVersion = '3.0.4' kotlinVersion = '1.6.21' } dependencies {