Skip to content

Commit

Permalink
Merge pull request #1114 from ballerina-platform/release-1.9.1
Browse files Browse the repository at this point in the history
[Automated] Sync master after 1.9.1 release
  • Loading branch information
MohamedSabthar authored Oct 13, 2023
2 parents c74c289 + dc627e6 commit 6c5c7aa
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ graalvmCompatible = true
groupId = "io.ballerina.stdlib"
artifactId = "tcp-native"
version = "1.9.1"
path = "../native/build/libs/tcp-native-1.9.1-SNAPSHOT.jar"
path = "../native/build/libs/tcp-native-1.9.1.jar"

[[platform.java17.dependency]]
path = "../test-utils/build/libs/tcp-test-utils-1.9.1-SNAPSHOT.jar"
path = "../test-utils/build/libs/tcp-test-utils-1.9.1.jar"
scope = "testOnly"

[[platform.java17.dependency]]
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 = "tcp-plugin"
class = "io.ballerina.stdlib.tcp.compiler.TcpCompilerPlugin"

[[dependency]]
path = "../compiler-plugin/build/libs/tcp-compiler-plugin-1.9.1-SNAPSHOT.jar"
path = "../compiler-plugin/build/libs/tcp-compiler-plugin-1.9.1.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 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]

## [1.9.1] - 2023-10-12

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

## [1.9.0] - 2023-09-15

- This version maintains the latest dependency versions.
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=1.9.1-SNAPSHOT
version=1.9.2-SNAPSHOT
ballerinaLangVersion=2201.8.0
puppycrawlCheckstyleVersion=10.12.0
githubJohnrengelmanShadowVersion=8.1.1
Expand Down

0 comments on commit 6c5c7aa

Please sign in to comment.