Skip to content

Commit

Permalink
Merge pull request #1641 from ballerina-platform/release-1.12.1
Browse files Browse the repository at this point in the history
[Automated] Sync master after 1.12.1 release
  • Loading branch information
daneshk authored Oct 16, 2024
2 parents e8e5d7d + a42b6ab commit 1d7e36f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ graalvmCompatible = true
groupId = "io.ballerina.stdlib"
artifactId = "grpc-native"
version = "1.12.1"
path = "../native/build/libs/grpc-native-1.12.1-SNAPSHOT.jar"
path = "../native/build/libs/grpc-native-1.12.1.jar"

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

[[platform.java17.dependency]]
Expand Down Expand Up @@ -151,8 +151,8 @@ path = "./lib/netty-tcnative-boringssl-static-2.0.65.Final-osx-x86_64.jar"
[[platform.java17.dependency]]
groupId = "com.google.protobuf"
artifactId = "protobuf-java"
version = "3.20.3"
path = "./lib/protobuf-java-3.20.3.jar"
version = "3.25.5"
path = "./lib/protobuf-java-3.25.5.jar"

[[platform.java17.dependency]]
groupId = "com.google.api.grpc"
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.12.1-SNAPSHOT.jar"
path = "../compiler-plugin/build/libs/grpc-compiler-plugin-1.12.1.jar"
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.12.1-SNAPSHOT
version=1.12.2-SNAPSHOT
#dependency versions
ballerinaLangVersion=2201.10.0
ballerinaTomlParserVersion=1.2.2
Expand Down

0 comments on commit 1d7e36f

Please sign in to comment.