From bc335eec3f91bb62788d16650f31b015ed3a9a9b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Nov 2024 02:52:45 +0000 Subject: [PATCH 1/2] build(deps): bump org.springframework:spring-test from 6.1.14 to 6.2.0 Bumps [org.springframework:spring-test](https://github.com/spring-projects/spring-framework) from 6.1.14 to 6.2.0. - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v6.1.14...v6.2.0) --- updated-dependencies: - dependency-name: org.springframework:spring-test dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 0c11cf0fd1..1ba4adef0c 100644 --- a/pom.xml +++ b/pom.xml @@ -66,7 +66,7 @@ 2.17.0 1.17.1 3.3.5 - 6.1.14 + 6.2.0 0.16.0 0.10.2 From 7b6624dbf8e923ac19a36eeb790a735f1f58be3f Mon Sep 17 00:00:00 2001 From: Brendan Burns <5751682+brendandburns@users.noreply.github.com> Date: Thu, 21 Nov 2024 23:43:19 +0000 Subject: [PATCH 2/2] Add some explicit dependencies --- pom.xml | 10 ++++++++++ spring/pom.xml | 4 ++++ 2 files changed, 14 insertions(+) diff --git a/pom.xml b/pom.xml index 1ba4adef0c..86fc891d4f 100644 --- a/pom.xml +++ b/pom.xml @@ -179,6 +179,16 @@ spring-boot ${spring.boot.version} + + org.springframework + spring-core + ${spring.version} + + + org.springframework + spring-context + ${spring.version} + org.springframework.boot spring-boot-autoconfigure diff --git a/spring/pom.xml b/spring/pom.xml index e8bfb42956..6686ab1e30 100644 --- a/spring/pom.xml +++ b/spring/pom.xml @@ -67,6 +67,10 @@ spring-test test + + org.springframework + spring-core + org.wiremock wiremock