Skip to content

Commit

Permalink
Merge pull request #1400 from ballerina-platform/release-1.8.2
Browse files Browse the repository at this point in the history
[Automated] Sync master after 1.8.2 release
  • Loading branch information
dilanSachi authored Sep 7, 2023
2 parents fbc0b48 + 7f0b115 commit f165d4c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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.8.2"
path = "../native/build/libs/grpc-native-1.8.2-SNAPSHOT.jar"
path = "../native/build/libs/grpc-native-1.8.2.jar"

[[platform.java11.dependency]]
path = "../test-utils/build/libs/grpc-test-utils-1.8.2-SNAPSHOT.jar"
path = "../test-utils/build/libs/grpc-test-utils-1.8.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.8.2-SNAPSHOT.jar"
path = "../compiler-plugin/build/libs/grpc-compiler-plugin-1.8.2.jar"
2 changes: 1 addition & 1 deletion ballerina/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "crypto"
version = "2.3.1"
version = "2.3.2"
dependencies = [
{org = "ballerina", name = "jballerina.java"},
{org = "ballerina", name = "time"}
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
org.gradle.caching=true
group=io.ballerina.stdlib
version=1.8.2-SNAPSHOT
version=1.8.3-SNAPSHOT
#dependency versions
ballerinaLangVersion=2201.5.0
ballerinaTomlParserVersion=1.2.2
Expand Down

0 comments on commit f165d4c

Please sign in to comment.