diff --git a/gradle.properties b/gradle.properties index 0570d4696..62393c86f 100644 --- a/gradle.properties +++ b/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 diff --git a/maxkey-webs/maxkey-gataway/src/main/resources/application.yml b/maxkey-webs/maxkey-gataway/src/main/resources/application.yml index 730d54de3..26566cf9b 100644 --- a/maxkey-webs/maxkey-gataway/src/main/resources/application.yml +++ b/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: diff --git a/maxkey-webs/maxkey-web-maxkey/src/main/resources/application.properties b/maxkey-webs/maxkey-web-maxkey/src/main/resources/application.properties index 0167c65a3..ba79c9739 100644 --- a/maxkey-webs/maxkey-web-maxkey/src/main/resources/application.properties +++ b/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 ############################################################################ diff --git a/maxkey-webs/maxkey-web-mgt/src/main/resources/application.properties b/maxkey-webs/maxkey-web-mgt/src/main/resources/application.properties index 75c5b9861..7e457c05e 100644 --- a/maxkey-webs/maxkey-web-mgt/src/main/resources/application.properties +++ b/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 ############################################################################ diff --git a/maxkey-webs/maxkey-web-openapi/src/main/resources/application.properties b/maxkey-webs/maxkey-web-openapi/src/main/resources/application.properties index e8c56fb16..cf94453a9 100644 --- a/maxkey-webs/maxkey-web-openapi/src/main/resources/application.properties +++ b/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 ############################################################################