Skip to content

Commit

Permalink
Merge pull request #1423 from ballerina-platform/release-1.11.2
Browse files Browse the repository at this point in the history
[Automated] Sync 2201.10.x after 1.11.2 release
  • Loading branch information
DimuthuMadushan authored Nov 19, 2024
2 parents 65b623b + 71d2252 commit 36c0b69
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 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.11.2"
path = "../native/build/libs/tcp-native-1.11.2-SNAPSHOT.jar"
path = "../native/build/libs/tcp-native-1.11.2.jar"

[[platform.java17.dependency]]
path = "../test-utils/build/libs/tcp-test-utils-1.11.2-SNAPSHOT.jar"
path = "../test-utils/build/libs/tcp-test-utils-1.11.2.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.11.2-SNAPSHOT.jar"
path = "../compiler-plugin/build/libs/tcp-compiler-plugin-1.11.2.jar"
2 changes: 1 addition & 1 deletion ballerina/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ modules = [
[[package]]
org = "ballerina"
name = "time"
version = "2.4.1"
version = "2.4.0"
dependencies = [
{org = "ballerina", name = "jballerina.java"}
]
Expand Down
2 changes: 1 addition & 1 deletion changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ This file contains all the notable changes done to the Ballerina TCP package thr

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]
## [1.11.2] - 2024-11-19

### Fixed
- [Address CVE-2024-7254 Protobuf Vulnerability](https://github.com/ballerina-platform/ballerina-library/issues/7013#event-14332816771)
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.11.2-SNAPSHOT
version=1.11.3-SNAPSHOT
ballerinaLangVersion=2201.10.0
puppycrawlCheckstyleVersion=10.12.0
githubJohnrengelmanShadowVersion=8.1.1
Expand Down

0 comments on commit 36c0b69

Please sign in to comment.