Skip to content

Commit

Permalink
Merge pull request #531 from rdulmina/master
Browse files Browse the repository at this point in the history
Update lang timestamp for the fix ballerina-platform/ballerina-lang#41682
  • Loading branch information
gimantha authored Jan 8, 2024
2 parents b3bfec5 + f2c1e52 commit b17b9a4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ puppycrawlCheckstyleVersion=10.12.0
group=org.ballerinalang
version=1.8.0-SNAPSHOT

ballerinaLangVersion=2201.8.0-20230908-135700-74a59dff
ballerinaLangVersion=2201.9.0-20240105-155100-b2ac9a92
stdlibIoVersion=1.6.0-20230911-134800-de06e28
stdlibConstraintVersion=1.4.0-20230911-142700-8202202
stdlibOsVersion=1.8.0-20230911-142700-b182bf4
Expand Down
4 changes: 2 additions & 2 deletions transaction-ballerina/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ modules = [
[[package]]
org = "ballerina"
name = "constraint"
version = "1.4.0"
version = "1.5.0"
dependencies = [
{org = "ballerina", name = "jballerina.java"}
]
Expand Down Expand Up @@ -64,7 +64,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "http"
version = "2.10.3"
version = "2.10.4"
dependencies = [
{org = "ballerina", name = "auth"},
{org = "ballerina", name = "cache"},
Expand Down

0 comments on commit b17b9a4

Please sign in to comment.