Skip to content

Commit

Permalink
Merge pull request #1619 from ballerina-platform/update-versions-new
Browse files Browse the repository at this point in the history
Update dependency versions
  • Loading branch information
TharmiganK committed Aug 9, 2024
2 parents 1675dfb + e37aa91 commit 0b4a6a7
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 @@ -35,7 +35,7 @@ scope = "testOnly"
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.netty"
Expand Down
4 changes: 2 additions & 2 deletions ballerina/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,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 @@ -144,7 +144,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 @@ -26,7 +26,7 @@ bouncycastleVersion=1.78
wso2CommonsPoolVersion=1.5.6.wso2v1

#stdlib dependencies
stdlibIoVersion=1.6.0
stdlibIoVersion=1.6.1
stdlibTimeVersion=2.4.0
stdlibUrlVersion=2.4.0

Expand All @@ -44,10 +44,10 @@ stdlibMimeVersion=2.10.0-20240807-205100-2728cdc
stdlibUuidVersion=1.8.0

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

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 0b4a6a7

Please sign in to comment.