From b3327bd9278ebf1319bc678b5edddf3d4409353b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Mar 2026 18:59:02 +0000 Subject: [PATCH 1/2] Bump springboot.version from 4.0.0 to 4.0.3 Bumps `springboot.version` from 4.0.0 to 4.0.3. Updates `org.springframework.boot:spring-boot-dependencies` from 4.0.0 to 4.0.3 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v4.0.0...v4.0.3) Updates `org.springframework.boot:spring-boot-maven-plugin` from 4.0.0 to 4.0.3 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v4.0.0...v4.0.3) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-dependencies dependency-version: 4.0.3 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework.boot:spring-boot-maven-plugin dependency-version: 4.0.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- examples/spring-web/pom.xml | 2 +- examples/springboot/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/spring-web/pom.xml b/examples/spring-web/pom.xml index 346de142fcd..9bd8d21700b 100644 --- a/examples/spring-web/pom.xml +++ b/examples/spring-web/pom.xml @@ -17,7 +17,7 @@ 17 - 4.0.0 + 4.0.3 diff --git a/examples/springboot/pom.xml b/examples/springboot/pom.xml index 073e8ba8595..a39d4d8799b 100644 --- a/examples/springboot/pom.xml +++ b/examples/springboot/pom.xml @@ -17,7 +17,7 @@ 17 - 4.0.0 + 4.0.3 From 5bffe2ec62bc2283208a242574aa039d11695307 Mon Sep 17 00:00:00 2001 From: Aaron Coburn Date: Wed, 18 Mar 2026 09:30:46 -0500 Subject: [PATCH 2/2] Update spring dependencies --- examples/spring-web/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/examples/spring-web/pom.xml b/examples/spring-web/pom.xml index 9bd8d21700b..8e3b85fd7b0 100644 --- a/examples/spring-web/pom.xml +++ b/examples/spring-web/pom.xml @@ -70,6 +70,11 @@ spring-boot-starter-test test + + org.springframework.boot + spring-boot-restclient + test + org.springframework.boot spring-boot-resttestclient