Skip to content

Commit

Permalink
Bump the Dependencies of JWT and Others for Update 10 (#1993)
Browse files Browse the repository at this point in the history
* [Automated] Update the native jar versions

* [Automated] Update the native jar versions

* Bump the dependencies for Update 10 release
  • Loading branch information
ThisaruGuruge authored Aug 9, 2024
1 parent afa5f80 commit d79bf35
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion ballerina-tests/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ version = "0.0.0"
[[package]]
org = "ballerina"
name = "jwt"
version = "3.0.0"
version = "2.13.0"
dependencies = [
{org = "ballerina", name = "cache"},
{org = "ballerina", name = "crypto"},
Expand Down
2 changes: 1 addition & 1 deletion ballerina/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,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
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@ 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
stdlibWebsocketVersion=2.12.0-20240808-111300-d8d25c8
stdlibWebsocketVersion=2.12.0-20240809-131100-62b3d4f

# Ballerinax Observer
observeVersion=1.3.0-20240807-093200-e29ca7a
Expand Down

0 comments on commit d79bf35

Please sign in to comment.