Skip to content

Commit

Permalink
Merge pull request #868 from ballerina-platform/release-1.8.0
Browse files Browse the repository at this point in the history
[Automated] Sync main after 1.8.0 release
  • Loading branch information
MohamedSabthar committed Jul 10, 2023
2 parents e5ccb93 + 377005f commit 8059309
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 10 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 = "udp-native"
version = "1.8.0"
path = "../native/build/libs/udp-native-1.8.0-SNAPSHOT.jar"
path = "../native/build/libs/udp-native-1.8.0.jar"

[[platform.java11.dependency]]
path = "../test-utils/build/libs/udp-test-utils-1.8.0-SNAPSHOT.jar"
path = "../test-utils/build/libs/udp-test-utils-1.8.0.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.8.0-SNAPSHOT.jar"
path = "../compiler-plugin/build/libs/udp-compiler-plugin-1.8.0.jar"
2 changes: 1 addition & 1 deletion ballerina/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

[ballerina]
dependencies-toml-version = "2"
distribution-version = "2201.7.0-20230619-175900-bb4e4544"
distribution-version = "2201.7.0"

[[package]]
org = "ballerina"
Expand Down
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.8.0] - 2023-06-30

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

## [1.7.1] - 2023-06-01

- This version maintains the latest dependency versions.
Expand Down
12 changes: 6 additions & 6 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
org.gradle.caching=true
group=io.ballerina.stdlib
version=1.8.0-SNAPSHOT
ballerinaLangVersion= 2201.7.0-20230622-064700-4a2dc6dd
version=1.8.1-SNAPSHOT
ballerinaLangVersion= 2201.7.0

puppycrawlCheckstyleVersion=8.18
githubJohnrengelmanShadowVersion=5.2.0
Expand All @@ -16,7 +16,7 @@ ballerinaGradlePluginVersion=1.1.0
gsonVersion=2.8.8

# Dependencies
stdlibIoVersion=1.5.0-20230622-110500-8523dfe
stdlibLogVersion=2.8.0-20230622-125300-797c7fe
observeVersion=1.1.0-20230622-105700-f92eb77
observeInternalVersion=1.1.0-20230622-114200-c6b7282
stdlibIoVersion=1.5.0
stdlibLogVersion=2.8.0
observeVersion=1.1.0
observeInternalVersion=1.1.0

0 comments on commit 8059309

Please sign in to comment.