Skip to content

Commit

Permalink
Merge pull request #728 from daneshk/master
Browse files Browse the repository at this point in the history
Update JWT and HTTP versions
  • Loading branch information
daneshk authored Aug 9, 2024
2 parents c6639dd + 7834d5a commit 0689c89
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ballerina/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ modules = [
[[package]]
org = "ballerina"
name = "jwt"
version = "3.0.0"
version = "2.13.0"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "cache"},
Expand Down
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@ stdlibUuidVersion=1.8.0

# 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

# Level 05
stdlibHttpVersion=2.12.0-20240808-064600-7e5bc3c
stdlibHttpVersion=2.12.0-20240809-111500-91b1ccd

# Level 06
stdlibTransactionVersion=1.10.0-20240808-113100-f651aee
stdlibTransactionVersion=1.10.0-20240809-131000-44ec1bf

0 comments on commit 0689c89

Please sign in to comment.