Skip to content

Commit

Permalink
Merge pull request #75 from ballerina-platform/u12
Browse files Browse the repository at this point in the history
Update library timestamp dependencies
  • Loading branch information
TharmiganK authored Mar 5, 2025
2 parents 01032a8 + e8a2901 commit 23e3c81
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 18 deletions.
12 changes: 6 additions & 6 deletions ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[package]
org = "ballerina"
name = "data.jsondata"
version = "1.0.1"
version = "1.1.0"
authors = ["Ballerina"]
keywords = ["json", "json path", "json-transform", "json transform", "json to json", "json-convert", "json convert"]
repository = "https://github.com/ballerina-platform/module-ballerina-data.jsondata"
license = ["Apache-2.0"]
distribution = "2201.11.0"
distribution = "2201.12.0"
export = ["data.jsondata"]

[platform.java21]
Expand All @@ -15,8 +15,8 @@ graalvmCompatible = true
[[platform.java21.dependency]]
groupId = "io.ballerina.lib"
artifactId = "jsondata-native"
version = "1.0.1"
path = "../native/build/libs/data.jsondata-native-1.0.1-SNAPSHOT.jar"
version = "1.1.0"
path = "../native/build/libs/data.jsondata-native-1.1.0-SNAPSHOT.jar"

[[platform.java21.dependency]]
path = "./lib/json-path-2.9.0.jar"
Expand All @@ -39,5 +39,5 @@ version = "2.4.7"
[[platform.java21.dependency]]
groupId = "io.ballerina.stdlib"
artifactId = "constraint-native"
version = "1.6.0"
path = "./lib/constraint-native-1.6.0.jar"
version = "1.7.0"
path = "./lib/constraint-native-1.7.0-20250305-165400-52275bd.jar"
2 changes: 1 addition & 1 deletion ballerina/CompilerPlugin.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ id = "constraint-compiler-plugin"
class = "io.ballerina.lib.data.jsondata.compiler.JsondataCompilerPlugin"

[[dependency]]
path = "../compiler-plugin/build/libs/data.jsondata-compiler-plugin-1.0.1-SNAPSHOT.jar"
path = "../compiler-plugin/build/libs/data.jsondata-compiler-plugin-1.1.0-SNAPSHOT.jar"
12 changes: 6 additions & 6 deletions ballerina/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ distribution-version = "2201.12.0-20250228-201300-8d411a0f"
[[package]]
org = "ballerina"
name = "constraint"
version = "1.6.0"
version = "1.7.0"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "jballerina.java"}
Expand All @@ -22,7 +22,7 @@ modules = [
[[package]]
org = "ballerina"
name = "data.jsondata"
version = "1.0.1"
version = "1.1.0"
dependencies = [
{org = "ballerina", name = "constraint"},
{org = "ballerina", name = "file"},
Expand All @@ -42,7 +42,7 @@ modules = [
[[package]]
org = "ballerina"
name = "file"
version = "1.11.0"
version = "1.12.0"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "io"},
Expand All @@ -57,7 +57,7 @@ modules = [
[[package]]
org = "ballerina"
name = "io"
version = "1.7.0"
version = "1.8.0"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "jballerina.java"},
Expand Down Expand Up @@ -153,7 +153,7 @@ modules = [
[[package]]
org = "ballerina"
name = "os"
version = "1.9.0"
version = "1.10.0"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "io"},
Expand All @@ -177,7 +177,7 @@ modules = [
[[package]]
org = "ballerina"
name = "time"
version = "2.6.0"
version = "2.7.0"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "jballerina.java"}
Expand Down
10 changes: 5 additions & 5 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ javaJsonPathVersion=2.9.0
javaJsonSmartVersion=2.4.11
javaAccessorsSmartVersion=2.4.7

stdlibFileVersion=1.11.0
stdlibIoVersion=1.7.0
stdlibOsVersion=1.9.0
stdlibTimeVersion=2.6.0
stdlibConstraintVersion=1.6.0
stdlibFileVersion=1.12.0-20250305-172800-e9a08f6
stdlibIoVersion=1.8.0-20250304-133300-967a7a4
stdlibOsVersion=1.10.0-20250305-165700-ad282f0
stdlibTimeVersion=2.7.0-20250304-133100-009bfd7
stdlibConstraintVersion=1.7.0-20250305-165400-52275bd

0 comments on commit 23e3c81

Please sign in to comment.