From 9eed83a5764a87b6ef75378b915f5736076b3cea Mon Sep 17 00:00:00 2001 From: OZGCloud <ozgcloud@mgm-tp.com> Date: Fri, 22 Sep 2023 16:21:14 +0200 Subject: [PATCH] upgrade spring boot version --- kop-common-parent/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kop-common-parent/pom.xml b/kop-common-parent/pom.xml index 71e97ea..ea5a278 100644 --- a/kop-common-parent/pom.xml +++ b/kop-common-parent/pom.xml @@ -31,7 +31,7 @@ <parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</artifactId> - <version>3.1.2</version> + <version>3.1.4</version> <relativePath /> </parent> -- GitLab