Skip to content

Commit

Permalink
Merge pull request #947 from ayeshLK/main
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 05ec4e4 + ed233bb commit 5c3d48f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion ballerina/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
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 5c3d48f

Please sign in to comment.