Skip to content

Commit

Permalink
Merge pull request #1492 from ballerina-platform/ballerina-plugin-update
Browse files Browse the repository at this point in the history
Update Ballerina Gradle Plugin Version
  • Loading branch information
Nuvindu authored Jan 31, 2025
2 parents 183ad34 + 7f31538 commit 5aafcc3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,19 +22,19 @@ path = "../native/build/libs/websocket-native-2.13.0-SNAPSHOT.jar"
groupId = "io.ballerina.stdlib"
artifactId = "http-native"
version = "2.13.0"
path = "./lib/http-native-2.13.0-20241126-181000-6585cc5.jar"
path = "./lib/http-native-2.13.0-20250129-095000-ebfea77.jar"

[[platform.java21.dependency]]
groupId = "io.ballerina.stdlib"
artifactId = "mime-native"
version = "2.11.0"
path = "./lib/mime-native-2.11.0-20241125-094600-bbddf94.jar"
path = "./lib/mime-native-2.11.0-20250127-182500-46c9896.jar"

[[platform.java21.dependency]]
groupId = "io.ballerina.stdlib"
artifactId = "constraint-native"
version = "1.6.0"
path = "./lib/constraint-native-1.6.0-20241122-133100-98689e2.jar"
path = "./lib/constraint-native-1.6.0-20250127-170900-48ad9ae.jar"

[[platform.java21.dependency]]
groupId = "io.netty"
Expand Down
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.11.0-20241121-075100-c4c87cbc"
distribution-version = "2201.11.0-20250127-101700-a4b67fe5"

[[package]]
org = "ballerina"
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ slf4jVersion=1.7.30
puppycrawlCheckstyleVersion=10.12.0
unirestVersion=1.4.9
testngVersion=7.6.1
ballerinaGradlePluginVersion=2.0.1
ballerinaGradlePluginVersion=2.3.0
gsonVersion=2.8.8

spotbugsPluginVersion=6.0.18
Expand Down

0 comments on commit 5aafcc3

Please sign in to comment.