From 4a148f0a2e8d3ca4eadda87490e4042e2fabca4d Mon Sep 17 00:00:00 2001
From: Lars Johansson <lars.johansson@ess.eu>
Date: Mon, 27 Jun 2022 10:00:41 +0200
Subject: [PATCH] Update version for spring framework boot

Update spring framework boot version to 2.7.1.
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 2c64c231..49f26d43 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.springframework.boot</groupId>
     <artifactId>spring-boot-starter-parent</artifactId>
-    <version>2.7.0</version>
+    <version>2.7.1</version>
     <relativePath/> <!-- lookup parent from repository -->
   </parent>
   <groupId>org.openepics</groupId>
-- 
GitLab