Skip to content

Commit

Permalink
[Automated] Update the native jar versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ballerina-bot committed Mar 15, 2023
1 parent 560977e commit 2e53f1b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ export = ["grpc", "grpc.types.duration", "grpc.types.struct", "grpc.types.timest
groupId = "io.ballerina.stdlib"
artifactId = "grpc-native"
version = "1.5.2"
path = "../native/build/libs/grpc-native-1.5.2-SNAPSHOT.jar"
path = "../native/build/libs/grpc-native-1.5.2.jar"

[[platform.java11.dependency]]
path = "../test-utils/build/libs/grpc-test-utils-1.5.2-SNAPSHOT.jar"
path = "../test-utils/build/libs/grpc-test-utils-1.5.2.jar"
scope = "testOnly"

[[platform.java11.dependency]]
Expand Down
2 changes: 1 addition & 1 deletion ballerina/CompilerPlugin.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ id = "grpc-compiler-plugin"
class = "io.ballerina.stdlib.grpc.plugin.GrpcCompilerPlugin"

[[dependency]]
path = "../compiler-plugin/build/libs/grpc-compiler-plugin-1.5.2-SNAPSHOT.jar"
path = "../compiler-plugin/build/libs/grpc-compiler-plugin-1.5.2.jar"
8 changes: 4 additions & 4 deletions ballerina/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "constraint"
version = "1.0.1"
version = "1.0.2"
dependencies = [
{org = "ballerina", name = "jballerina.java"}
]
Expand Down Expand Up @@ -184,7 +184,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "log"
version = "2.5.0"
version = "2.5.1"
dependencies = [
{org = "ballerina", name = "io"},
{org = "ballerina", name = "jballerina.java"},
Expand Down Expand Up @@ -213,7 +213,7 @@ modules = [
[[package]]
org = "ballerina"
name = "observe"
version = "1.0.5"
version = "1.0.6"
dependencies = [
{org = "ballerina", name = "jballerina.java"}
]
Expand All @@ -239,7 +239,7 @@ modules = [
[[package]]
org = "ballerina"
name = "regex"
version = "1.3.1"
version = "1.3.2"
dependencies = [
{org = "ballerina", name = "jballerina.java"},
{org = "ballerina", name = "lang.string"}
Expand Down

0 comments on commit 2e53f1b

Please sign in to comment.