From d82eafd859873cf0ca15da632945a87dc967d6d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 May 2023 22:16:22 +0000 Subject: [PATCH 1/2] Bump spring-boot-autoconfigure from 2.3.3.RELEASE to 2.5.15 Bumps [spring-boot-autoconfigure](https://github.com/spring-projects/spring-boot) from 2.3.3.RELEASE to 2.5.15. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.3.3.RELEASE...v2.5.15) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-autoconfigure dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 38fcd10..6b3560a 100644 --- a/pom.xml +++ b/pom.xml @@ -18,7 +18,7 @@ org.springframework.boot spring-boot-autoconfigure - 2.3.3.RELEASE + 2.5.15 org.springframework.boot From 91e45135cac22ec5b53cc1397f6246d6b9b613bf Mon Sep 17 00:00:00 2001 From: Billy Ma Date: Fri, 23 Jun 2023 16:27:15 -0700 Subject: [PATCH 2/2] Address Test Failures --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 6b3560a..18e398d 100644 --- a/pom.xml +++ b/pom.xml @@ -23,13 +23,13 @@ org.springframework.boot spring-boot-test-autoconfigure - 2.3.3.RELEASE + 2.5.15 test org.springframework spring-test - 5.2.8.RELEASE + 5.3.27 test