Skip to content

Commit

Permalink
Bump spring.boot.version from 3.3.2 to 3.3.3 (#141)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Aug 23, 2024
1 parent 61af0b1 commit 50a4f8e
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 50a4f8e

Please sign in to comment.