From 1d295accc6e704b6760add8230e39319baab5ebc Mon Sep 17 00:00:00 2001
From: mark79-github <52877024+mark79-github@users.noreply.github.com>
Date: Thu, 7 May 2026 08:53:41 +0300
Subject: [PATCH] Update dependency versions in pom.xml (Spring Boot 4.0.6,
MySQL Connector 9.7.0, PostgreSQL 42.7.11, Lombok 1.18.46)
---
pom.xml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/pom.xml b/pom.xml
index 2423941..f92f2ae 100644
--- a/pom.xml
+++ b/pom.xml
@@ -15,15 +15,15 @@
21
UTF-8
21
- 4.0.2
+ 4.0.6
3.2.6
2.3.2
- 9.6.0
- 42.7.10
+ 9.7.0
+ 42.7.11
3.20.0
0.8.14
3.15.0
- 1.18.42
+ 1.18.46
mark79-github