From 0ae88a7e401ade7b6dcccbdb993d47cf0085e5fc Mon Sep 17 00:00:00 2001
From: skynetcap <100323448+skynetcap@users.noreply.github.com>
Date: Sat, 20 Jan 2024 11:13:50 -0800
Subject: [PATCH] Update spring-boot version in pom.xml
The version of the spring-boot-starter-parent dependency was updated from 3.2.1 to 3.2.2 in the pom.xml. Similarly, the version for the spring-boot-maven-plugin was added as 3.1.2. These changes ensure we are utilizing the latest features and improvements of the spring framework in our project.
---
pom.xml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index b786aac..82787d9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
org.springframework.boot
spring-boot-starter-parent
- 3.2.1
+ 3.2.2
markets.arcana
@@ -39,6 +39,7 @@
org.springframework.boot
spring-boot-maven-plugin
+ 3.1.2