diff --git a/README.en-us.md b/README.en-us.md index 94bfbb6..f2bcb7e 100644 --- a/README.en-us.md +++ b/README.en-us.md @@ -4,7 +4,7 @@ English | [简体中文](./README.md)

- Version + Version Documentation @@ -128,6 +128,7 @@ Starting from v1.3.0, the frontend and backend of the management backend are mer | v2.6.5 | v2.6.5 | | v2.6.6 | v2.6.6 | | v2.7.0 | v2.7.0 | +| v2.7.1 | v2.7.1 | Please download the corresponding management backend version according to the version of the community version diff --git a/README.md b/README.md index 3cecc67..422432f 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@

- Version + Version Documentation @@ -130,6 +130,7 @@ API地址:http://demo.fizzgate.com/proxy/[服务名]/[API_Path] | v2.6.5 | v2.6.5 | | v2.6.6 | v2.6.6 | | v2.7.0 | v2.7.0 | +| v2.7.1 | v2.7.1 | 请根据社区版的版本下载对应的管理后台版本 diff --git a/docker-compose.yml b/docker-compose.yml index 0c999fc..77d39ae 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -2,7 +2,7 @@ version: "3.6" services: fizz-mysql: - image: "fizzgate/fizz-mysql:2.7.0" + image: "fizzgate/fizz-mysql:2.7.1" container_name: fizz-mysql restart: always hostname: fizz-mysql @@ -27,7 +27,7 @@ services: - fizz fizz-gateway-community: - image: "fizzgate/fizz-gateway-community:2.7.0" + image: "fizzgate/fizz-gateway-community:2.7.1" container_name: fizz-gateway-community restart: always hostname: fizz-gateway-community @@ -48,7 +48,7 @@ services: - fizz fizz-manager-professional: - image: "fizzgate/fizz-manager-professional:2.7.0" + image: "fizzgate/fizz-manager-professional:2.7.1" container_name: fizz-manager-professional restart: always hostname: fizz-manager-professional diff --git a/fizz-bootstrap/pom.xml b/fizz-bootstrap/pom.xml index 9fc02de..40c2cd6 100644 --- a/fizz-bootstrap/pom.xml +++ b/fizz-bootstrap/pom.xml @@ -6,7 +6,7 @@ fizz-gateway-community com.fizzgate - 2.7.0 + 2.7.1 ../pom.xml @@ -18,12 +18,12 @@ Dragonfruit-SR3 Dysprosium-SR25 5.3.7.RELEASE - 4.1.87.Final - 4.4.15 + 4.1.89.Final + 4.4.16 2.17.2 1.7.36 3.12.0 - 1.18.24 + 1.18.26 2.7.7 1.16.1 3.4.6 @@ -32,7 +32,7 @@ 1.15 2.11.1 2.8.9 - 2.0.56.Final + 2.0.58.Final 2.2.9.RELEASE 1.33 Moore-SR13--> diff --git a/fizz-common/pom.xml b/fizz-common/pom.xml index 11e383f..9953932 100644 --- a/fizz-common/pom.xml +++ b/fizz-common/pom.xml @@ -5,7 +5,7 @@ fizz-gateway-community com.fizzgate - 2.7.0 + 2.7.1 ../pom.xml 4.0.0 diff --git a/fizz-core/pom.xml b/fizz-core/pom.xml index aa01aed..d4278cd 100644 --- a/fizz-core/pom.xml +++ b/fizz-core/pom.xml @@ -5,7 +5,7 @@ fizz-gateway-community com.fizzgate - 2.7.0 + 2.7.1 ../pom.xml 4.0.0 diff --git a/fizz-plugin/pom.xml b/fizz-plugin/pom.xml index 4f62a6d..1c192eb 100644 --- a/fizz-plugin/pom.xml +++ b/fizz-plugin/pom.xml @@ -5,7 +5,7 @@ fizz-gateway-community com.fizzgate - 2.7.0 + 2.7.1 ../pom.xml 4.0.0 diff --git a/fizz-spring-boot-starter/pom.xml b/fizz-spring-boot-starter/pom.xml index 38d1735..6cae080 100644 --- a/fizz-spring-boot-starter/pom.xml +++ b/fizz-spring-boot-starter/pom.xml @@ -5,7 +5,7 @@ fizz-gateway-community com.fizzgate - 2.7.0 + 2.7.1 ../pom.xml 4.0.0 diff --git a/pom.xml b/pom.xml index bc2451d..6d349b1 100644 --- a/pom.xml +++ b/pom.xml @@ -10,8 +10,8 @@ Dysprosium-SR25 5.3.7.RELEASE 2.2.7.RELEASE - 4.1.87.Final - 4.4.15 + 4.1.89.Final + 4.4.16 2.17.2 1.7.36 2.7.7 @@ -22,7 +22,7 @@ 0.8.2 0.9.11 2.11.1 - 2.0.56.Final + 2.0.58.Final 2.2.9.RELEASE 1.33 Moore-SR13 @@ -38,7 +38,7 @@ fizz-gateway-community ${project.artifactId} fizz gateway community - 2.7.0 + 2.7.1 pom fizz-common @@ -344,7 +344,7 @@ org.projectlombok lombok - 1.18.24 + 1.18.26