Skip to content

Commit

Permalink
Update spring boot to v2.7.14
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 20, 2023
1 parent 6b4edbc commit 879502b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.5.6</version>
<version>2.7.14</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion cxf-spring-boot-starter-samples/cxf-boot-simple/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.5.6</version>
<version>2.7.14</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion cxf-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>

<!-- Project dependencies -->
<spring.boot.version>2.7.5</spring.boot.version>
<spring.boot.version>2.7.14</spring.boot.version>
<cxf-spring-boot-starter-maven-plugin.version>2.3.0.RELEASE</cxf-spring-boot-starter-maven-plugin.version>
<cxf.version>3.5.4</cxf.version>
<jakarta.activation.version>2.0.1</jakarta.activation.version>
Expand Down

0 comments on commit 879502b

Please sign in to comment.