Skip to content

Commit

Permalink
Merge pull request #1686 from ballerina-platform/tcnative-downgrade-10.x
Browse files Browse the repository at this point in the history
[2201.10.x] Downgrade tcnative version
  • Loading branch information
TharmiganK authored Feb 14, 2025
2 parents b206a3b + 2de1a16 commit 2eb08fb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Changed

- [Downgrade netty tcnative version](https://github.com/ballerina-platform/ballerina-library/issues/7584)

## [1.12.3] - 2025-02-13

### Fixed

- [Address Netty security vulnerabilities: `CVE-2025-24970` and `CVE-2025-25193`](https://github.com/ballerina-platform/ballerina-library/issues/7571)
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ protoGoogleCommonsVersion=1.17.0
protobufJavaVersion=3.25.5
jknackHandlebarsVersion=4.0.6
nettyVersion=4.1.118.Final
nettyTcnativeVersion=2.0.70.Final
nettyTcnativeVersion=2.0.66.Final
picocliVersion=4.0.1
githubSpotbugsVersion=5.0.14
githubJohnrengelmanShadowVersion=8.1.1
Expand Down Expand Up @@ -47,7 +47,7 @@ stdlibAuthVersion=2.12.0
stdlibJwtVersion=2.13.0
stdlibOAuth2Version=2.12.0

stdlibHttpVersion=2.12.5
stdlibHttpVersion=2.12.6-20250214-071700-5812ac0

# Ballerinax Observer
observeVersion=1.3.0
Expand Down

0 comments on commit 2eb08fb

Please sign in to comment.