Skip to content

Commit

Permalink
Merge pull request #1644 from ballerina-platform/release-1.10.9
Browse files Browse the repository at this point in the history
[Automated] Sync 2201.8.x after 1.10.9 release
  • Loading branch information
daneshk authored Oct 16, 2024
2 parents 2594ff9 + 08b3d17 commit 5f901c7
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 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.10.9"
path = "../native/build/libs/grpc-native-1.10.9-SNAPSHOT.jar"
path = "../native/build/libs/grpc-native-1.10.9.jar"

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

[[platform.java17.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.10.9-SNAPSHOT.jar"
path = "../compiler-plugin/build/libs/grpc-compiler-plugin-1.10.9.jar"
4 changes: 2 additions & 2 deletions ballerina/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ modules = [
[[package]]
org = "ballerina"
name = "cache"
version = "3.7.1"
version = "3.7.0"
dependencies = [
{org = "ballerina", name = "constraint"},
{org = "ballerina", name = "jballerina.java"},
Expand Down Expand Up @@ -94,7 +94,7 @@ modules = [
[[package]]
org = "ballerina"
name = "http"
version = "2.10.15"
version = "2.10.14"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "auth"},
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.10.9-SNAPSHOT
version=1.10.10-SNAPSHOT
#dependency versions
ballerinaLangVersion=2201.8.0
ballerinaTomlParserVersion=1.2.2
Expand Down

0 comments on commit 5f901c7

Please sign in to comment.