From 4a7b0cc8100d3d412e660d483b43536a6fdefe9a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 May 2024 07:56:57 +0000 Subject: [PATCH] Bump org.springframework.boot:org.springframework.boot.gradle.plugin Bumps [org.springframework.boot:org.springframework.boot.gradle.plugin](https://github.com/spring-projects/spring-boot) from 3.2.5 to 3.3.0. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.2.5...v3.3.0) --- updated-dependencies: - dependency-name: org.springframework.boot:org.springframework.boot.gradle.plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index e59f9d5f..e7fe6705 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -7,7 +7,7 @@ findbugs = "3.0.2" jackson-databind-nullable = "0.2.6" spring-openapi-starter = "2.5.0" swagger-core-version = "2.2.20" -org-springframework-boot-gradle-plugin = "3.2.5" +org-springframework-boot-gradle-plugin = "3.3.0" io-spring-dependency-management-gradle-plugin = "1.1.5" org-openapi-generator-gradle-plugin = "7.2.0"