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.11.0-20241218-101200-109f6cc7) #98

Merged
merged 1 commit into from
Dec 18, 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
52 changes: 26 additions & 26 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
group=io.ballerina.stdlib
version=1.5.0-SNAPSHOT
ballerinaLangVersion=2201.11.0-20241209-162400-0c015833
ballerinaLangVersion=2201.11.0-20241218-101200-109f6cc7

checkstylePluginVersion=10.12.1
spotbugsPluginVersion=6.0.18
Expand All @@ -14,23 +14,23 @@ jacocoVersion=0.8.10

# Direct Dependencies
# Level 01
stdlibIoVersion=1.7.0-20241209-171400-26de7d8
stdlibTimeVersion=2.6.0-20241209-171400-4b43c7d
stdlibUrlVersion=2.5.0-20241209-171400-b09a145
stdlibIoVersion=1.7.0-20241218-111600-1da6a3f
stdlibTimeVersion=2.6.0-20241218-111600-f57d32a
stdlibUrlVersion=2.5.0-20241218-111600-4f962bc

# Level 02
stdlibLogVersion=2.11.0-20241209-174200-4ab1866
stdlibOsVersion=1.9.0-20241209-172200-af4e3f3
stdlibPersistVersion=1.5.0-20241209-172300-77418f4
stdlibLogVersion=2.11.0-20241218-115100-06c729e
stdlibOsVersion=1.9.0-20241218-112400-c81f077
stdlibPersistVersion=1.5.0-20241218-112500-6bb9b39

# Level 03
stdlibFileVersion=1.11.0-20241209-180600-1aa2676
stdlibFileVersion=1.11.0-20241218-125000-364d941

# Level 05
stdlibHttpVersion=2.13.0-20241209-200000-1b8535c
stdlibHttpVersion=2.13.0-20241218-142000-8d9c012

# Level 07
stdlibSqlVersion=1.15.0-20241210-100400-b17bfc6
stdlibSqlVersion=1.15.0-20241218-171100-16f31a4

# Ballerina external dependency
stdlibH2DriverVersion=1.2.0-20241126-144300-8c0ddbe
Expand All @@ -39,35 +39,35 @@ stdlibMssqlDriverVersion=1.7.0-20241126-144300-5155121
stdlibPostgresqlDriverVersion=1.6.0-20241126-144300-59acbb0

# Ballerinax Observer
observeVersion=1.4.0-20241209-171500-9472db2
observeInternalVersion=1.4.0-20241209-172400-71fe9c4
observeVersion=1.4.0-20241218-111700-4d29d40
observeInternalVersion=1.4.0-20241218-112700-be9da2c

# Transitive Dependencies

#Level 02
stdlibConstraintVersion=1.6.0-20241209-172100-2facdca
stdlibCryptoVersion=2.8.0-20241209-172100-28a92b5
stdlibTaskVersion=2.6.0-20241209-172700-f6bf4fc
stdlibConstraintVersion=1.6.0-20241218-112400-cd313f2
stdlibCryptoVersion=2.8.0-20241218-112400-d6f4922
stdlibTaskVersion=2.6.0-20241218-112900-84f2aea

# Level 03
stdlibCacheVersion=3.9.0-20241209-173700-f1bd537
stdlibMimeVersion=2.11.0-20241209-180600-aa73132
stdlibUuidVersion=1.9.0-20241209-175500-c039f34
stdlibCacheVersion=3.9.0-20241218-114600-9f52392
stdlibMimeVersion=2.11.0-20241218-125100-e28a03b
stdlibUuidVersion=1.9.0-20241218-124000-a38f1c9

# Level 04
stdlibAuthVersion=2.13.0-20241209-180400-7e56348
stdlibJwtVersion=2.14.0-20241209-180600-f1a51a1
stdlibOAuth2Version=2.13.0-20241209-180800-22f19ac
stdlibAuthVersion=2.13.0-20241218-124900-9203135
stdlibJwtVersion=2.14.0-20241218-125000-c952d1e
stdlibOAuth2Version=2.13.0-20241218-125400-c7625c1
stdlibDataJsonDataVersion=1.0.0-20241125-114000-0c2f457

# Level 06
stdlibTransactionVersion=1.11.0-20241206-113700-7d14d20
stdlibTransactionVersion=1.11.0-20241218-164700-d74c19a

# Test Dependencies
stdlibMysqlVersion=1.14.0-20241210-125400-7b4d422
stdlibMssqlVersion=1.14.0-20241210-125500-46188bf
stdlibPostgresqlVersion=1.14.0-20241210-125800-810263d
stdlibJdbcVersion=1.13.0-20241210-125500-aad56e9
stdlibMysqlVersion=1.14.0-20241218-173300-38ddeac
stdlibMssqlVersion=1.14.0-20241218-173600-6f25c24
stdlibPostgresqlVersion=1.14.0-20241218-174000-43c0cbb
stdlibJdbcVersion=1.13.0-20241218-173400-0481e8b

# Enabled publishing insecure checksums, due to fail to publish to maven central
# Refer https://github.com/gradle/gradle/issues/11308
Expand Down
Loading