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

Update dependency versions #65

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
18 changes: 9 additions & 9 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ testngVersion=7.6.1
gsonVersion=2.10
ballerinaGradlePluginVersion=2.0.1

ballerinaLangVersion=2201.9.0-20240405-165800-4b163f78
ballerinaLangVersion=2201.9.0-20240419-152500-bd530dd2

# Direct Dependencies

Expand All @@ -28,10 +28,10 @@ stdlibOsVersion=1.8.0
stdlibFileVersion=1.9.0

# Level 05
stdlibHttpVersion=2.11.0-20240410-121300-ae1095d
stdlibHttpVersion=2.11.0-20240419-221600-aa2f91a

# Level 08
stdlibPersistVersion=1.3.0-20240409-100100-594c874
stdlibPersistVersion=1.3.0-20240419-184000-8f2bc69

# Ballerinax Observer
observeVersion=1.2.3-20240408-194900-a0e331f
Expand All @@ -42,21 +42,21 @@ observeInternalVersion=1.2.2-20240408-195500-1436319
stdlibConstraintVersion=1.5.0

#Level 02
stdlibCryptoVersion=2.7.0-20240410-115200-2ae9fd5
stdlibCryptoVersion=2.7.0-20240419-184200-7bc2693
stdlibTaskVersion=2.5.0

# Level 03
stdlibCacheVersion=3.8.0-20240409-101100-e2d7f4e
stdlibMimeVersion=2.9.0
stdlibUuidVersion=1.8.0-20240410-125400-bbe7ac5
stdlibUuidVersion=1.8.0-20240419-205800-699c1b6

# Level 04
stdlibAuthVersion=2.11.0-20240410-121600-c514b62
stdlibJwtVersion=2.11.0-20240410-124800-1a4eb44
stdlibOAuth2Version=2.11.0-20240410-121700-502990d
stdlibAuthVersion=2.11.0-20240419-212200-83c312b
stdlibJwtVersion=2.11.0-20240419-212200-853ba89
stdlibOAuth2Version=2.11.0-20240419-212300-79a26ae

# Level 06
stdlibTransactionVersion=1.9.0-20240410-104900-57aec29
stdlibTransactionVersion=1.9.0-20240420-020300-e5fd3f0

# Connectors
googleSheetsConnector=3.5.0
Expand Down
Loading