diff --git a/gradle.properties b/gradle.properties index 0f0a0a7d2..60c11f8fd 100644 --- a/gradle.properties +++ b/gradle.properties @@ -15,7 +15,7 @@ # */ #maxkey properties group =maxkey.top -version =3.3.3 +version =3.3.4 vendor =https://www.maxkey.top author =MaxKeyTop @@ -62,11 +62,11 @@ poiVersion =5.1.0 tomcatVersion =9.0.62 tomcatembedloggingjuliVersion =8.5.2 #spring -springVersion =5.3.19 +springVersion =5.3.20 springBootVersion =2.6.6 -springSecurityVersion =5.6.2 -springDataVersion =2.6.2 -springSessionVersion =2.6.2 +springSecurityVersion =5.6.4 +springDataVersion =2.6.4 +springSessionVersion =2.6.3 springkafkaVersion =2.8.2 springretryVersion =1.3.0 springplugincoreVersion =2.0.0.RELEASE 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 76ce690b1..b773b864d 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.3.3 GA +application.formatted-version =v3.3.4 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 75fb0ad12..d593da60e 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.3.3 GA +application.formatted-version =v3.3.1 GA #for dynamic service discovery spring.application.name =maxkey-mgt ############################################################################