From eaed30f3c716b6280a7bfdabc237ee8fa52a03b9 Mon Sep 17 00:00:00 2001
From: OZGCloud <ozgcloud@mgm-tp.com>
Date: Fri, 12 Jan 2024 13:57:56 +0100
Subject: [PATCH] update to spring boot version 3.1.7

---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index fbd13b2..77a4a22 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
 	<parent>
 		<groupId>org.springframework.boot</groupId>
 		<artifactId>spring-boot-starter-parent</artifactId>
-		<version>3.1.3</version>
+		<version>3.1.7</version>
 		<relativePath />
 	</parent>
 
@@ -24,7 +24,7 @@
 	</modules>
 
 	<properties>
-		<spring-boot.version>3.1.3</spring-boot.version>
+		<spring-boot.version>3.1.7</spring-boot.version>
 		<operator-sdk.version>5.4.1</operator-sdk.version>
 
 		<!-- tools -->
-- 
GitLab