diff --git a/README-zh-CN.md b/README-zh-CN.md index 99b1d6f77..5da33828a 100644 --- a/README-zh-CN.md +++ b/README-zh-CN.md @@ -40,7 +40,7 @@ README: [English](README.md) | [中文](README-zh-CN.md) ## 版本 -最新版本是 `2.15.0.RELEASE` 它能跟 Spring-Boot `2.7.14` 和 Spring-Cloud `2021.0.8` 搭配使用。 但它也与各种其他版本兼容。 我们的 [文档](https://yidongnan.github.io/grpc-spring-boot-starter/en/versions.html) 中可以找到所有版本及其相应的库版本的概览。 +最新版本是 `2.15.0.RELEASE` 它能跟 Spring-Boot `2.7.16` 和 Spring-Cloud `2021.0.8` 搭配使用。 但它也与各种其他版本兼容。 我们的 [文档](https://yidongnan.github.io/grpc-spring-boot-starter/en/versions.html) 中可以找到所有版本及其相应的库版本的概览。 **注意:** 该项目也可以在没有 Spring-Boot 的情况下使用,但是您需要手动配置一些 bean。 diff --git a/README.md b/README.md index b0aa0923b..c1a09593d 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ README: [English](README.md) | [中文](README-zh-CN.md) ## Versions -The latest version is `2.15.0.RELEASE` it was compiled with spring-boot `2.7.14` and spring-cloud `2021.0.8` +The latest version is `2.15.0.RELEASE` it was compiled with spring-boot `2.7.16` and spring-cloud `2021.0.8` but it is also compatible with a large variety of other versions. An overview of all versions and their respective library versions can be found in our [documentation](https://yidongnan.github.io/grpc-spring-boot-starter/en/versions.html). diff --git a/docs/en/versions.md b/docs/en/versions.md index 9b4817243..f34679598 100644 --- a/docs/en/versions.md +++ b/docs/en/versions.md @@ -61,7 +61,7 @@ Current version. | Version | spring-boot | spring-cloud | gRPC | Date | |:-------:|:-----------:| :----------: |:------:|----------:| -| 2.15.0 | 2.7.14 | 2021.0.8 | 1.58.0 | Sep, 2023 | +| 2.15.0 | 2.7.16 | 2021.0.8 | 1.58.0 | Sep, 2023 | | 2.14.0 | 2.6.13 | 2021.0.5 | 1.51.0 | Nov, 2022 | | 2.13.1 | 2.5.8 | 2020.0.5 | 1.42.2 | Jan, 2022 | | 2.13.0 | 2.5.7 | 2020.0.4 | 1.42.1 | Nov, 2021 | diff --git a/docs/zh-CN/versions.md b/docs/zh-CN/versions.md index 6474d02d7..c2d635a9a 100644 --- a/docs/zh-CN/versions.md +++ b/docs/zh-CN/versions.md @@ -50,7 +50,7 @@ | 版本 | spring-boot | spring-cloud | gRPC | 日期 | |:------:|:-----------:|:------------:|:------:|---------:| -| 2.15.0 | 2.7.14 | 2021.0.8 | 1.58.0 | 2023年9月 | +| 2.15.0 | 2.7.16 | 2021.0.8 | 1.58.0 | 2023年9月 | | 2.14.0 | 2.6.13 | 2021.0.5 | 1.51.0 | 2022年11月 | | 2.13.1 | 2.5.8 | 2020.0.5 | 1.42.2 | 2022年1月 | | 2.13.0 | 2.5.7 | 2020.0.4 | 1.42.1 | 2021年11月 |