Skip to content

Commit

Permalink
Merge pull request #658 from ayeshLK/master
Browse files Browse the repository at this point in the history
Update dependency versions for U10
  • Loading branch information
lnash94 authored Aug 9, 2024
2 parents 8a9e415 + 0420ad5 commit 6da2c05
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion ballerina-tests/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ scope = "testOnly"
[[package]]
org = "ballerina"
name = "jwt"
version = "3.0.0"
version = "2.13.0"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "cache"},
Expand Down
2 changes: 1 addition & 1 deletion ballerina/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,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
8 changes: 4 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ ballerinaGradlePluginVersion=2.0.1
gsonVersion=2.8.8

# Direct Dependencies
stdlibIoVersion=1.6.0
stdlibIoVersion=1.6.1
stdlibRandomVersion=1.5.0
stdlibTimeVersion=2.4.0
stdlibUrlVersion=2.4.0
stdlibCryptoVersion=2.7.2
stdlibLogVersion=2.10.0-20240807-203000-b85cfb9
stdlibMimeVersion=2.10.0-20240807-205100-2728cdc
stdlibUuidVersion=1.8.0
stdlibHttpVersion=2.12.0-20240808-064600-7e5bc3c
stdlibHttpVersion=2.12.0-20240809-111500-91b1ccd

# Transitive Dependencies

Expand All @@ -31,9 +31,9 @@ stdlibTaskVersion=2.5.0
stdlibCacheVersion=3.8.0
stdlibFileVersion=1.10.0-20240807-205900-a4d66bb

# Level 03
# Level 04
stdlibAuthVersion=2.12.0-20240807-214700-37b31bb
stdlibJwtVersion=3.0.0-20240807-214800-ea931f0
stdlibJwtVersion=2.13.0-20240809-095500-b9d03ed
stdlibOAuth2Version=2.12.0-20240807-220200-7f7294b

# Ballerinax Observe
Expand Down

0 comments on commit 6da2c05

Please sign in to comment.