Skip to content

Commit

Permalink
Merge pull request #93 from NipunaMadhushan/update8
Browse files Browse the repository at this point in the history
Update netty codec version
  • Loading branch information
NipunaMadhushan authored Oct 12, 2023
2 parents 78c38b3 + a5cd1a4 commit 418ac8e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[package]
org = "ballerinai"
name = "observe"
version = "1.2.0"
version = "1.2.1"
distribution = "2201.8.0"

[platform.java17]
graalvmCompatible = true

[[platform.java17.dependency]]
path = "../native/build/libs/observe-internal-native-1.2.0.jar"
path = "../native/build/libs/observe-internal-native-1.2.1-SNAPSHOT.jar"
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=2.0.1
puppycrawlCheckstyleVersion=10.12.0
openTelemetryVersion=1.7.0
nettyCodecVersion=4.1.96.Final
nettyCodecVersion=4.1.100.Final
gsonVersion=2.10.1

observeVersion=1.2.0
Expand Down

0 comments on commit 418ac8e

Please sign in to comment.