Skip to content

Commit

Permalink
Merge pull request #934 from MohamedSabthar/2201.2.x
Browse files Browse the repository at this point in the history
Update netty version
  • Loading branch information
MohamedSabthar authored Oct 20, 2023
2 parents 472b47a + c141ee9 commit 752b541
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 16 deletions.
18 changes: 9 additions & 9 deletions ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
org = "ballerina"
name = "udp"
version = "1.4.0"
version = "1.4.1"
authors = ["Ballerina"]
keywords = ["UDP", "datagram", "transport"]
repository = "https://github.com/ballerina-platform/module-ballerina-udp"
Expand All @@ -12,24 +12,24 @@ distribution = "2201.2.0"
[[platform.java11.dependency]]
groupId = "io.ballerina.stdlib"
artifactId = "udp-native"
version = "1.4.0"
path = "../native/build/libs/udp-native-1.4.0.jar"
version = "1.4.1"
path = "../native/build/libs/udp-native-1.4.1-SNAPSHOT.jar"

[[platform.java11.dependency]]
path = "../test-utils/build/libs/udp-test-utils-1.4.0.jar"
path = "../test-utils/build/libs/udp-test-utils-1.4.1-SNAPSHOT.jar"
scope = "testOnly"

[[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-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-common-4.1.77.Final.jar"
path = "./lib/netty-common-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"
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 = "udp-plugin"
class = "io.ballerina.stdlib.udp.compiler.UdpCompilerPlugin"

[[dependency]]
path = "../compiler-plugin/build/libs/udp-compiler-plugin-1.4.0.jar"
path = "../compiler-plugin/build/libs/udp-compiler-plugin-1.4.1-SNAPSHOT.jar"
8 changes: 4 additions & 4 deletions ballerina/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies-toml-version = "2"
[[package]]
org = "ballerina"
name = "io"
version = "1.3.0"
version = "1.3.1"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "jballerina.java"},
Expand Down Expand Up @@ -39,7 +39,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "log"
version = "2.4.0"
version = "2.4.1"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "io"},
Expand All @@ -54,7 +54,7 @@ modules = [
[[package]]
org = "ballerina"
name = "observe"
version = "1.0.5"
version = "1.0.6"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "jballerina.java"}
Expand All @@ -75,7 +75,7 @@ modules = [
[[package]]
org = "ballerina"
name = "udp"
version = "1.4.0"
version = "1.4.1"
dependencies = [
{org = "ballerina", name = "io"},
{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,5 +5,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]

### Fixed
- [Address netty vulnerability: CVE-2023-4586](https://github.com/ballerina-platform/ballerina-standard-library/issues/4908)

## [1.1.0] - 2021-12-14

### Changed
- [[#2398]Mark Service type as distinct](https://github.com/ballerina-platform/ballerina-standard-library/issues/2398)
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
org.gradle.caching=true
group=io.ballerina.stdlib
version=1.4.0
version=1.4.1-SNAPSHOT
ballerinaLangVersion=2201.2.0

puppycrawlCheckstyleVersion=8.18
githubJohnrengelmanShadowVersion=5.2.0
checkstyleToolVersion=7.8.2
githubSpotbugsVersion=4.5.1
testngVersion=7.4.0
nettyVersion=4.1.77.Final
nettyVersion=4.1.100.Final
underCouchDownloadVersion=4.0.4
researchgateReleaseVersion=2.8.0
slf4jVersion=1.7.30
Expand Down

0 comments on commit 752b541

Please sign in to comment.