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

Prepare u11 release #1313

Merged
merged 5 commits into from
Feb 10, 2025
Merged
Changes from 2 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
46 changes: 23 additions & 23 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
group=io.ballerina.stdlib
version=1.14.0-SNAPSHOT
ballerinaLangVersion=2201.11.0-20250127-101700-a4b67fe5
ballerinaLangVersion=2201.11.0

checkstylePluginVersion=10.12.1
spotbugsPluginVersion=6.0.18
Expand All @@ -10,49 +10,49 @@ releasePluginVersion=2.8.0
ballerinaGradlePluginVersion=2.0.1
testngVersion=7.6.1

stdlibSqlVersion=1.15.0-20250129-120500-a886350
stdlibSqlVersion=1.15.0

# Direct Dependencies
# Level 01
stdlibIoVersion=1.7.0-20250127-170200-0d36f73
stdlibTimeVersion=2.6.0-20250127-170200-86bdc5a
stdlibIoVersion=1.7.0
stdlibTimeVersion=2.6.0

# Level 02
stdlibLogVersion=2.11.0-20250127-173700-45079a8
stdlibOsVersion=1.9.0-20250127-170900-54f2a57
stdlibLogVersion=2.11.0
stdlibOsVersion=1.9.0

# Level 03
stdlibFileVersion=1.11.0-20250128-125300-1f45bfa
stdlibFileVersion=1.11.0

# Ballerinax Observer
observeVersion=1.4.0-20250127-170200-f9c0dec
observeInternalVersion=1.4.0-20250127-171000-b05ff1d
observeVersion=1.4.0
observeInternalVersion=1.4.0

# Transitive Dependencies
# Level 01
stdlibUrlVersion=2.5.0-20250127-170200-e4cac31
stdlibUrlVersion=2.5.0

# Level 02
stdlibConstraintVersion=1.6.0-20250127-170900-48ad9ae
stdlibCryptoVersion=2.8.0-20250127-170800-6c52ac3
stdlibTaskVersion=2.6.0-20250127-171400-af6480d
stdlibConstraintVersion=1.6.0
stdlibCryptoVersion=2.8.0
stdlibTaskVersion=2.6.0

# Level 03
stdlibCacheVersion=3.9.0-20250127-173100-ebe1e73
stdlibMimeVersion=2.11.0-20250127-182500-46c9896
stdlibUuidVersion=1.9.0-20250127-181300-0f9a3f6
stdlibCacheVersion=3.9.0
stdlibMimeVersion=2.11.0
stdlibUuidVersion=1.9.0

# Level 04
stdlibAuthVersion=2.13.0-20250127-182300-e14b66f
stdlibJwtVersion=2.14.0-20250127-182500-ce5b71c
stdlibOAuth2Version=2.13.0-20250127-182700-5ce88a0
stdlibDataJsonDataVersion=1.0.0-20250128-132900-8fbc703
stdlibAuthVersion=2.13.0
stdlibJwtVersion=2.14.0
stdlibOAuth2Version=2.13.0
stdlibDataJsonDataVersion=1.0.0

# Level 05
stdlibHttpVersion=2.13.0-20250129-095000-ebfea77
stdlibHttpVersion=2.13.0

# Level 06
stdlibTransactionVersion=1.11.0-20250129-105700-896d927
stdlibTransactionVersion=1.11.0

# Ballerina library
stdlibMysqlDriverVersion=1.8.0-20241126-144300-4dade60
stdlibMysqlDriverVersion=1.8.0
Loading