-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #578 from ballerina-platform/automated/dependency_…
…version_update [AUTO MERGE] Update Dependencies (Ballerina Lang : 2201.11.0-20241218-101200-109f6cc7)
- Loading branch information
Showing
9 changed files
with
192 additions
and
85 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
[package] | ||
org = "ballerinai" | ||
name = "transaction_negative_tests" | ||
version = "1.11.0" | ||
|
||
[platform.java21] | ||
graalvmCompatible = true | ||
|
||
[[platform.java21.dependency]] | ||
path = "../transaction-native/build/libs/[email protected]@.jar" | ||
groupId = "ballerina" | ||
artifactId = "transaction" | ||
version = "@project.version@" | ||
|
||
[[platform.java21.dependency]] | ||
path = "../transaction-test-utils/build/libs/[email protected]@.jar" | ||
groupId = "org.ballerinalang.stdlib.transaction" | ||
scope = "testOnly" | ||
artifactId = "transaction" | ||
version = "@project.version@" | ||
|
||
[[platform.java21.dependency]] | ||
path = "./lib/[email protected]@.jar" | ||
groupId = "io.ballerina.stdlib" | ||
artifactId = "io-native" | ||
version = "@stdlib.io.version@" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,42 +1,44 @@ | ||
org.gradle.caching=true | ||
group=org.ballerinalang | ||
version=1.11.0-SNAPSHOT | ||
ballerinaLangVersion=2201.11.0-20241209-162400-0c015833 | ||
ballerinaLangVersion=2201.11.0-20241218-101200-109f6cc7 | ||
|
||
checkStylePluginVersion=10.12.0 | ||
spotbugsPluginVersion=6.0.18 | ||
shadowJarPluginVersion=8.1.1 | ||
downloadPluginVersion=5.4.0 | ||
releasePluginVersion=2.8.0 | ||
ballerinaGradlePluginVersion=2.0.1 | ||
testngVersion=7.6.1 | ||
slf4jVersion=1.7.30 | ||
|
||
# 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 | ||
stdlibConstraintVersion=1.6.0-20241209-172100-2facdca | ||
stdlibCryptoVersion=2.8.0-20241209-172100-28a92b5 | ||
stdlibLogVersion=2.11.0-20241209-174200-4ab1866 | ||
stdlibOsVersion=1.9.0-20241209-172200-af4e3f3 | ||
stdlibTaskVersion=2.6.0-20241209-172700-f6bf4fc | ||
stdlibConstraintVersion=1.6.0-20241218-112400-cd313f2 | ||
stdlibCryptoVersion=2.8.0-20241218-112400-d6f4922 | ||
stdlibLogVersion=2.11.0-20241218-115100-06c729e | ||
stdlibOsVersion=1.9.0-20241218-112400-c81f077 | ||
stdlibTaskVersion=2.6.0-20241218-112900-84f2aea | ||
|
||
# Level 03 | ||
stdlibCacheVersion=3.9.0-20241209-173700-f1bd537 | ||
stdlibFileVersion=1.11.0-20241209-180600-1aa2676 | ||
stdlibMimeVersion=2.11.0-20241209-180600-aa73132 | ||
stdlibUuidVersion=1.9.0-20241209-175500-c039f34 | ||
stdlibCacheVersion=3.9.0-20241218-114600-9f52392 | ||
stdlibFileVersion=1.11.0-20241218-125000-364d941 | ||
stdlibMimeVersion=2.11.0-20241218-125100-e28a03b | ||
stdlibUuidVersion=1.9.0-20241218-124000-a38f1c9 | ||
|
||
# Level 04 | ||
stdlibAuthVersion=2.13.0-20241209-180400-7e56348 | ||
stdlibAuthVersion=2.13.0-20241218-124900-9203135 | ||
stdlibDataJsonDataVersion=1.0.0-20241125-114000-0c2f457 | ||
stdlibJwtVersion=2.14.0-20241209-180600-f1a51a1 | ||
stdlibOAuth2Version=2.13.0-20241209-180800-22f19ac | ||
stdlibJwtVersion=2.14.0-20241218-125000-c952d1e | ||
stdlibOAuth2Version=2.13.0-20241218-125400-c7625c1 | ||
|
||
# Level 05 | ||
stdlibHttpVersion=2.13.0-20241209-200000-1b8535c | ||
stdlibHttpVersion=2.13.0-20241218-142000-8d9c012 | ||
|
||
# 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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,102 @@ | ||
# AUTO-GENERATED FILE. DO NOT MODIFY. | ||
|
||
# This file is auto-generated by Ballerina for managing dependency versions. | ||
# It should not be modified by hand. | ||
|
||
[ballerina] | ||
dependencies-toml-version = "2" | ||
distribution-version = "2201.11.0-20241218-101200-109f6cc7" | ||
|
||
[[package]] | ||
org = "ballerina" | ||
name = "io" | ||
version = "1.7.0" | ||
scope = "testOnly" | ||
dependencies = [ | ||
{org = "ballerina", name = "jballerina.java"}, | ||
{org = "ballerina", name = "lang.value"} | ||
] | ||
modules = [ | ||
{org = "ballerina", packageName = "io", moduleName = "io"} | ||
] | ||
|
||
[[package]] | ||
org = "ballerina" | ||
name = "jballerina.java" | ||
version = "0.0.0" | ||
scope = "testOnly" | ||
modules = [ | ||
{org = "ballerina", packageName = "jballerina.java", moduleName = "jballerina.java"} | ||
] | ||
|
||
[[package]] | ||
org = "ballerina" | ||
name = "lang.__internal" | ||
version = "0.0.0" | ||
scope = "testOnly" | ||
dependencies = [ | ||
{org = "ballerina", name = "jballerina.java"}, | ||
{org = "ballerina", name = "lang.object"} | ||
] | ||
|
||
[[package]] | ||
org = "ballerina" | ||
name = "lang.array" | ||
version = "0.0.0" | ||
scope = "testOnly" | ||
dependencies = [ | ||
{org = "ballerina", name = "jballerina.java"}, | ||
{org = "ballerina", name = "lang.__internal"} | ||
] | ||
|
||
[[package]] | ||
org = "ballerina" | ||
name = "lang.error" | ||
version = "0.0.0" | ||
scope = "testOnly" | ||
dependencies = [ | ||
{org = "ballerina", name = "jballerina.java"} | ||
] | ||
|
||
[[package]] | ||
org = "ballerina" | ||
name = "lang.object" | ||
version = "0.0.0" | ||
scope = "testOnly" | ||
|
||
[[package]] | ||
org = "ballerina" | ||
name = "lang.value" | ||
version = "0.0.0" | ||
scope = "testOnly" | ||
dependencies = [ | ||
{org = "ballerina", name = "jballerina.java"} | ||
] | ||
|
||
[[package]] | ||
org = "ballerina" | ||
name = "test" | ||
version = "0.0.0" | ||
scope = "testOnly" | ||
dependencies = [ | ||
{org = "ballerina", name = "jballerina.java"}, | ||
{org = "ballerina", name = "lang.array"}, | ||
{org = "ballerina", name = "lang.error"} | ||
] | ||
modules = [ | ||
{org = "ballerina", packageName = "test", moduleName = "test"} | ||
] | ||
|
||
[[package]] | ||
org = "ballerinai" | ||
name = "transaction_negative_tests" | ||
version = "0.0.0" | ||
dependencies = [ | ||
{org = "ballerina", name = "io"}, | ||
{org = "ballerina", name = "jballerina.java"}, | ||
{org = "ballerina", name = "test"} | ||
] | ||
modules = [ | ||
{org = "ballerinai", packageName = "transaction_negative_tests", moduleName = "transaction_negative_tests"} | ||
] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters