Skip to content

Commit

Permalink
Bump spring.boot.version from 3.3.2 to 3.3.3
Browse files Browse the repository at this point in the history
Bumps `spring.boot.version` from 3.3.2 to 3.3.3.

Updates `org.springframework.boot:spring-boot-maven-plugin` from 3.3.2 to 3.3.3
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.3.2...v3.3.3)

Updates `org.springframework.boot:spring-boot-dependencies` from 3.3.2 to 3.3.3
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.3.2...v3.3.3)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 23, 2024
1 parent 61af0b1 commit c3033c9
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<repoName>SolaceProducts</repoName>

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

<solace.spring.boot.java-starter.version>5.1.2-SNAPSHOT
</solace.spring.boot.java-starter.version>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.3.2</spring.boot.version>
<spring.boot.version>3.3.3</spring.boot.version>
<solace.spring.boot.version>2.1.2-SNAPSHOT</solace.spring.boot.version>
</properties>

Expand Down
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
Expand Up @@ -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.3.2</spring.boot.version>
<spring.boot.version>3.3.3</spring.boot.version>
<solace.spring.boot.version>2.1.2-SNAPSHOT</solace.spring.boot.version>
</properties>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.3.2</spring.boot.version>
<spring.boot.version>3.3.3</spring.boot.version>
<solace.spring.boot.bom.version>2.1.2-SNAPSHOT</solace.spring.boot.bom.version>
</properties>

Expand Down
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
Expand Up @@ -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.3.2</spring.boot.version>
<spring.boot.version>3.3.3</spring.boot.version>
<solace.spring.boot.version>2.1.2-SNAPSHOT</solace.spring.boot.version>
</properties>

Expand Down

0 comments on commit c3033c9

Please sign in to comment.