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 Jul 16, 2024
1 parent e176ce4 commit 57d9281
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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 = "mime"
version = "2.9.1"
version = "2.10.0"
authors = ["Ballerina"]
keywords = ["mime", "multipart", "entity"]
repository = "https://github.com/ballerina-platform/module-ballerina-mime"
Expand All @@ -15,11 +15,11 @@ graalvmCompatible = true
[[platform.java17.dependency]]
groupId = "io.ballerina.stdlib"
artifactId = "mime-native"
version = "2.9.1"
path = "../native/build/libs/mime-native-2.9.1-SNAPSHOT.jar"
version = "2.10.0"
path = "../native/build/libs/mime-native-2.10.0-SNAPSHOT.jar"

[[platform.java17.dependency]]
path = "../test-utils/build/libs/mime-test-utils-2.9.1-SNAPSHOT.jar"
path = "../test-utils/build/libs/mime-test-utils-2.10.0-SNAPSHOT.jar"
scope = "testOnly"

[[platform.java17.dependency]]
Expand Down
2 changes: 1 addition & 1 deletion ballerina/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ modules = [
[[package]]
org = "ballerina"
name = "mime"
version = "2.9.1"
version = "2.10.0"
dependencies = [
{org = "ballerina", name = "io"},
{org = "ballerina", name = "jballerina.java"},
Expand Down

0 comments on commit 57d9281

Please sign in to comment.