Skip to content

Commit

Permalink
Merge pull request #826 from ballerina-platform/update-versions
Browse files Browse the repository at this point in the history
Update dependency versions
  • Loading branch information
TharmiganK authored Aug 7, 2024
2 parents 32b99b1 + f6347eb commit 06a3fe5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions ballerina/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "log"
version = "2.9.0"
version = "2.10.0"
dependencies = [
{org = "ballerina", name = "io"},
{org = "ballerina", name = "jballerina.java"},
Expand All @@ -147,7 +147,8 @@ version = "2.10.0"
dependencies = [
{org = "ballerina", name = "io"},
{org = "ballerina", name = "jballerina.java"},
{org = "ballerina", name = "lang.int"}
{org = "ballerina", name = "lang.int"},
{org = "ballerina", name = "log"}
]
modules = [
{org = "ballerina", packageName = "mime", moduleName = "mime"}
Expand Down
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ ballerinaGradlePluginVersion=2.0.1

ballerinaLangVersion=2201.10.0-20240806-083400-aabac46a
stdlibTaskVersion=2.5.0
stdlibMimeVersion=2.10.0-20240807-095900-dac5209
stdlibFileVersion=1.9.0
stdlibMimeVersion=2.10.0-20240807-205100-2728cdc
stdlibFileVersion=1.10.0-20240807-205900-a4d66bb
stdlibTimeVersion=2.4.0
stdlibLogVersion=2.9.0
stdlibLogVersion=2.10.0-20240807-203000-b85cfb9
stdlibOsVersion=1.8.0
stdlibIoVersion=1.6.0
observeVersion=1.3.0-20240807-093200-e29ca7a
Expand Down

0 comments on commit 06a3fe5

Please sign in to comment.