Skip to content

Commit

Permalink
Release 3.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielLiu1123 committed Sep 21, 2024
1 parent 4deee56 commit b894e88
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Make the integration of Spring Boot and gRPC feel seamless and native.
## Quick Start

```groovy
implementation(platform("io.github.danielliu1123:grpc-starter-dependencies:3.3.2"))
implementation(platform("io.github.danielliu1123:grpc-starter-dependencies:<latest>"))
implementation("io.github.danielliu1123:grpc-boot-starter")
implementation("io.grpc:grpc-testing-proto")
```
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
group=io.github.danielliu1123
version=3.3.3-SNAPSHOT
version=3.3.4-SNAPSHOT

# Spring related
# https://github.com/spring-projects/spring-boot
springBootVersion=3.3.3
springBootVersion=3.3.4
# https://docs.spring.io/spring-cloud-release/reference/index.html
# https://mvnrepository.com/artifact/org.springframework.cloud/spring-cloud-dependencies
#springCloudVersion=2023.0.3
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ public final class Deps {

private Deps() {}

public static final String SPRING_BOOT_VERSION = "3.3.3";
public static final String SPRING_BOOT_VERSION = "3.3.4";
}
4 changes: 2 additions & 2 deletions website/docs/05-quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ All dependencies will assume that `grpc-starter-dependencies` has been used, so
<Tabs>
<TabItem value="gradle" label="Gradle">
```groovy
implementation(platform("io.github.danielliu1123:grpc-starter-dependencies:3.3.2"))
implementation(platform("io.github.danielliu1123:grpc-starter-dependencies:<latest>"))
implementation("io.github.danielliu1123:grpc-boot-starter")
implementation("io.grpc:grpc-testing-proto")
```
Expand All @@ -40,7 +40,7 @@ All dependencies will assume that `grpc-starter-dependencies` has been used, so
<dependency>
<groupId>io.github.danielliu1123</groupId>
<artifactId>grpc-starter-dependencies</artifactId>
<version>3.3.2</version>
<version>latest</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
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-21T14:46:24.020459**
This is a generated file, generated at: **2024-09-21T14:58:34.384018**
2 changes: 1 addition & 1 deletion website/docs/50-version.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ of `grpc-starter-dependencies` aligned with Spring Boot.

| Spring Boot | grpc-starter-dependencies | grpc-java | protobuf-java |
|----------------|---------------------------|-----------|---------------|
| 3.3.x | 3.3.2 | 1.65.0 | 3.25.1 |
| 3.3.x | 3.3.4 | 1.68.0 | 3.25.3 |
| 3.2.x | 3.2.5 | 1.62.2 | 3.25.1 |
| 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 |
Expand Down

0 comments on commit b894e88

Please sign in to comment.