From a36aadbc071892e1e6d82aa6fb9e415fabcca2ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Sep 2023 18:08:58 +0000 Subject: [PATCH 1/2] build(deps): bump spring-boot.version from 2.7.15 to 2.7.16 Bumps `spring-boot.version` from 2.7.15 to 2.7.16. Updates `org.springframework.boot:spring-boot-starter` from 2.7.15 to 2.7.16 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.7.15...v2.7.16) Updates `org.springframework.boot:spring-boot-autoconfigure` from 2.7.15 to 2.7.16 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.7.15...v2.7.16) Updates `org.springframework.boot:spring-boot-configuration-processor` from 2.7.15 to 2.7.16 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.7.15...v2.7.16) Updates `org.springframework.boot:spring-boot-test` from 2.7.15 to 2.7.16 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.7.15...v2.7.16) Updates `org.springframework.boot:spring-boot-starter-web` from 2.7.15 to 2.7.16 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.7.15...v2.7.16) Updates `org.springframework.boot:spring-boot-maven-plugin` from 2.7.15 to 2.7.16 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.7.15...v2.7.16) Updates `org.springframework.boot:spring-boot-starter-thymeleaf` from 2.7.15 to 2.7.16 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.7.15...v2.7.16) --- 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 afbbd83184..330df4213b 100644 --- a/pom.xml +++ b/pom.xml @@ -110,7 +110,7 @@ 2.0.9 2.20.0 5.3.30 - 2.7.15 + 2.7.16 4.2.3 2.1.6 3.5.0 diff --git a/samples/spring-boot-3-web/pom.xml b/samples/spring-boot-3-web/pom.xml index 5f16321e36..1536903f6f 100644 --- a/samples/spring-boot-3-web/pom.xml +++ b/samples/spring-boot-3-web/pom.xml @@ -35,7 +35,7 @@ samples.spring.boot3.web 3.1.2 - ${spring-boot3.version} + 2.7.16 6.0.11 diff --git a/tools/hasher/pom.xml b/tools/hasher/pom.xml index da71250d64..7af7590f9b 100644 --- a/tools/hasher/pom.xml +++ b/tools/hasher/pom.xml @@ -92,7 +92,7 @@ org.springframework.boot spring-boot-maven-plugin - 2.7.15 + 2.7.16 From 4bb71dcef24c4f47210448f81eb39756ddcc9fe5 Mon Sep 17 00:00:00 2001 From: lprimak Date: Thu, 21 Sep 2023 13:42:27 -0500 Subject: [PATCH 2/2] fixed springboot 3 test --- samples/spring-boot-3-web/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/spring-boot-3-web/pom.xml b/samples/spring-boot-3-web/pom.xml index 1536903f6f..5f16321e36 100644 --- a/samples/spring-boot-3-web/pom.xml +++ b/samples/spring-boot-3-web/pom.xml @@ -35,7 +35,7 @@ samples.spring.boot3.web 3.1.2 - 2.7.16 + ${spring-boot3.version} 6.0.11