From e31ce6a0d18bd17efdb180f021285190b4f1a426 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Oct 2023 17:37:49 +0000 Subject: [PATCH 1/2] build(deps): bump spring-boot.version from 2.7.16 to 2.7.17 Bumps `spring-boot.version` from 2.7.16 to 2.7.17. Updates `org.springframework.boot:spring-boot-starter` from 2.7.16 to 2.7.17 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.7.16...v2.7.17) Updates `org.springframework.boot:spring-boot-autoconfigure` from 2.7.16 to 2.7.17 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.7.16...v2.7.17) Updates `org.springframework.boot:spring-boot-configuration-processor` from 2.7.16 to 2.7.17 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.7.16...v2.7.17) Updates `org.springframework.boot:spring-boot-test` from 2.7.16 to 2.7.17 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.7.16...v2.7.17) Updates `org.springframework.boot:spring-boot-starter-web` from 2.7.16 to 2.7.17 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.7.16...v2.7.17) Updates `org.springframework.boot:spring-boot-maven-plugin` from 2.7.16 to 2.7.17 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.7.16...v2.7.17) Updates `org.springframework.boot:spring-boot-starter-thymeleaf` from 2.7.16 to 2.7.17 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.7.16...v2.7.17) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-starter dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework.boot:spring-boot-autoconfigure dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework.boot:spring-boot-configuration-processor dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework.boot:spring-boot-test dependency-type: direct:development update-type: version-update:semver-patch - dependency-name: org.springframework.boot:spring-boot-starter-web dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework.boot:spring-boot-maven-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework.boot:spring-boot-starter-thymeleaf dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- samples/spring-boot-3-web/pom.xml | 2 +- tools/hasher/pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 631fb6c9be..031080e296 100644 --- a/pom.xml +++ b/pom.xml @@ -111,7 +111,7 @@ 2.0.9 2.20.0 5.3.30 - 2.7.16 + 2.7.17 4.2.3 2.1.6 3.6.0 diff --git a/samples/spring-boot-3-web/pom.xml b/samples/spring-boot-3-web/pom.xml index a56910b0d2..8ed3d9b28c 100644 --- a/samples/spring-boot-3-web/pom.xml +++ b/samples/spring-boot-3-web/pom.xml @@ -36,7 +36,7 @@ samples.spring.boot3.web 3.1.2 - ${spring-boot3.version} + 2.7.17 6.0.11 diff --git a/tools/hasher/pom.xml b/tools/hasher/pom.xml index 0720d0cc64..f54509ace3 100644 --- a/tools/hasher/pom.xml +++ b/tools/hasher/pom.xml @@ -93,7 +93,7 @@ org.springframework.boot spring-boot-maven-plugin - 2.7.16 + 2.7.17 From 77ed31e884a83ec9d639c39fe39b7e14a513c327 Mon Sep 17 00:00:00 2001 From: lprimak Date: Thu, 19 Oct 2023 17:08:32 -0600 Subject: [PATCH 2/2] cleaned up spring boot versions for dependabot --- samples/spring-boot-3-web/pom.xml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/samples/spring-boot-3-web/pom.xml b/samples/spring-boot-3-web/pom.xml index 8ed3d9b28c..1b16455d3f 100644 --- a/samples/spring-boot-3-web/pom.xml +++ b/samples/spring-boot-3-web/pom.xml @@ -36,7 +36,6 @@ samples.spring.boot3.web 3.1.2 - 2.7.17 6.0.11 @@ -93,7 +92,7 @@ org.springframework.boot spring-boot-dependencies - ${spring-boot.version} + ${spring-boot3.version} pom import @@ -112,7 +111,7 @@ org.springframework.boot spring-boot-maven-plugin - ${spring-boot.version} + ${spring-boot3.version}