This commit is contained in:
MaxKey 2023-07-27 19:02:40 +08:00
parent ee7a18fa71
commit b1ccb458bd
5 changed files with 9 additions and 9 deletions

View File

@ -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

View File

@ -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:

View File

@ -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
############################################################################

View File

@ -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
############################################################################

View File

@ -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
############################################################################