Skip to content

Commit

Permalink
Merge pull request #96 from NipunaMadhushan/1.1.x-update-netty
Browse files Browse the repository at this point in the history
[1.1.x] Update netty version
  • Loading branch information
NipunaMadhushan authored Oct 16, 2023
2 parents 80aa62c + 3e15781 commit 5805a71
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ ballerinaTomlParserVersion=1.2.2
ballerinaGradlePluginVersion=0.14.2
puppycrawlCheckstyleVersion=8.18
openTelemetryVersion=1.7.0
nettyCodecVersion=4.1.77.Final
nettyCodecVersion=4.1.100.Final
gsonVersion=2.8.8

observeVersion=1.1.0
Expand Down
2 changes: 1 addition & 1 deletion testobserve/ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ name = "testobserve"
version = "0.0.0"

[[platform.java11.dependency]]
path = "../native/build/libs/testobserve-native-1.1.0-all.jar"
path = "../native/build/libs/testobserve-native-1.1.1-SNAPSHOT-all.jar"

0 comments on commit 5805a71

Please sign in to comment.