Skip to content

Commit

Permalink
Merge pull request #1609 from ballerina-platform/release-1.11.0
Browse files Browse the repository at this point in the history
[Automated] Sync master after 1.11.0 release
  • Loading branch information
dilanSachi committed May 10, 2024
2 parents 4741a80 + fedb484 commit b4a2fbd
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 22 deletions.
16 changes: 8 additions & 8 deletions ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ graalvmCompatible = true
groupId = "io.ballerina.stdlib"
artifactId = "grpc-native"
version = "1.11.0"
path = "../native/build/libs/grpc-native-1.11.0-SNAPSHOT.jar"
path = "../native/build/libs/grpc-native-1.11.0.jar"

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

[[platform.java17.dependency]]
path = "./lib/ballerina-cli-2201.9.0-20240410-095500-2653a74d.jar"
path = "./lib/ballerina-cli-2201.9.0.jar"
scope = "testOnly"

[[platform.java17.dependency]]
Expand All @@ -35,7 +35,7 @@ scope = "testOnly"
groupId = "io.ballerina.stdlib"
artifactId = "http-native"
version = "2.11.0"
path = "./lib/http-native-2.11.0-20240410-161700-e275cb8.jar"
path = "./lib/http-native-2.11.0.jar"

[[platform.java17.dependency]]
groupId = "io.netty"
Expand Down Expand Up @@ -163,11 +163,11 @@ path = "./lib/proto-google-common-protos-1.17.0.jar"
[[platform.java17.dependency]]
groupId = "org.ballerinalang"
artifactId = "formatter-core"
version = "2201.9.0-20240410-095500-2653a74d"
path = "./lib/formatter-core-2201.9.0-20240410-095500-2653a74d.jar"
version = "2201.9.0"
path = "./lib/formatter-core-2201.9.0.jar"

[[platform.java17.dependency]]
groupId = "org.ballerinalang"
artifactId = "ballerina-parser"
version = "2201.9.0-20240410-095500-2653a74d"
path = "./lib/ballerina-parser-2201.9.0-20240410-095500-2653a74d.jar"
version = "2201.9.0"
path = "./lib/ballerina-parser-2201.9.0.jar"
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.11.0-SNAPSHOT.jar"
path = "../compiler-plugin/build/libs/grpc-compiler-plugin-1.11.0.jar"
2 changes: 1 addition & 1 deletion ballerina/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

[ballerina]
dependencies-toml-version = "2"
distribution-version = "2201.9.0-20240410-095500-2653a74d"
distribution-version = "2201.9.0"

[[package]]
org = "ballerina"
Expand Down
2 changes: 1 addition & 1 deletion changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This file contains all the notable changes done to the Ballerina gRPC package th
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [1.11.0] - 2024-05-03

### Fixed
- [Address CVE-2024-29025 netty's vulnerability](https://github.com/ballerina-platform/ballerina-library/issues/6242)
Expand Down
22 changes: 11 additions & 11 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.11.0-SNAPSHOT
version=1.11.1-SNAPSHOT
#dependency versions
ballerinaLangVersion=2201.9.0-20240502-141200-0a49fa42
ballerinaLangVersion=2201.9.0
ballerinaTomlParserVersion=1.2.2
checkstylePluginVersion=10.12.0
commonsLang3Version=3.8.1
Expand Down Expand Up @@ -31,24 +31,24 @@ stdlibTimeVersion=2.4.0
stdlibUrlVersion=2.4.0

stdlibConstraintVersion=1.5.0
stdlibCryptoVersion=2.7.0-20240502-172300-6b356e2
stdlibCryptoVersion=2.7.0
stdlibLogVersion=2.9.0
stdlibOsVersion=1.8.0
stdlibProtobufVersion=1.6.0
stdlibRandomVersion=1.5.0
stdlibTaskVersion=2.5.0

stdlibCacheVersion=3.8.0-20240409-101100-e2d7f4e
stdlibCacheVersion=3.8.0
stdlibFileVersion=1.9.0
stdlibMimeVersion=2.9.0
stdlibUuidVersion=1.8.0-20240502-184000-71c8d75
stdlibUuidVersion=1.8.0

stdlibAuthVersion=2.11.0-20240502-184600-96868c0
stdlibJwtVersion=2.11.0-20240502-184700-00ec094
stdlibOAuth2Version=2.11.0-20240502-185000-b5e4bc8
stdlibAuthVersion=2.11.0
stdlibJwtVersion=2.11.0
stdlibOAuth2Version=2.11.0

stdlibHttpVersion=2.11.0-20240502-194500-bb0bced
stdlibHttpVersion=2.11.0

# Ballerinax Observer
observeVersion=1.2.3-20240408-194900-a0e331f
observeInternalVersion=1.2.2-20240408-195500-1436319
observeVersion=1.2.3
observeInternalVersion=1.2.2

0 comments on commit b4a2fbd

Please sign in to comment.