Skip to content

Commit

Permalink
Merge pull request #558 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 9, 2024
2 parents f651aee + b23b1e4 commit 44ec1bf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ group=org.ballerinalang
version=1.10.0-SNAPSHOT

ballerinaLangVersion=2201.10.0-20240806-083400-aabac46a
stdlibIoVersion=1.6.0
stdlibIoVersion=1.6.1
stdlibConstraintVersion=1.5.0
stdlibOsVersion=1.8.0
stdlibUuidVersion=1.8.0
stdlibHttpVersion=2.12.0-20240808-064600-7e5bc3c
stdlibHttpVersion=2.12.0-20240809-111500-91b1ccd
stdlibUrlVersion=2.4.0
stdlibLogVersion=2.10.0-20240807-203000-b85cfb9
stdlibTimeVersion=2.4.0
Expand All @@ -18,7 +18,7 @@ stdlibCacheVersion=3.8.0
stdlibCryptoVersion=2.7.2
stdlibFileVersion=1.10.0-20240807-205900-a4d66bb
stdlibTaskVersion=2.5.0
stdlibJwtVersion=3.0.0-20240807-214800-ea931f0
stdlibJwtVersion=2.13.0-20240809-095500-b9d03ed
stdlibOAuth2Version=2.12.0-20240807-220200-7f7294b

observeVersion=1.3.0-20240807-093200-e29ca7a
Expand Down
4 changes: 2 additions & 2 deletions transaction-ballerina/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ modules = [
[[package]]
org = "ballerina"
name = "io"
version = "1.6.0"
version = "1.6.1"
dependencies = [
{org = "ballerina", name = "jballerina.java"},
{org = "ballerina", name = "lang.value"}
Expand All @@ -116,7 +116,7 @@ modules = [
[[package]]
org = "ballerina"
name = "jwt"
version = "3.0.0"
version = "2.13.0"
dependencies = [
{org = "ballerina", name = "cache"},
{org = "ballerina", name = "crypto"},
Expand Down

0 comments on commit 44ec1bf

Please sign in to comment.