Skip to content

Commit

Permalink
Update spring boot to 2.7.16
Browse files Browse the repository at this point in the history
  • Loading branch information
Croway committed Oct 19, 2023
1 parent 90d407c commit ca301ba
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 @@ -109,7 +109,7 @@
<compiler.fork>false</compiler.fork>

<!-- Spring-Boot target version -->
<spring-boot-version>2.7.16</spring-boot-version>
<spring-boot-version>2.7.17</spring-boot-version>

<!-- Camel target version -->
<camel-version>3.20.1</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 @@ -215,7 +215,7 @@
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-dependencies</artifactId>
<version>2.7.16</version>
<version>2.7.17</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down

0 comments on commit ca301ba

Please sign in to comment.