From 40898d8ee2d57ea6ff5ddd370100b59d11d9f561 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Dec 2022 09:00:57 +0000 Subject: [PATCH] build(deps): bump spring-boot-maven-plugin from 2.5.6 to 3.0.0 Bumps [spring-boot-maven-plugin](https://github.com/spring-projects/spring-boot) from 2.5.6 to 3.0.0. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.5.6...v3.0.0) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-maven-plugin dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- blog-deploy/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blog-deploy/pom.xml b/blog-deploy/pom.xml index e9f8d1c..f058f90 100644 --- a/blog-deploy/pom.xml +++ b/blog-deploy/pom.xml @@ -88,7 +88,7 @@ org.springframework.boot spring-boot-maven-plugin - 2.5.6 + 3.0.0 cn.celess.BlogApplication