Skip to content

Commit c02d8ce

Browse files
Bump org.springframework.boot:spring-boot-dependencies from 3.4.5 to 3.5.0 (#67)
* Bump org.springframework.boot:spring-boot-dependencies Bumps [org.springframework.boot:spring-boot-dependencies](https://github.com/spring-projects/spring-boot) from 3.4.5 to 3.5.0. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.4.5...v3.5.0) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-dependencies dependency-version: 3.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Update ci.yaml --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Toshiaki Maki <[email protected]>
1 parent e05ec4f commit c02d8ce

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Unit Tests for Spring 5
3434
run: |
3535
set -e
36-
sed -e 's/<artifactId>retryable-client-http-request-interceptor/<artifactId>retryable-client-http-request-interceptor-spring5/' -e 's/<java.version>17/<java.version>8/' -e 's/<spring-boot.version>3.4.5/<spring-boot.version>2.7.18/' pom.xml > pom-spring5.xml
36+
sed -e 's/<artifactId>retryable-client-http-request-interceptor/<artifactId>retryable-client-http-request-interceptor-spring5/' -e 's/<java.version>17/<java.version>8/' -e 's/<spring-boot.version>3.5.0/<spring-boot.version>2.7.18/' pom.xml > pom-spring5.xml
3737
./mvnw -f pom-spring5.xml -V --no-transfer-progress clean test
3838
- name: Unit Tests for Spring 6
3939
run: |

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<maven.compiler.source>${java.version}</maven.compiler.source>
1818
<maven.compiler.target>${java.version}</maven.compiler.target>
1919
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
20-
<spring-boot.version>3.4.5</spring-boot.version>
20+
<spring-boot.version>3.5.0</spring-boot.version>
2121
</properties>
2222
<licenses>
2323
<license>

0 commit comments

Comments
 (0)