Skip to content

Commit

Permalink
Merge pull request #1370 from lnash94/u10-versions
Browse files Browse the repository at this point in the history
[master] Update jwt and http dependencies
  • Loading branch information
lnash94 authored Aug 9, 2024
2 parents d8d25c8 + 9a34599 commit 62b3d4f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ path = "../native/build/libs/websocket-native-2.12.0-SNAPSHOT.jar"
groupId = "io.ballerina.stdlib"
artifactId = "http-native"
version = "2.12.0"
path = "./lib/http-native-2.12.0-20240808-064600-7e5bc3c.jar"
path = "./lib/http-native-2.12.0-20240809-111500-91b1ccd.jar"

[[platform.java17.dependency]]
groupId = "io.ballerina.stdlib"
Expand Down
4 changes: 2 additions & 2 deletions ballerina/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,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 @@ -119,7 +119,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 @@ -13,7 +13,7 @@ gsonVersion=2.8.8

# Standard Library Dependencies
# Level 01
stdlibIoVersion=1.6.0
stdlibIoVersion=1.6.1
stdlibTimeVersion=2.4.0
stdlibUrlVersion=2.4.0

Expand All @@ -32,11 +32,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

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

0 comments on commit 62b3d4f

Please sign in to comment.