MaxKey il y a 1 an
Parent
commit
b1ccb458bd

+ 5 - 5
gradle.properties

@@ -15,7 +15,7 @@
 # */
 #maxkey properties 
 group                           =org.dromara.maxkey
-version                         =3.5.18
+version                         =3.5.19
 vendor                          =https://www.maxkey.top
 author                          =MaxKeyTop
 
@@ -27,9 +27,9 @@ jibToAuthPassword				=docker registry credential
 
 #maxkey used jars version
 #spring 
-springVersion                   =5.3.28
-springBootVersion               =2.7.13
-springSecurityVersion           =5.7.9
+springVersion                   =5.3.29
+springBootVersion               =2.7.14
+springSecurityVersion           =5.7.10
 springDataVersion               =2.7.8
 springkafkaVersion              =2.9.0
 springretryVersion              =1.3.3
@@ -74,7 +74,7 @@ kafkaclientsVersion             =2.8.9
 rocketmqclientVersion           =4.9.4
 rocketmqspringbootVersion       =2.2.2
 #apache tomcat
-tomcatVersion                   =9.0.76
+tomcatVersion                   =9.0.78
 #logs
 log4jVersion                    =2.20.0
 slf4jVersion                    =1.7.36

+ 1 - 1
maxkey-webs/maxkey-gataway/src/main/resources/application.yml

@@ -1,7 +1,7 @@
 #端口号
 application:
   name: maxkey-gateway-server
-  formatted-version: v3.5.18 GA
+  formatted-version: v3.5.19 GA
 server:
   port: 9000
 spring:

+ 1 - 1
maxkey-webs/maxkey-web-maxkey/src/main/resources/application.properties

@@ -16,7 +16,7 @@
 #MaxKey Title and Version                                                  #
 ############################################################################
 application.title                           =MaxKey
-application.formatted-version               =v3.5.18 GA
+application.formatted-version               =v3.5.19 GA
 #for dynamic service discovery
 spring.application.name                     =maxkey
 ############################################################################

+ 1 - 1
maxkey-webs/maxkey-web-mgt/src/main/resources/application.properties

@@ -16,7 +16,7 @@
 #MaxKey Title and Version                                                  #
 ############################################################################
 application.title                               =MaxKey-Mgt
-application.formatted-version                   =v3.5.18 GA
+application.formatted-version                   =v3.5.19 GA
 #for dynamic service discovery
 spring.application.name                         =maxkey-mgt
 ############################################################################

+ 1 - 1
maxkey-webs/maxkey-web-openapi/src/main/resources/application.properties

@@ -16,7 +16,7 @@
 #MaxKey Title and Version                                                  #
 ############################################################################
 application.title                               =MaxKey-OpenApi
-application.formatted-version                   =v3.5.18 GA
+application.formatted-version                   =v3.5.19 GA
 #for dynamic service discovery
 spring.application.name                         =maxkey-openapi
 ############################################################################