Skip to content

Commit fbfefd6

Browse files
Bump spring.boot.version from 3.5.5 to 4.0.0
Bumps `spring.boot.version` from 3.5.5 to 4.0.0. Updates `org.springframework.boot:spring-boot-maven-plugin` from 3.5.5 to 4.0.0 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.5.5...v4.0.0) Updates `org.springframework.boot:spring-boot-dependencies` from 3.5.5 to 4.0.0 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.5.5...v4.0.0) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-maven-plugin dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.springframework.boot:spring-boot-dependencies dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1e7ab75 commit fbfefd6

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<repoName>SolaceProducts</repoName>
1616

1717
<!-- This is the version of Spring Boot we have targeted for this build -->
18-
<spring.boot.version>3.5.5</spring.boot.version>
18+
<spring.boot.version>4.0.0</spring.boot.version>
1919

2020
<solace.spring.boot.java-starter.version>5.5.1-SNAPSHOT
2121
</solace.spring.boot.java-starter.version>

solace-spring-boot-samples/solace-java-oauth2-sample-app/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2121
<start-class>demo.DemoApplication</start-class>
2222
<java.version>17</java.version>
23-
<spring.boot.version>3.5.5</spring.boot.version>
23+
<spring.boot.version>4.0.0</spring.boot.version>
2424
<solace.spring.boot.version>2.5.1-SNAPSHOT</solace.spring.boot.version>
2525
</properties>
2626

solace-spring-boot-samples/solace-java-sample-app/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2121
<start-class>demo.DemoApplication</start-class>
2222
<java.version>17</java.version>
23-
<spring.boot.version>3.5.5</spring.boot.version>
23+
<spring.boot.version>4.0.0</spring.boot.version>
2424
<solace.spring.boot.version>2.5.1-SNAPSHOT</solace.spring.boot.version>
2525
</properties>
2626

solace-spring-boot-samples/solace-jms-sample-app-jndi/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2121
<start-class>jndidemo.JndiDemoApplication</start-class>
2222
<java.version>17</java.version>
23-
<spring.boot.version>3.5.5</spring.boot.version>
23+
<spring.boot.version>4.0.0</spring.boot.version>
2424
<solace.spring.boot.bom.version>2.5.1-SNAPSHOT</solace.spring.boot.bom.version>
2525
</properties>
2626

solace-spring-boot-samples/solace-jms-sample-app/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2121
<start-class>jmsdemo.DemoApplication</start-class>
2222
<java.version>17</java.version>
23-
<spring.boot.version>3.5.5</spring.boot.version>
23+
<spring.boot.version>4.0.0</spring.boot.version>
2424
<solace.spring.boot.version>2.5.1-SNAPSHOT</solace.spring.boot.version>
2525
</properties>
2626

0 commit comments

Comments
 (0)