Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump spring.boot.version from 3.0.6 to 3.2.1
Browse files Browse the repository at this point in the history
Bumps `spring.boot.version` from 3.0.6 to 3.2.1.

Updates `org.springframework.boot:spring-boot-maven-plugin` from 3.0.6 to 3.2.1
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.0.6...v3.2.1)

Updates `org.springframework.boot:spring-boot-dependencies` from 3.0.6 to 3.2.1
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.0.6...v3.2.1)

---
updated-dependencies:
- dependency-name: org.springframework.boot:spring-boot-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.springframework.boot:spring-boot-dependencies
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
dependabot[bot] authored Dec 22, 2023
1 parent d7f2586 commit fa05232
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@
<repoName>SolaceProducts</repoName>

<!-- This is the version of Spring Boot we have targeted for this build -->
<spring.boot.version>3.0.6</spring.boot.version>
<spring.boot.version>3.2.1</spring.boot.version>

<solace.spring.boot.java-starter.version>5.0.1-SNAPSHOT
</solace.spring.boot.java-starter.version>
2 changes: 1 addition & 1 deletion solace-spring-boot-samples/solace-java-sample-app/pom.xml
Original file line number Diff line number Diff line change
@@ -20,7 +20,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<start-class>demo.DemoApplication</start-class>
<java.version>17</java.version>
<spring.boot.version>3.0.6</spring.boot.version>
<spring.boot.version>3.2.1</spring.boot.version>
<solace.spring.boot.version>2.0.1-SNAPSHOT</solace.spring.boot.version>
</properties>

Original file line number Diff line number Diff line change
@@ -20,7 +20,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<start-class>jndidemo.JndiDemoApplication</start-class>
<java.version>17</java.version>
<spring.boot.version>3.0.6</spring.boot.version>
<spring.boot.version>3.2.1</spring.boot.version>
<solace.spring.boot.bom.version>2.0.1-SNAPSHOT</solace.spring.boot.bom.version>
</properties>

2 changes: 1 addition & 1 deletion solace-spring-boot-samples/solace-jms-sample-app/pom.xml
Original file line number Diff line number Diff line change
@@ -20,7 +20,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<start-class>jmsdemo.DemoApplication</start-class>
<java.version>17</java.version>
<spring.boot.version>3.0.6</spring.boot.version>
<spring.boot.version>3.2.1</spring.boot.version>
<solace.spring.boot.version>2.0.1-SNAPSHOT</solace.spring.boot.version>
</properties>

0 comments on commit fa05232

Please sign in to comment.