From 4f5d5f66eb81c563c0f76e4353f6118334a8e708 Mon Sep 17 00:00:00 2001 From: MohamedSabthar Date: Fri, 13 Oct 2023 14:09:11 +0530 Subject: [PATCH] Update Netty Version --- changelog.md | 5 +++++ gradle.properties | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index e339acf7..6552e574 100644 --- a/changelog.md +++ b/changelog.md @@ -5,6 +5,11 @@ 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.5.0] - 2022-11-29 + ### Changed - [API docs updated](https://github.com/ballerina-platform/ballerina-standard-library/issues/3463) diff --git a/gradle.properties b/gradle.properties index 61b59e45..e97ab2fc 100644 --- a/gradle.properties +++ b/gradle.properties @@ -8,7 +8,7 @@ githubJohnrengelmanShadowVersion=5.2.0 checkstyleToolVersion=7.8.2 githubSpotbugsVersion=4.5.1 testngVersion=7.4.0 -nettyVersion=4.1.86.Final +nettyVersion=4.1.100.Final underCouchDownloadVersion=4.0.4 researchgateReleaseVersion=2.8.0 slf4jVersion=1.7.30