From 6534324ef1a4163afc25c560192b1a9e1bf89a98 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Apr 2025 23:48:47 +0000 Subject: [PATCH 1/2] Bump org.springframework.boot:spring-boot-dependencies Bumps [org.springframework.boot:spring-boot-dependencies](https://github.com/spring-projects/spring-boot) from 3.4.4 to 3.4.5. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.4.4...v3.4.5) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-dependencies dependency-version: 3.4.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 4827cbe..7676a2f 100644 --- a/pom.xml +++ b/pom.xml @@ -17,7 +17,7 @@ ${java.version} ${java.version} UTF-8 - 3.4.4 + 3.4.5 From df4d67000116846b6a9d98d8a84067c78aaa90b6 Mon Sep 17 00:00:00 2001 From: Toshiaki Maki Date: Thu, 15 May 2025 10:36:29 +0900 Subject: [PATCH 2/2] Update ci.yaml --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 81a16d3..3258608 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -33,7 +33,7 @@ jobs: - name: Unit Tests for Spring 5 run: | set -e - sed -e 's/retryable-client-http-request-interceptor/retryable-client-http-request-interceptor-spring5/' -e 's/17/8/' -e 's/3.4.4/2.7.18/' pom.xml > pom-spring5.xml + sed -e 's/retryable-client-http-request-interceptor/retryable-client-http-request-interceptor-spring5/' -e 's/17/8/' -e 's/3.4.5/2.7.18/' pom.xml > pom-spring5.xml ./mvnw -f pom-spring5.xml -V --no-transfer-progress clean test - name: Unit Tests for Spring 6 run: |