-
Notifications
You must be signed in to change notification settings - Fork 25
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 #1063 from daneshk/main
Update version for update 11
- Loading branch information
Showing
12 changed files
with
89 additions
and
82 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 |
---|---|---|
@@ -1,25 +1,25 @@ | ||
[package] | ||
org = "ballerinax" | ||
name = "mssql" | ||
version = "1.13.2" | ||
version = "1.14.0" | ||
authors = ["Ballerina"] | ||
keywords = ["database", "client", "network", "SQL", "RDBMS", "SQLServer", "MSSQL"] | ||
repository = "https://github.com/ballerina-platform/module-ballerinax-mssql" | ||
icon = "icon.png" | ||
license = ["Apache-2.0"] | ||
distribution = "2201.11.0-20241112-214900-6b80ab87" | ||
distribution = "2201.11.0" | ||
|
||
[platform.java21] | ||
graalvmCompatible = true | ||
|
||
[[platform.java21.dependency]] | ||
groupId = "io.ballerina.stdlib" | ||
artifactId = "mssql-native" | ||
version = "1.13.2" | ||
path = "../native/build/libs/mssql-native-1.13.2-SNAPSHOT.jar" | ||
version = "1.14.0" | ||
path = "../native/build/libs/mssql-native-1.14.0-SNAPSHOT.jar" | ||
|
||
[[platform.java21.dependency]] | ||
groupId = "io.ballerina.stdlib" | ||
artifactId = "sql-native" | ||
version = "1.15.0" | ||
path = "./lib/sql-native-1.15.0-20241116-124800-0bc6a40.jar" | ||
path = "./lib/sql-native-1.15.0-20241127-162900-c57df5b.jar" |
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
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 |
---|---|---|
@@ -1,62 +1,61 @@ | ||
group=io.ballerina.stdlib | ||
version=1.13.2-SNAPSHOT | ||
version=1.14.0-SNAPSHOT | ||
ballerinaLangVersion=2201.11.0-20241121-075100-c4c87cbc | ||
|
||
checkstylePluginVersion=10.12.1 | ||
spotbugsPluginVersion=6.0.18 | ||
downloadPluginVersion=5.4.0 | ||
shadowJarPluginVersion=8.1.1 | ||
releasePluginVersion=2.8.0 | ||
ballerinaGradlePluginVersion=2.0.1 | ||
|
||
puppycrawlCheckstyleVersion=10.12.0 | ||
msSQLDriverVersion=12.8.1.jre11 | ||
checkstyleToolVersion=10.12.0 | ||
githubSpotbugsVersion=6.0.18 | ||
githubJohnrengelmanShadowVersion=8.1.0 | ||
underCouchDownloadVersion=5.4.0 | ||
researchgateReleaseVersion=2.8.0 | ||
testngVersion=7.6.1 | ||
ballerinaGradlePluginVersion=2.0.1 | ||
|
||
ballerinaLangVersion=2201.11.0-20241112-214900-6b80ab87 | ||
|
||
stdlibSqlVersion=1.15.0-20241116-124800-0bc6a40 | ||
stdlibSqlVersion=1.15.0-20241127-162900-c57df5b | ||
|
||
# Direct Dependencies | ||
# Level 01 | ||
stdlibIoVersion=1.6.2-20241112-233100-995cf5f | ||
stdlibTimeVersion=2.6.0-20241113-073800-201b904 | ||
stdlibIoVersion=1.7.0-20241121-173300-0fbd5d4 | ||
stdlibTimeVersion=2.6.0-20241122-120400-97742a7 | ||
|
||
# Level 02 | ||
stdlibLogVersion=2.10.1-20241113-120000-4577868 | ||
stdlibOsVersion=1.8.1-20241113-122000-cca973b | ||
stdlibLogVersion=2.11.0-20241122-150100-2e1a3ca | ||
stdlibOsVersion=1.9.0-20241122-071800-1fae486 | ||
|
||
# Level 03 | ||
stdlibFileVersion=1.10.1-20241113-151700-e1a2e38 | ||
stdlibFileVersion=1.11.0-20241122-180900-dff344c | ||
|
||
# Ballerinax Observer | ||
observeVersion=1.4.0-20241113-092000-b83ae74 | ||
observeInternalVersion=1.3.1-20241113-101700-265054d | ||
observeVersion=1.4.0-20241122-184200-c596093 | ||
observeInternalVersion=1.4.0-20241122-185200-9e5b1bb | ||
|
||
# Transitive Dependencies | ||
# Level 01 | ||
stdlibConstraintVersion=1.6.0-20241113-090900-d276ad5 | ||
stdlibUrlVersion=2.4.1-20241113-073900-335ff51 | ||
stdlibConstraintVersion=1.6.0-20241122-133100-98689e2 | ||
stdlibUrlVersion=2.5.0-20241122-120400-67af694 | ||
|
||
# Level 02 | ||
stdlibCryptoVersion=2.7.3-20241113-081400-d015a39 | ||
stdlibTaskVersion=2.5.1-20241113-123500-f905281 | ||
stdlibCryptoVersion=2.8.0-20241122-130800-24f1267 | ||
stdlibTaskVersion=2.6.0-20241122-124800-cb84357 | ||
|
||
# Level 03 | ||
stdlibCacheVersion=3.8.1-20241113-125700-b75a1bf | ||
stdlibMimeVersion=2.10.2-20241113-154200-d953747 | ||
stdlibUuidVersion=1.8.1-20241113-154400-443c67b | ||
stdlibCacheVersion=3.9.0-20241122-182900-c956a97 | ||
stdlibMimeVersion=2.11.0-20241125-094600-bbddf94 | ||
stdlibUuidVersion=1.9.0-20241125-110300-5eb185d | ||
|
||
# Level 04 | ||
stdlibDataJsonDataVersion=0.3.0-20241114-143900-285d739 | ||
stdlibAuthVersion=2.12.1-20241113-162300-ded40eb | ||
stdlibJwtVersion=2.13.1-20241113-162400-b59ccfa | ||
stdlibOAuth2Version=2.12.1-20241113-162400-4c6ddfe | ||
stdlibDataJsonDataVersion=1.0.0-20241125-114000-0c2f457 | ||
stdlibAuthVersion=2.13.0-20241125-094500-d380c71 | ||
stdlibJwtVersion=2.14.0-20241125-085500-10a9526 | ||
stdlibOAuth2Version=2.13.0-20241126-071700-7eb9e0b | ||
|
||
# Level 05 | ||
stdlibHttpVersion=2.13.0-20241114-182900-7e9f66a | ||
stdlibHttpVersion=2.13.0-20241126-181000-6585cc5 | ||
|
||
# Level 06 | ||
stdlibTransactionVersion=1.10.1-20241116-112500-189a4e5 | ||
stdlibTransactionVersion=1.11.0-20241127-113000-c3f53c6 | ||
|
||
# Ballerina library | ||
stdlibMssqlDriverVersion=1.6.1-20241119-180800-59ee581 | ||
stdlibMssqlDriverVersion=1.7.0-20241126-144300-5155121 | ||
|
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
Oops, something went wrong.