Skip to content

Commit

Permalink
Merge pull request #1079 from ballerina-platform/release-2.8.1
Browse files Browse the repository at this point in the history
[Automated] Sync main after 2.8.1 release
  • Loading branch information
MohamedSabthar authored Jul 5, 2023
2 parents 8b48756 + 3e9d724 commit 1f1b4a5
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 7 deletions.
4 changes: 2 additions & 2 deletions ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ distribution = "2201.5.0"
groupId = "io.ballerina.stdlib"
artifactId = "websocket-native"
version = "2.8.1"
path = "../native/build/libs/websocket-native-2.8.1-SNAPSHOT.jar"
path = "../native/build/libs/websocket-native-2.8.1.jar"

[[platform.java11.dependency]]
groupId = "io.ballerina.stdlib"
Expand Down Expand Up @@ -82,5 +82,5 @@ version = "4.1.94.Final"
path = "./lib/netty-handler-proxy-4.1.94.Final.jar"

[[platform.java11.dependency]]
path = "../test-utils/build/libs/websocket-test-utils-2.8.1-SNAPSHOT.jar"
path = "../test-utils/build/libs/websocket-test-utils-2.8.1.jar"
scope = "testOnly"
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 = "websocket-compiler-plugin"
class = "io.ballerina.stdlib.websocket.plugin.WebSocketCompilerPlugin"

[[dependency]]
path = "../compiler-plugin/build/libs/websocket-compiler-plugin-2.8.1-SNAPSHOT.jar"
path = "../compiler-plugin/build/libs/websocket-compiler-plugin-2.8.1.jar"
6 changes: 3 additions & 3 deletions ballerina/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "http"
version = "2.8.1"
version = "2.8.0"
dependencies = [
{org = "ballerina", name = "auth"},
{org = "ballerina", name = "cache"},
Expand Down Expand Up @@ -299,7 +299,7 @@ modules = [
[[package]]
org = "ballerina"
name = "time"
version = "2.2.5"
version = "2.2.4"
dependencies = [
{org = "ballerina", name = "jballerina.java"}
]
Expand All @@ -310,7 +310,7 @@ modules = [
[[package]]
org = "ballerina"
name = "url"
version = "2.2.4"
version = "2.2.3"
dependencies = [
{org = "ballerina", name = "jballerina.java"}
]
Expand Down
5 changes: 5 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]

## [2.8.1] - 2023-06-30
- [Address netty vulnerability](https://github.com/ballerina-platform/ballerina-standard-library/issues/4599)

## [2.8.0] - 2023-06-01

### Fixed
- [Dispatch `onError` remote function when there is a data binding failure](https://github.com/ballerina-platform/ballerina-standard-library/issues/4403)

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=2.8.1-SNAPSHOT
version=2.8.2-SNAPSHOT
ballerinaLangVersion=2201.5.0
ballerinaTomlParserVersion=1.2.2
nettyVersion=4.1.94.Final
Expand Down

0 comments on commit 1f1b4a5

Please sign in to comment.