Skip to content

Commit

Permalink
Merge pull request #1653 from lnash94/lnash94-patch-1
Browse files Browse the repository at this point in the history
Update gradle.properties with http version
  • Loading branch information
lnash94 authored Nov 7, 2024
2 parents 1b780f7 + 396a655 commit 921edb0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build-config/resources/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
org = "ballerina"
name = "grpc"
version = "@toml.version@"
distribution = "2201.10.0"
distribution = "2201.11.0"
authors = ["Ballerina"]
keywords = ["network", "grpc", "protobuf", "server-streaming", "client-streaming", "bidirectional-streaming"]
repository = "https://github.com/ballerina-platform/module-ballerina-grpc"
Expand Down
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ subprojects {
ballerinaStdLibs "io.ballerina.stdlib:random-ballerina:${stdlibRandomVersion}"
ballerinaStdLibs "io.ballerina.stdlib:observe-ballerina:${observeVersion}"
ballerinaStdLibs "io.ballerina:observe-ballerina:${observeInternalVersion}"
ballerinaStdLibs "io.ballerina.lib:data.jsondata-ballerina:${stdlibDataJsonDataVersion}"
}
}

Expand Down
7 changes: 4 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
org.gradle.caching=true
group=io.ballerina.stdlib
version=1.12.2-SNAPSHOT
version=1.13.0-SNAPSHOT
#dependency versions
ballerinaLangVersion=2201.10.0
ballerinaLangVersion=2201.11.0-20241008-112400-81975006
ballerinaTomlParserVersion=1.2.2
checkstylePluginVersion=10.12.0
commonsLang3Version=3.8.1
Expand Down Expand Up @@ -44,10 +44,11 @@ stdlibMimeVersion=2.10.0
stdlibUuidVersion=1.8.0

stdlibAuthVersion=2.12.0
stdlibDataJsonDataVersion=0.3.0-20241105-101100-661d11f
stdlibJwtVersion=2.13.0
stdlibOAuth2Version=2.12.0

stdlibHttpVersion=2.12.0
stdlibHttpVersion=2.13.0-20241106-120000-d375c3b

# Ballerinax Observer
observeVersion=1.3.0
Expand Down

0 comments on commit 921edb0

Please sign in to comment.