Skip to content

Commit

Permalink
Upgrade spring-boot to 3.3.5 (#470)
Browse files Browse the repository at this point in the history
  • Loading branch information
cunningt authored Oct 28, 2024
1 parent 23c17d9 commit bdf6673
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
<compiler.fork>false</compiler.fork>

<!-- Spring-Boot target version -->
<spring-boot-version>3.3.4</spring-boot-version>
<spring-boot-version>3.3.5</spring-boot-version>

<!-- Camel target version -->
<camel-version>4.8.0.redhat-00005</camel-version>
Expand Down
2 changes: 1 addition & 1 deletion tooling/redhat-camel-spring-boot-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -556,7 +556,7 @@
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-dependencies</artifactId>
<version>3.3.4</version>
<version>3.3.5</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down

0 comments on commit bdf6673

Please sign in to comment.