Skip to content

Commit

Permalink
Merge pull request #920 from ballerina-platform/release-1.7.3
Browse files Browse the repository at this point in the history
[Automated] Sync main after 1.7.3 release
  • Loading branch information
MohamedSabthar authored Oct 13, 2023
2 parents 855eb0b + 42d4378 commit 567d532
Show file tree
Hide file tree
Showing 4 changed files with 6 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 @@ -13,10 +13,10 @@ distribution = "2201.5.0"
groupId = "io.ballerina.stdlib"
artifactId = "udp-native"
version = "1.7.3"
path = "../native/build/libs/udp-native-1.7.3-SNAPSHOT.jar"
path = "../native/build/libs/udp-native-1.7.3.jar"

[[platform.java11.dependency]]
path = "../test-utils/build/libs/udp-test-utils-1.7.3-SNAPSHOT.jar"
path = "../test-utils/build/libs/udp-test-utils-1.7.3.jar"
scope = "testOnly"

[[platform.java11.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 = "udp-plugin"
class = "io.ballerina.stdlib.udp.compiler.UdpCompilerPlugin"

[[dependency]]
path = "../compiler-plugin/build/libs/udp-compiler-plugin-1.7.3-SNAPSHOT.jar"
path = "../compiler-plugin/build/libs/udp-compiler-plugin-1.7.3.jar"
2 changes: 2 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]

## [1.7.3] - 2023-10-13

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

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.7.3-SNAPSHOT
version=1.7.4-SNAPSHOT
ballerinaLangVersion=2201.5.0

puppycrawlCheckstyleVersion=8.18
Expand Down

0 comments on commit 567d532

Please sign in to comment.