Browse Source

spring 6.0.18

MaxKey 1 year ago
parent
commit
66e81b9647

+ 2 - 2
docker/docker-mysql/docker-entrypoint-initdb.d/latest/maxkey.sql

@@ -1,4 +1,4 @@
--- MySQL dump 10.13  Distrib 8.0.34, for Win64 (x86_64)
+-- MySQL dump 10.13  Distrib 8.0.36, for Win64 (x86_64)
 --
 -- Host: 127.0.0.1    Database: maxkey
 -- ------------------------------------------------------
@@ -1242,4 +1242,4 @@ CREATE TABLE `mxk_userinfo_adjunct` (
 /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
 /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
 
--- Dump completed on 2023-10-11 19:52:57
+-- Dump completed on 2024-03-15  9:31:45

+ 2 - 2
docker/docker-mysql/docker-entrypoint-initdb.d/latest/maxkey_data.sql

@@ -1,4 +1,4 @@
--- MySQL dump 10.13  Distrib 8.0.34, for Win64 (x86_64)
+-- MySQL dump 10.13  Distrib 8.0.36, for Win64 (x86_64)
 --
 -- Host: 127.0.0.1    Database: maxkey
 -- ------------------------------------------------------
@@ -461,4 +461,4 @@ UNLOCK TABLES;
 /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
 /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
 
--- Dump completed on 2023-10-11 19:53:11
+-- Dump completed on 2024-03-15  9:31:51

+ 2 - 2
gradle.properties

@@ -27,8 +27,8 @@ jibToAuthPassword               =docker registry credential
 
 #maxkey used jars version
 #spring 
-springVersion                   =6.0.17
-springBootVersion               =3.1.8
+springVersion                   =6.0.18
+springBootVersion               =3.1.9
 springSecurityVersion           =6.1.6
 springDataVersion               =3.0.3
 springkafkaVersion              =3.0.13