From bdf66f3394cd834de01b36af9f3c375f9b55f43f Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Thu, 19 Oct 2023 15:19:20 +0000
Subject: [PATCH] Update spring boot to v2.7.17

---
 cxf-spring-boot-starter-samples/cxf-boot-simple-client/pom.xml | 2 +-
 cxf-spring-boot-starter-samples/cxf-boot-simple/pom.xml        | 2 +-
 cxf-spring-boot-starter/pom.xml                                | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/cxf-spring-boot-starter-samples/cxf-boot-simple-client/pom.xml b/cxf-spring-boot-starter-samples/cxf-boot-simple-client/pom.xml
index 9adbf5a..9f9425c 100644
--- a/cxf-spring-boot-starter-samples/cxf-boot-simple-client/pom.xml
+++ b/cxf-spring-boot-starter-samples/cxf-boot-simple-client/pom.xml
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.springframework.boot</groupId>
         <artifactId>spring-boot-starter-parent</artifactId>
-        <version>2.5.6</version>
+        <version>2.7.17</version>
     </parent>
 
     <properties>
diff --git a/cxf-spring-boot-starter-samples/cxf-boot-simple/pom.xml b/cxf-spring-boot-starter-samples/cxf-boot-simple/pom.xml
index 4c7f486..de3a7e4 100644
--- a/cxf-spring-boot-starter-samples/cxf-boot-simple/pom.xml
+++ b/cxf-spring-boot-starter-samples/cxf-boot-simple/pom.xml
@@ -14,7 +14,7 @@
     <parent>
         <groupId>org.springframework.boot</groupId>
         <artifactId>spring-boot-starter-parent</artifactId>
-        <version>2.5.6</version>
+        <version>2.7.17</version>
     </parent>
 
     <properties>
diff --git a/cxf-spring-boot-starter/pom.xml b/cxf-spring-boot-starter/pom.xml
index 64f323f..3e28401 100644
--- a/cxf-spring-boot-starter/pom.xml
+++ b/cxf-spring-boot-starter/pom.xml
@@ -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.17</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>