Skip to content

Commit

Permalink
doc: updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
ngyewch committed Jul 15, 2024
1 parent 5da303f commit ac69526
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,22 +74,22 @@ docker run --rm -it \
## Java dependencies

```
implementation("com.google.protobuf:protobuf-java:3.25.1")
implementation("com.google.protobuf:protobuf-java-util:3.25.1")
implementation("com.google.protobuf:protobuf-java:4.27.2")
implementation("com.google.protobuf:protobuf-java-util:4.27.2")
```

### Helidon Client

```
implementation(platform("io.helidon:helidon-bom:2.6.4"))
implementation(platform("io.helidon:helidon-bom:2.6.7"))
implementation("io.helidon.webclient:helidon-webclient")
```

### Helidon Server

```
implementation(platform("io.helidon:helidon-bom:2.6.4"))
implementation(platform("io.helidon:helidon-bom:2.6.7"))
implementation("io.helidon.common:helidon-common-http")
implementation("io.helidon.common:helidon-common-reactive")
Expand Down

0 comments on commit ac69526

Please sign in to comment.