From fc5eae338295a531f5f6ef961062a18557c24c2e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Mar 2025 23:51:31 +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.2 to 3.4.4. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.4.2...v3.4.4) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-dependencies 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 f9deee5..4827cbe 100644 --- a/pom.xml +++ b/pom.xml @@ -17,7 +17,7 @@ ${java.version} ${java.version} UTF-8 - 3.4.2 + 3.4.4 From 73e93b8350a81665f80ddc0226c326e708c324ca Mon Sep 17 00:00:00 2001 From: Toshiaki Maki Date: Sat, 22 Mar 2025 09:11:41 +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 97ef2f4..81a16d3 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.1/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.4/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: |