Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielLiu1123 committed Sep 24, 2024
1 parent ea7dfaf commit dbc75bd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion website/docs/40-configuration-properties.md
Original file line number Diff line number Diff line change
Expand Up @@ -318,4 +318,4 @@ This page was generated by [spring-configuration-property-documenter](https://gi
| enabled| java.lang.Boolean| Whether to enable validation, default is \{@code true}.| true| |
| order| java.lang.Integer| Validating interceptor order, default is \{@code 0}.| 0| |

This is a generated file, generated at: **2024-09-24T21:22:55.589820**
This is a generated file, generated at: **2024-09-24T22:09:25.311747**
7 changes: 5 additions & 2 deletions website/docs/50-version.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
sidebar_position: 50
---

# Version Matrix
# Version

[`grpc-starter-dependencies`](https://central.sonatype.com/artifact/io.github.danielliu1123/grpc-starter-dependencies)
provides dependency management for gRPC and Protobuf, so you only need to use the version
Expand All @@ -15,9 +15,12 @@ of `grpc-starter-dependencies` aligned with Spring Boot.
| 3.1.x | 3.1.8 | 1.59.1 | 3.25.1 |
| 2.x (>= 2.4.0) | 2.1.6 | 1.59.1 | 3.25.1 |

:::tip
If you want to find the versions of `grpc-java` and `protobuf-java` used by `grpc-starter-dependencies`,
you can check [grpc-starter-dependencies](https://central.sonatype.com/artifact/io.github.danielliu1123/grpc-starter-dependencies).

:::tip
The version of `grpc-starter-dependencies` is aligned with Spring Boot,
we check the latest version of Spring Boot daily and release the corresponding version.
:::

## Release Notes to be Noticed
Expand Down

0 comments on commit dbc75bd

Please sign in to comment.