Skip to content

Commit

Permalink
Merge pull request #1147 from Bhashinee/2201.4.x
Browse files Browse the repository at this point in the history
[2201.4.x] Update the netty version
  • Loading branch information
Bhashinee authored Oct 16, 2023
2 parents db6e0f0 + 96d2698 commit c6b97eb
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 18 deletions.
28 changes: 14 additions & 14 deletions ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
org = "ballerina"
name = "websocket"
version = "2.4.0"
version = "2.4.1"
authors = ["Ballerina"]
keywords = ["ws", "network", "bi-directional", "streaming", "service", "client"]
repository = "https://github.com/ballerina-platform/module-ballerina-websocket"
Expand All @@ -12,14 +12,14 @@ distribution = "2201.2.0"
[[platform.java11.dependency]]
groupId = "io.ballerina.stdlib"
artifactId = "websocket-native"
version = "2.4.0"
path = "../native/build/libs/websocket-native-2.4.0.jar"
version = "2.4.1"
path = "../native/build/libs/websocket-native-2.4.1-SNAPSHOT.jar"

[[platform.java11.dependency]]
groupId = "io.ballerina.stdlib"
artifactId = "http-native"
version = "2.4.0"
path = "./lib/http-native-2.4.0.jar"
version = "2.6.2"
path = "./lib/http-native-2.6.2-20231013-151500-b205e1d.jar"

[[platform.java11.dependency]]
groupId = "io.ballerina.stdlib"
Expand All @@ -34,29 +34,29 @@ version = "1.0.0"
path = "./lib/constraint-native-1.0.0.jar"

[[platform.java11.dependency]]
path = "./lib/netty-common-4.1.77.Final.jar"
path = "./lib/netty-common-4.1.100.Final.jar"

[[platform.java11.dependency]]
path = "./lib/netty-buffer-4.1.77.Final.jar"
path = "./lib/netty-buffer-4.1.100.Final.jar"

[[platform.java11.dependency]]
path = "./lib/netty-transport-4.1.77.Final.jar"
path = "./lib/netty-transport-4.1.100.Final.jar"

[[platform.java11.dependency]]
path = "./lib/netty-resolver-4.1.77.Final.jar"
path = "./lib/netty-resolver-4.1.100.Final.jar"

[[platform.java11.dependency]]
path = "./lib/netty-handler-4.1.77.Final.jar"
path = "./lib/netty-handler-4.1.100.Final.jar"

[[platform.java11.dependency]]
path = "./lib/netty-codec-http-4.1.77.Final.jar"
path = "./lib/netty-codec-http-4.1.100.Final.jar"

[[platform.java11.dependency]]
path = "./lib/netty-codec-4.1.77.Final.jar"
path = "./lib/netty-codec-4.1.100.Final.jar"

[[platform.java11.dependency]]
path = "./lib/netty-handler-proxy-4.1.77.Final.jar"
path = "./lib/netty-handler-proxy-4.1.100.Final.jar"

[[platform.java11.dependency]]
path = "../test-utils/build/libs/websocket-test-utils-2.4.0.jar"
path = "../test-utils/build/libs/websocket-test-utils-2.4.1-SNAPSHOT.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.4.0.jar"
path = "../compiler-plugin/build/libs/websocket-compiler-plugin-2.4.1-SNAPSHOT.jar"
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ This file contains all the notable changes done to the Ballerina WebSocket packa
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]
### Fixed
- [Address netty vulnerability: CVE-2023-4586](https://github.com/ballerina-platform/ballerina-standard-library/issues/4908)

## [2.4.0] - 2022-06-30

### Added
- [Incorporate constraint validation](https://github.com/ballerina-platform/ballerina-standard-library/issues/3058)
Expand Down
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
org.gradle.caching=true
group=io.ballerina.stdlib
version=2.4.0
version=2.4.1-SNAPSHOT
ballerinaLangVersion=2201.2.0
ballerinaTomlParserVersion=1.2.2
nettyVersion=4.1.77.Final
nettyVersion=4.1.100.Final
slf4jVersion=1.7.30
puppycrawlCheckstyleVersion=8.18
unirestVersion=1.4.9
Expand All @@ -12,7 +12,7 @@ ballerinaGradlePluginVersion=0.14.1
gsonVersion=2.8.8

stdlibIoVersion=1.3.0
stdlibHttpVersion=2.4.0
stdlibHttpVersion=2.6.2-20231013-151500-b205e1d
stdlibRegexVersion=1.3.0
stdlibOsVersion=1.4.0
stdlibTimeVersion=2.2.2
Expand Down

0 comments on commit c6b97eb

Please sign in to comment.