Skip to content

Commit

Permalink
Merge pull request #241 from ballerina-platform/Nuvindu-patch-1
Browse files Browse the repository at this point in the history
Add identifiers to the `protobuf-java` dependency
  • Loading branch information
Nuvindu authored Sep 27, 2024
2 parents 21baa20 + 7a20798 commit e53e51d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
9 changes: 6 additions & 3 deletions ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
org = "ballerina"
name = "protobuf"
version = "1.6.1"
version = "1.6.2"
authors = ["Ballerina"]
keywords = ["wrappers"]
repository = "https://github.com/ballerina-platform/module-ballerina-protobuf"
Expand All @@ -16,8 +16,11 @@ graalvmCompatible = true
[[platform.java17.dependency]]
groupId = "io.ballerina.stdlib"
artifactId = "protobuf-native"
version = "1.6.1"
path = "../native/build/libs/protobuf-native-1.6.1.jar"
version = "1.6.2"
path = "../native/build/libs/protobuf-native-1.6.2-SNAPSHOT.jar"

[[platform.java17.dependency]]
groupId = "com.google.protobuf"
artifactId = "protobuf-java"
version = "3.25.5"
path = "./lib/protobuf-java-3.25.5.jar"
2 changes: 1 addition & 1 deletion ballerina/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "protobuf"
version = "1.6.1"
version = "1.6.2"
dependencies = [
{org = "ballerina", name = "jballerina.java"},
{org = "ballerina", name = "test"},
Expand Down
3 changes: 3 additions & 0 deletions build-config/resources/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,7 @@ version = "@toml.version@"
path = "../native/build/libs/[email protected]@.jar"

[[platform.java17.dependency]]
groupId = "com.google.protobuf"
artifactId = "protobuf-java"
version = "@protobuf.java.version@"
path = "./lib/[email protected]@.jar"

0 comments on commit e53e51d

Please sign in to comment.