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 dependencies for bal v2201.1.0 #7

Merged
Show file tree
Hide file tree
Changes from 1 commit
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
8 changes: 4 additions & 4 deletions ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
[package]
org = "ballerinax"
name = "cdata.connect"
version = "1.0.0"
version = "1.0.1"
authors = ["Ballerina"]
keywords = ["IT Operations/Cloud Services", "Cost/Paid"]
repository = "https:/ballerina-platform/module-ballerinax-cdata.connect"
icon = "icon.png"
license = ["Apache-2.0"]
distribution = "2201.0.1"
distribution = "2201.1.0"

[[platform.java11.dependency]]
path = "../native/build/libs/cdata.connect-native-1.0.0.jar"
path = "../native/build/libs/cdata.connect-native-1.0.1.jar"

[[platform.java11.dependency]]
path = "./lib/sql-native-1.3.1.jar"
path = "./lib/sql-native-1.4.1.jar"
8 changes: 4 additions & 4 deletions ballerina/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies-toml-version = "2"
[[package]]
org = "ballerina"
name = "io"
version = "1.2.1"
version = "1.2.2"
dependencies = [
{org = "ballerina", name = "jballerina.java"},
{org = "ballerina", name = "lang.value"}
Expand Down Expand Up @@ -39,7 +39,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "sql"
version = "1.3.1"
version = "1.4.1"
dependencies = [
{org = "ballerina", name = "io"},
{org = "ballerina", name = "jballerina.java"},
Expand All @@ -53,15 +53,15 @@ modules = [
[[package]]
org = "ballerina"
name = "time"
version = "2.2.1"
version = "2.2.2"
dependencies = [
{org = "ballerina", name = "jballerina.java"}
]

[[package]]
org = "ballerinax"
name = "cdata.connect"
version = "1.0.0"
version = "1.0.1"
dependencies = [
{org = "ballerina", name = "jballerina.java"},
{org = "ballerina", name = "sql"}
Expand Down
2 changes: 1 addition & 1 deletion ballerina/Package.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ You can find reference information for all the CData Connect SQL commands (DDL,
### Compatibility
| | Version |
|-----------------------------------|---------------------------------|
| Ballerina Language | Ballerina Swan Lake 2201.0.1 |
| Ballerina Language | Ballerina Swan Lake 2201.1.0 |

## Report issues
To report bugs, request new features, start new discussions, view project boards, etc., go to the [Ballerina Extended Library repository](https:/ballerina-platform/ballerina-extended-library)
Expand Down
2 changes: 1 addition & 1 deletion build-config/resources/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ keywords = ["IT Operations/Cloud Services", "Cost/Paid"]
repository = "https:/ballerina-platform/module-ballerinax-cdata.connect"
icon = "icon.png"
license = ["Apache-2.0"]
distribution = "2201.0.1"
distribution = "2201.1.0"

[[platform.java11.dependency]]
path = "../native/build/libs/[email protected]@.jar"
Expand Down
70 changes: 45 additions & 25 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group=io.ballerinax
version=1.0.0
version=1.0.1

puppycrawlCheckstyleVersion=8.18
checkstyleToolVersion=7.8.2
Expand All @@ -10,27 +10,47 @@ researchgateReleaseVersion=2.8.0
ballerinaGradlePluginVersion=0.14.1
testngVersion=7.4.0

ballerinaLangVersion=2201.0.1

stdlibSqlVersion=1.3.1

stdlibIoVersion=1.2.1
stdlibRegexVersion=1.2.1
stdlibOsVersion=1.2.1
stdlibTimeVersion=2.2.1
stdlibLogVersion=2.2.1
stdlibFileVersion=1.2.1

stdlibTransactionVersion=1.0.19
stdlibTaskVersion=2.2.1
stdlibCryptoVersion=2.2.1
stdlibUuidVersion=1.2.1
stdlibCacheVersion=3.2.1
stdlibMimeVersion=2.2.1
stdlibAuthVersion=2.2.1
stdlibJwtVersion=2.2.1
stdlibOAuth2Version=2.2.1
stdlibUrlVersion=2.2.1
stdlibHttpVersion=2.2.1
observeVersion=1.0.2
observeInternalVersion=1.0.2
ballerinaLangVersion=2201.1.0

stdlibSqlVersion=1.4.1

# Direct Dependencies
# Level 01
stdlibIoVersion=1.2.2
stdlibRegexVersion=1.3.0
stdlibTimeVersion=2.2.2

# Level 02
stdlibLogVersion=2.3.0
stdlibOsVersion=1.3.0

# Level 03
stdlibFileVersion=1.3.0

# Ballerinax Observer
observeVersion=1.0.4
observeInternalVersion=1.0.3

# Transitive Dependencies
# Level 01
stdlibUrlVersion=2.2.2

# Level 02
stdlibCryptoVersion=2.2.2
stdlibTaskVersion=2.2.2

# Level 03
stdlibCacheVersion=3.2.2
stdlibMimeVersion=2.3.0
stdlibUuidVersion=1.3.0

# Level 04
stdlibAuthVersion=2.3.0
stdlibJwtVersion=2.3.0
stdlibOAuth2Version=2.3.0

# Level 05
stdlibHttpVersion=2.3.0

# Level 06
stdlibTransactionVersion=1.1.0