Skip to content

Commit 3ba8f93

Browse files
Update spring boot to v2.7.18
1 parent 6b4edbc commit 3ba8f93

File tree

3 files changed

+3
-3
lines changed
  • cxf-spring-boot-starter
  • cxf-spring-boot-starter-samples

3 files changed

+3
-3
lines changed

cxf-spring-boot-starter-samples/cxf-boot-simple-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<parent>
1414
<groupId>org.springframework.boot</groupId>
1515
<artifactId>spring-boot-starter-parent</artifactId>
16-
<version>2.5.6</version>
16+
<version>2.7.18</version>
1717
</parent>
1818

1919
<properties>

cxf-spring-boot-starter-samples/cxf-boot-simple/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<parent>
1515
<groupId>org.springframework.boot</groupId>
1616
<artifactId>spring-boot-starter-parent</artifactId>
17-
<version>2.5.6</version>
17+
<version>2.7.18</version>
1818
</parent>
1919

2020
<properties>

cxf-spring-boot-starter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
1919

2020
<!-- Project dependencies -->
21-
<spring.boot.version>2.7.5</spring.boot.version>
21+
<spring.boot.version>2.7.18</spring.boot.version>
2222
<cxf-spring-boot-starter-maven-plugin.version>2.3.0.RELEASE</cxf-spring-boot-starter-maven-plugin.version>
2323
<cxf.version>3.5.4</cxf.version>
2424
<jakarta.activation.version>2.0.1</jakarta.activation.version>

0 commit comments

Comments
 (0)