diff --git a/.trivyignore b/.trivyignore deleted file mode 100644 index 8a6b5091c..000000000 --- a/.trivyignore +++ /dev/null @@ -1 +0,0 @@ -CVE-2024-47535 diff --git a/changelog.md b/changelog.md index ab92f6910..68aa6f39f 100644 --- a/changelog.md +++ b/changelog.md @@ -5,6 +5,12 @@ This file contains all the notable changes done to the Ballerina HTTP 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] + +### Fixed + +- [Update netty version](https://github.com/ballerina-platform/ballerina-library/issues/7358) + ## [2.10.18] - 2024-12-10 ### Added diff --git a/gradle.properties b/gradle.properties index 6dc8258bd..e770b9b27 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,7 +4,7 @@ version=2.10.19-SNAPSHOT ballerinaLangVersion=2201.8.0 ballerinaTomlParserVersion=1.2.2 commonsLang3Version=3.12.0 -nettyVersion=4.1.108.Final +nettyVersion=4.1.115.Final nettyTcnativeVersion=2.0.65.Final bouncycastleVersion=1.78 slf4jVersion=1.7.30