Skip to content

Commit dca240b

Browse files
committed
GH-1175 - Upgrade to Spring Boot 3.4.5.
1 parent efd2be4 commit dca240b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/integration.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ jobs:
1212
boot:
1313
- '3.1.12'
1414
- '3.2.12'
15-
- '3.3.10'
16-
- '3.3.11-SNAPSHOT'
17-
- '3.4.5-SNAPSHOT'
15+
- '3.3.11'
16+
- '3.3.12-SNAPSHOT'
17+
- '3.4.6-SNAPSHOT'
1818
- '3.5.0-M3'
1919
- '3.5.0-SNAPSHOT'
2020
jmolecules:

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<jmolecules-bom.version>2023.2.2</jmolecules-bom.version>
4444
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
4545
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
46-
<spring-boot.version>3.4.4</spring-boot.version>
46+
<spring-boot.version>3.4.5</spring-boot.version>
4747
<spring-framework.version>6.2.6</spring-framework.version> <!-- For Javadoc links only -->
4848
<spring-cloud-aws-bom.version>3.1.1</spring-cloud-aws-bom.version>
4949
<testcontainers.version>1.17.6</testcontainers.version>

0 commit comments

Comments
 (0)