Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[AUTO MERGE] Update Dependencies (Ballerina Lang : 2201.9.0-20240419-152500-bd530dd2) #1691

Merged
merged 1 commit into from
Apr 20, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 11 additions & 11 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ version=1.9.0-SNAPSHOT
clientNativeVersion=1.0.0-SNAPSHOT

#dependency
ballerinaLangVersion=2201.9.0-20240418-134100-a0610c90
ballerinaLangVersion=2201.9.0-20240419-152500-bd530dd2
testngVersion=7.6.1
slf4jVersion=1.7.30
org.gradle.jvmargs=-Xmx4096M -Dfile.encoding=UTF-8
Expand All @@ -27,7 +27,7 @@ stdlibXmldataVersion=2.7.0

# Stdlib Level 02
stdlibConstraintVersion=1.5.0
stdlibCryptoVersion=2.7.0-20240410-140300-72e9adb
stdlibCryptoVersion=2.7.0-20240419-184200-7bc2693
stdlibLogVersion=2.9.0
stdlibOsVersion=1.8.0
stdlibTaskVersion=2.5.0
Expand All @@ -36,23 +36,23 @@ stdlibTaskVersion=2.5.0
stdlibCacheVersion=3.8.0-20240409-101100-e2d7f4e
stdlibFileVersion=1.9.0
stdlibMimeVersion=2.9.0
stdlibUuidVersion=1.8.0-20240410-145100-af1ecf4
stdlibUuidVersion=1.8.0-20240419-205800-699c1b6

# Stdlib Level 04
stdlibAuthVersion=2.11.0-20240410-152000-921da1b
stdlibJwtVersion=2.11.0-20240410-151900-e59bad3
stdlibOAuth2Version=2.11.0-20240410-152000-5b650e4
stdlibAuthVersion=2.11.0-20240419-212200-83c312b
stdlibJwtVersion=2.11.0-20240419-212200-853ba89
stdlibOAuth2Version=2.11.0-20240419-212300-79a26ae

# Stdlib Level 05
stdlibHttpVersion=2.11.0-20240419-160900-d07fa66
stdlibHttpVersion=2.11.0-20240419-221600-aa2f91a

# Stdlib Level 06
stdlibGrpcVersion=1.11.0-20240410-172500-b48998b
stdlibWebsocketVersion=2.11.0-20240410-173300-a8abbdf
stdlibWebsubVersion=2.11.0-20240410-194100-a032df4
stdlibGrpcVersion=1.11.0-20240419-232400-1d637b4
stdlibWebsocketVersion=2.11.0-20240419-233300-6085b97
stdlibWebsubVersion=2.11.0-20240420-020300-5c5c52e

# Stdlib Level 07
stdlibGraphqlVersion=1.12.0-20240410-210000-f6ca9b0
stdlibGraphqlVersion=1.12.0-20240420-061500-c53712e

# Ballerinax Observer
observeVersion=1.2.3-20240408-194900-a0e331f
Expand Down
Loading