Skip to content

Commit 4e487d3

Browse files
authored
build(deps): Make Spring Boot 3.4.5 default (#734)
Make Spring Boot 3.5.5 default
1 parent c75c3b7 commit 4e487d3

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/boot.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ jobs:
55
runs-on: ubuntu-22.04
66
strategy:
77
matrix:
8-
spring-boot: [ '2.5.15', '2.6.15', '2.7.18', '3.0.13', '3.1.10', '3.2.4' ]
8+
# '3.5.5' not working currently
9+
spring-boot: [ '2.7.18', '3.3.13', '3.4.5' ]
910
name: Spring Boot ${{ matrix.spring-boot }}
1011
steps:
1112
- uses: actions/checkout@v3

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@
4343
<!-- Dependency versions -->
4444
<slf4j.version>1.7.36</slf4j.version>
4545
<logback.version>1.2.13</logback.version>
46-
<spring-boot.version>2.7.18</spring-boot.version>
47-
<micrometer.version>1.14.2</micrometer.version>
46+
<spring-boot.version>3.4.5</spring-boot.version>
47+
<micrometer.version>1.15.3</micrometer.version>
4848
<gson.version>2.11.0</gson.version>
4949
<jackson.version>2.18.3</jackson.version>
5050
<postgresql.version>42.7.5</postgresql.version>

0 commit comments

Comments
 (0)