Skip to content
This repository has been archived by the owner on Oct 24, 2024. It is now read-only.

Commit

Permalink
Update the protobuf-java dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Nuvindu authored Sep 27, 2024
1 parent f0fbffc commit 78d3880
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion build-config/resources/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,10 @@ path = "./lib/java-nats-streaming-2.2.3.jar"
path = "./lib/jnats-2.8.0.jar"

[[platform.java11.dependency]]
path = "./lib/protobuf-java-3.20.3.jar"
groupId = "com.google.protobuf"
artifactId = "protobuf-java"
version = "3.25.5"
path = "./lib/protobuf-java-3.25.5.jar"

[[platform.java11.dependency]]
groupId = "io.ballerina.stdlib"
Expand Down

0 comments on commit 78d3880

Please sign in to comment.