From 4879a4bb7976c9ce89b1c822a8a8457d835d71c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Oct 2021 06:11:05 +0000 Subject: [PATCH] build(deps): bump spring-boot-maven-plugin from 2.1.3.RELEASE to 2.5.5 Bumps [spring-boot-maven-plugin](https://github.com/spring-projects/spring-boot) from 2.1.3.RELEASE to 2.5.5. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.1.3.RELEASE...v2.5.5) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-maven-plugin dependency-type: direct:production update-type: version-update:semver-minor ... 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 1835c67..a43f7f1 100644 --- a/blog-deploy/pom.xml +++ b/blog-deploy/pom.xml @@ -88,7 +88,7 @@ org.springframework.boot spring-boot-maven-plugin - 2.1.3.RELEASE + 2.5.5 cn.celess.BlogApplication