Skip to content

Commit

Permalink
Merge pull request #1115 from MohamedSabthar/patch-2201.7.x
Browse files Browse the repository at this point in the history
Update version to snapshot version
  • Loading branch information
MohamedSabthar authored Oct 12, 2023
2 parents 9ff3b9a + e73475c commit cba212b
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 8 deletions.
8 changes: 4 additions & 4 deletions ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
org = "ballerina"
name = "tcp"
version = "1.8.0"
version = "1.8.1"
authors = ["Ballerina"]
keywords = ["network", "socket", "service", "client"]
repository = "https://github.com/ballerina-platform/module-ballerina-tcp"
Expand All @@ -15,11 +15,11 @@ graalvmCompatible = true
[[platform.java11.dependency]]
groupId = "io.ballerina.stdlib"
artifactId = "tcp-native"
version = "1.8.0"
path = "../native/build/libs/tcp-native-1.8.0.jar"
version = "1.8.1"
path = "../native/build/libs/tcp-native-1.8.1-SNAPSHOT.jar"

[[platform.java11.dependency]]
path = "../test-utils/build/libs/tcp-test-utils-1.8.0.jar"
path = "../test-utils/build/libs/tcp-test-utils-1.8.1-SNAPSHOT.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 = "tcp-plugin"
class = "io.ballerina.stdlib.tcp.compiler.TcpCompilerPlugin"

[[dependency]]
path = "../compiler-plugin/build/libs/tcp-compiler-plugin-1.8.0.jar"
path = "../compiler-plugin/build/libs/tcp-compiler-plugin-1.8.1-SNAPSHOT.jar"
2 changes: 1 addition & 1 deletion ballerina/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "tcp"
version = "1.8.0"
version = "1.8.1"
dependencies = [
{org = "ballerina", name = "crypto"},
{org = "ballerina", name = "io"},
Expand Down
2 changes: 1 addition & 1 deletion changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
### Fixed
- [Address netty vulnerability: CVE-2023-4586](https://github.com/ballerina-platform/ballerina-standard-library/issues/4908)

## [2.3.1] - 2023-06-01
## [1.7.1] - 2023-06-01

- This version maintains the latest dependency versions.

Expand Down
4 changes: 4 additions & 0 deletions examples/http-client-server/server/Dependencies.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[[dependency]]
org = "ballerina"
name = "tcp"
version = "1.8.1"
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.8.0
version=1.8.1-SNAPSHOT
ballerinaLangVersion= 2201.7.0
puppycrawlCheckstyleVersion=8.18
githubJohnrengelmanShadowVersion=5.2.0
Expand Down

0 comments on commit cba212b

Please sign in to comment.