Skip to content

Commit

Permalink
[Automated] Update the native jar versions
Browse files Browse the repository at this point in the history
  • Loading branch information
MohamedSabthar committed Dec 16, 2024
1 parent b03945c commit bb61c48
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ path = "../native/build/libs/websocket-native-2.10.3-SNAPSHOT.jar"
[[platform.java17.dependency]]
groupId = "io.ballerina.stdlib"
artifactId = "http-native"
version = "2.10.18"
path = "./lib/http-native-2.10.18.jar"
version = "2.10.13"
path = "./lib/http-native-2.10.13.jar"

[[platform.java17.dependency]]
groupId = "io.ballerina.stdlib"
Expand All @@ -33,8 +33,8 @@ path = "./lib/mime-native-2.9.0.jar"
[[platform.java17.dependency]]
groupId = "io.ballerina.stdlib"
artifactId = "constraint-native"
version = "1.5.0"
path = "./lib/constraint-native-1.5.0.jar"
version = "1.4.0"
path = "./lib/constraint-native-1.4.0.jar"

[[platform.java17.dependency]]
groupId = "io.netty"
Expand Down

0 comments on commit bb61c48

Please sign in to comment.