From 22790b77d51b47192880c3985779068d272da2d9 Mon Sep 17 00:00:00 2001 From: MaxKey Date: Wed, 26 Mar 2025 08:38:12 +0800 Subject: [PATCH] 4.1.7 --- gradle.properties | 28 +++++++++---------- .../maxkey-web-app/src/app/shared/consts.ts | 2 +- .../src/app/shared/consts.ts | 2 +- .../src/main/resources/application.yml | 2 +- .../src/main/resources/application.properties | 2 +- .../src/main/resources/application.properties | 2 +- .../src/main/resources/application.properties | 2 +- 7 files changed, 20 insertions(+), 20 deletions(-) diff --git a/gradle.properties b/gradle.properties index badd1975..77b64021 100644 --- a/gradle.properties +++ b/gradle.properties @@ -15,7 +15,7 @@ # */ #maxkey properties group =org.dromara.maxkey -version =4.1.6 +version =4.1.7 vendor =https://www.maxkey.top author =MaxKeyTop githubUrl =https://github.com/dromara/MaxKey @@ -32,11 +32,11 @@ jibToAuthPassword =docker registry credential #maxkey used jars version #spring -springVersion =6.2.3 -springBootVersion =3.4.3 -springSecurityVersion =6.4.3 -springDataVersion =3.4.3 -springkafkaVersion =3.3.2 +springVersion =6.2.5 +springBootVersion =3.4.4 +springSecurityVersion =6.4.4 +springDataVersion =3.4.4 +springkafkaVersion =3.3.4 springretryVersion =2.0.11 #spring plugin springplugincoreVersion =3.0.0 @@ -83,10 +83,10 @@ freemarkerVersion =2.3.34 xmlbeansVersion =5.0.2 poiVersion =5.2.3 #tomcat -tomcatVersion =10.1.34 +tomcatVersion =10.1.39 #logs log4jVersion =2.24.3 -slf4jVersion =2.0.16 +slf4jVersion =2.0.17 jbossloggingVersion =3.5.3.Final #Messaging Kafka & RocketMQ kafkaclientsVersion =3.4.0 @@ -102,21 +102,21 @@ zxingcoreVersion =3.5.3 concurrentlinkedhashmaplruVersion =1.4.2 #json gsonVersion =2.12.1 -jacksonVersion =2.18.2 +jacksonVersion =2.18.3 fastjsonVersion =1.2.83 minidevjsonsmartVersion =2.4.5 #database mysqlconnectorjavaVersion =8.4.0 dm8JdbcDriverVersion =8.1.2.192 postgresqlVersion =42.4.1 -druidVersion =1.2.23 -druidspringbootstarterVersion =1.2.23 +druidVersion =1.2.24 +druidspringbootstarterVersion =1.2.24 jedisVersion =4.3.2 caffeineVersion =3.1.8 hibernateVersion =7.0.5.Final -mybatisVersion =3.5.16 -mybatisspringVersion =3.0.3 -mybatisjpaextraVersion =3.2 +mybatisVersion =3.5.19 +mybatisspringVersion =3.0.4 +mybatisjpaextraVersion =3.3.5 #saml opensamlVersion =2.6.6 openwsVersion =1.5.6 diff --git a/maxkey-web-frontend/maxkey-web-app/src/app/shared/consts.ts b/maxkey-web-frontend/maxkey-web-app/src/app/shared/consts.ts index 50a9cf3e..bef86e68 100644 --- a/maxkey-web-frontend/maxkey-web-app/src/app/shared/consts.ts +++ b/maxkey-web-frontend/maxkey-web-app/src/app/shared/consts.ts @@ -26,5 +26,5 @@ export const CONSTS = { REDIRECT_URI: 'redirect_uri', REMEMBER: 'remember_me', TOKEN: '_token', - VERSION: 'v4.1.6 GA' + VERSION: 'v4.1.7 GA' }; diff --git a/maxkey-web-frontend/maxkey-web-mgt-app/src/app/shared/consts.ts b/maxkey-web-frontend/maxkey-web-mgt-app/src/app/shared/consts.ts index e9529080..4fe92b64 100644 --- a/maxkey-web-frontend/maxkey-web-mgt-app/src/app/shared/consts.ts +++ b/maxkey-web-frontend/maxkey-web-mgt-app/src/app/shared/consts.ts @@ -19,5 +19,5 @@ export const CONSTS = { INST: 'inst', REDIRECT_URI: 'redirect_uri', REMEMBER: 'remember', - VERSION: 'v4.1.6 GA' + VERSION: 'v4.1.7 GA' }; diff --git a/maxkey-webs/maxkey-gataway/src/main/resources/application.yml b/maxkey-webs/maxkey-gataway/src/main/resources/application.yml index ffcd035a..80e32fc3 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: v4.1.6 GA + formatted-version: v4.1.7 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 8dc41e30..64fe8cf8 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 =v4.1.6 GA +application.formatted-version =v4.1.7 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 cd69ca05..37ec28b3 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 =v4.1.6 GA +application.formatted-version =v4.1.7 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 9a7e5e8b..e4ba9ce6 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 =v4.1.6 GA +application.formatted-version =v4.1.7 GA #for dynamic service discovery spring.application.name =maxkey-openapi ############################################################################