Skip to content

Commit

Permalink
Merge pull request #1788 from ballerina-platform/release-2.8.3
Browse files Browse the repository at this point in the history
[Automated] Sync master after 2.8.3 release
  • Loading branch information
TharmiganK committed Oct 16, 2023
2 parents b73fc00 + b5c2331 commit 2405f79
Show file tree
Hide file tree
Showing 13 changed files with 17 additions and 12 deletions.
2 changes: 1 addition & 1 deletion ballerina-tests/http-advanced-tests/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ version = "2.8.3"

[[platform.java11.dependency]]
scope = "testOnly"
path = "../../test-utils/build/libs/http-test-utils-2.8.3-SNAPSHOT.jar"
path = "../../test-utils/build/libs/http-test-utils-2.8.3.jar"
2 changes: 1 addition & 1 deletion ballerina-tests/http-client-tests/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ version = "2.8.3"

[[platform.java11.dependency]]
scope = "testOnly"
path = "../../test-utils/build/libs/http-test-utils-2.8.3-SNAPSHOT.jar"
path = "../../test-utils/build/libs/http-test-utils-2.8.3.jar"
2 changes: 1 addition & 1 deletion ballerina-tests/http-dispatching-tests/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ version = "2.8.3"

[[platform.java11.dependency]]
scope = "testOnly"
path = "../../test-utils/build/libs/http-test-utils-2.8.3-SNAPSHOT.jar"
path = "../../test-utils/build/libs/http-test-utils-2.8.3.jar"
2 changes: 1 addition & 1 deletion ballerina-tests/http-interceptor-tests/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ version = "2.8.3"

[[platform.java11.dependency]]
scope = "testOnly"
path = "../../test-utils/build/libs/http-test-utils-2.8.3-SNAPSHOT.jar"
path = "../../test-utils/build/libs/http-test-utils-2.8.3.jar"
2 changes: 1 addition & 1 deletion ballerina-tests/http-misc-tests/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ version = "2.8.3"

[[platform.java11.dependency]]
scope = "testOnly"
path = "../../test-utils/build/libs/http-test-utils-2.8.3-SNAPSHOT.jar"
path = "../../test-utils/build/libs/http-test-utils-2.8.3.jar"
2 changes: 1 addition & 1 deletion ballerina-tests/http-resiliency-tests/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ version = "2.8.3"

[[platform.java11.dependency]]
scope = "testOnly"
path = "../../test-utils/build/libs/http-test-utils-2.8.3-SNAPSHOT.jar"
path = "../../test-utils/build/libs/http-test-utils-2.8.3.jar"
2 changes: 1 addition & 1 deletion ballerina-tests/http-security-tests/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ version = "2.8.3"

[[platform.java11.dependency]]
scope = "testOnly"
path = "../../test-utils/build/libs/http-test-utils-2.8.3-SNAPSHOT.jar"
path = "../../test-utils/build/libs/http-test-utils-2.8.3.jar"
2 changes: 1 addition & 1 deletion ballerina-tests/http-service-tests/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ version = "2.8.3"

[[platform.java11.dependency]]
scope = "testOnly"
path = "../../test-utils/build/libs/http-test-utils-2.8.3-SNAPSHOT.jar"
path = "../../test-utils/build/libs/http-test-utils-2.8.3.jar"
2 changes: 1 addition & 1 deletion ballerina-tests/http2-tests/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ version = "2.8.3"

[[platform.java11.dependency]]
scope = "testOnly"
path = "../../test-utils/build/libs/http-test-utils-2.8.3-SNAPSHOT.jar"
path = "../../test-utils/build/libs/http-test-utils-2.8.3.jar"
2 changes: 1 addition & 1 deletion ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ distribution = "2201.5.0"
groupId = "io.ballerina.stdlib"
artifactId = "http-native"
version = "2.8.3"
path = "../native/build/libs/http-native-2.8.3-SNAPSHOT.jar"
path = "../native/build/libs/http-native-2.8.3.jar"

[[platform.java11.dependency]]
groupId = "io.ballerina.stdlib"
Expand Down
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 = "http-compiler-plugin"
class = "io.ballerina.stdlib.http.compiler.HttpCompilerPlugin"

[[dependency]]
path = "../compiler-plugin/build/libs/http-compiler-plugin-2.8.3-SNAPSHOT.jar"
path = "../compiler-plugin/build/libs/http-compiler-plugin-2.8.3.jar"
5 changes: 5 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.8.3] - 2023-10-13

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

## [2.8.1] - 2023-06-26

### Added
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
org.gradle.caching=true
group=io.ballerina.stdlib
version=2.8.3-SNAPSHOT
version=2.8.4-SNAPSHOT
ballerinaLangVersion=2201.5.0
ballerinaTomlParserVersion=1.2.2
commonsLang3Version=3.8.1
Expand Down

0 comments on commit 2405f79

Please sign in to comment.