diff --git a/ballerina-tests/http-advanced-tests/Ballerina.toml b/ballerina-tests/http-advanced-tests/Ballerina.toml index 79d23832ec..6b9086dbb3 100644 --- a/ballerina-tests/http-advanced-tests/Ballerina.toml +++ b/ballerina-tests/http-advanced-tests/Ballerina.toml @@ -14,4 +14,4 @@ graalvmCompatible = true [[platform.java11.dependency]] scope = "testOnly" -path = "../../test-utils/build/libs/http-test-utils-2.9.5-SNAPSHOT.jar" +path = "../../test-utils/build/libs/http-test-utils-2.9.5.jar" diff --git a/ballerina-tests/http-client-tests/Ballerina.toml b/ballerina-tests/http-client-tests/Ballerina.toml index 59bd917439..088f471d6d 100644 --- a/ballerina-tests/http-client-tests/Ballerina.toml +++ b/ballerina-tests/http-client-tests/Ballerina.toml @@ -14,4 +14,4 @@ graalvmCompatible = true [[platform.java11.dependency]] scope = "testOnly" -path = "../../test-utils/build/libs/http-test-utils-2.9.5-SNAPSHOT.jar" +path = "../../test-utils/build/libs/http-test-utils-2.9.5.jar" diff --git a/ballerina-tests/http-dispatching-tests/Ballerina.toml b/ballerina-tests/http-dispatching-tests/Ballerina.toml index 911b0f9d56..3792d526b2 100644 --- a/ballerina-tests/http-dispatching-tests/Ballerina.toml +++ b/ballerina-tests/http-dispatching-tests/Ballerina.toml @@ -14,4 +14,4 @@ graalvmCompatible = true [[platform.java11.dependency]] scope = "testOnly" -path = "../../test-utils/build/libs/http-test-utils-2.9.5-SNAPSHOT.jar" +path = "../../test-utils/build/libs/http-test-utils-2.9.5.jar" diff --git a/ballerina-tests/http-interceptor-tests/Ballerina.toml b/ballerina-tests/http-interceptor-tests/Ballerina.toml index 785751bdbf..27d60daaa8 100644 --- a/ballerina-tests/http-interceptor-tests/Ballerina.toml +++ b/ballerina-tests/http-interceptor-tests/Ballerina.toml @@ -14,4 +14,4 @@ graalvmCompatible = true [[platform.java11.dependency]] scope = "testOnly" -path = "../../test-utils/build/libs/http-test-utils-2.9.5-SNAPSHOT.jar" +path = "../../test-utils/build/libs/http-test-utils-2.9.5.jar" diff --git a/ballerina-tests/http-misc-tests/Ballerina.toml b/ballerina-tests/http-misc-tests/Ballerina.toml index e493640cf7..970b11861d 100644 --- a/ballerina-tests/http-misc-tests/Ballerina.toml +++ b/ballerina-tests/http-misc-tests/Ballerina.toml @@ -14,4 +14,4 @@ graalvmCompatible = true [[platform.java11.dependency]] scope = "testOnly" -path = "../../test-utils/build/libs/http-test-utils-2.9.5-SNAPSHOT.jar" +path = "../../test-utils/build/libs/http-test-utils-2.9.5.jar" diff --git a/ballerina-tests/http-resiliency-tests/Ballerina.toml b/ballerina-tests/http-resiliency-tests/Ballerina.toml index a86d6e722f..3016769a80 100644 --- a/ballerina-tests/http-resiliency-tests/Ballerina.toml +++ b/ballerina-tests/http-resiliency-tests/Ballerina.toml @@ -14,4 +14,4 @@ graalvmCompatible = true [[platform.java11.dependency]] scope = "testOnly" -path = "../../test-utils/build/libs/http-test-utils-2.9.5-SNAPSHOT.jar" +path = "../../test-utils/build/libs/http-test-utils-2.9.5.jar" diff --git a/ballerina-tests/http-security-tests/Ballerina.toml b/ballerina-tests/http-security-tests/Ballerina.toml index e60a9bbfdc..86a16ebb34 100644 --- a/ballerina-tests/http-security-tests/Ballerina.toml +++ b/ballerina-tests/http-security-tests/Ballerina.toml @@ -14,4 +14,4 @@ graalvmCompatible = true [[platform.java11.dependency]] scope = "testOnly" -path = "../../test-utils/build/libs/http-test-utils-2.9.5-SNAPSHOT.jar" +path = "../../test-utils/build/libs/http-test-utils-2.9.5.jar" diff --git a/ballerina-tests/http-service-tests/Ballerina.toml b/ballerina-tests/http-service-tests/Ballerina.toml index 672ab097f7..330cfa7a40 100644 --- a/ballerina-tests/http-service-tests/Ballerina.toml +++ b/ballerina-tests/http-service-tests/Ballerina.toml @@ -14,4 +14,4 @@ graalvmCompatible = true [[platform.java11.dependency]] scope = "testOnly" -path = "../../test-utils/build/libs/http-test-utils-2.9.5-SNAPSHOT.jar" +path = "../../test-utils/build/libs/http-test-utils-2.9.5.jar" diff --git a/ballerina-tests/http2-tests/Ballerina.toml b/ballerina-tests/http2-tests/Ballerina.toml index 508af01370..639160e72b 100644 --- a/ballerina-tests/http2-tests/Ballerina.toml +++ b/ballerina-tests/http2-tests/Ballerina.toml @@ -14,4 +14,4 @@ graalvmCompatible = true [[platform.java11.dependency]] scope = "testOnly" -path = "../../test-utils/build/libs/http-test-utils-2.9.5-SNAPSHOT.jar" +path = "../../test-utils/build/libs/http-test-utils-2.9.5.jar" diff --git a/ballerina/Ballerina.toml b/ballerina/Ballerina.toml index c68a45f754..11509fae40 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -17,7 +17,7 @@ graalvmCompatible = true groupId = "io.ballerina.stdlib" artifactId = "http-native" version = "2.9.5" -path = "../native/build/libs/http-native-2.9.5-SNAPSHOT.jar" +path = "../native/build/libs/http-native-2.9.5.jar" [[platform.java11.dependency]] groupId = "io.ballerina.stdlib" diff --git a/ballerina/CompilerPlugin.toml b/ballerina/CompilerPlugin.toml index 3e757b8007..8373a6e006 100644 --- a/ballerina/CompilerPlugin.toml +++ b/ballerina/CompilerPlugin.toml @@ -3,4 +3,4 @@ id = "http-compiler-plugin" class = "io.ballerina.stdlib.http.compiler.HttpCompilerPlugin" [[dependency]] -path = "../compiler-plugin/build/libs/http-compiler-plugin-2.9.5-SNAPSHOT.jar" +path = "../compiler-plugin/build/libs/http-compiler-plugin-2.9.5.jar" diff --git a/changelog.md b/changelog.md index 67422a4957..bc1e7e1876 100644 --- a/changelog.md +++ b/changelog.md @@ -5,6 +5,11 @@ 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). +## [2.9.5] - 2023-10-13 + +### Fixed +- [Address CVE-2023-4586 netty Vulnerability](https://github.com/ballerina-platform/ballerina-standard-library/issues/4908) + ## [2.9.4] - 2023-09-27 ### Fixed diff --git a/gradle.properties b/gradle.properties index 5aee72fd5c..6603514f32 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ org.gradle.caching=true group=io.ballerina.stdlib -version=2.9.5-SNAPSHOT +version=2.9.6-SNAPSHOT ballerinaLangVersion= 2201.7.0 ballerinaTomlParserVersion=1.2.2 commonsLang3Version=3.8.1