Skip to content

Commit

Permalink
Merge pull request #13 from AzeemMuzammil/fb-enable-grallvm-check
Browse files Browse the repository at this point in the history
Update with `graalvmCompatible` property
  • Loading branch information
AzeemMuzammil committed Jul 11, 2023
2 parents 46b70ab + fdd76c5 commit 0101fa7
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 27 deletions.
6 changes: 3 additions & 3 deletions ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
org = "ballerinax"
name = "snowflake"
version = "1.1.0"
version = "1.2.0"
authors = ["Ballerina"]
keywords = ["IT Operations/Cloud Services", "Cost/Paid"]
repository = "https://github.com/ballerina-platform/module-ballerinax-snowflake"
Expand All @@ -10,7 +10,7 @@ license = ["Apache-2.0"]
distribution = "2201.3.0"

[[platform.java11.dependency]]
path = "../native/build/libs/snowflake-native-1.1.0.jar"
path = "../native/build/libs/snowflake-native-1.2.0.jar"

[[platform.java11.dependency]]
path = "./lib/sql-native-1.5.0.jar"
path = "./lib/sql-native-1.10.0.jar"
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 Snowflake SQL commands (DDL, DML,
### Compatibility
| | Version |
|-----------------------------------|---------------------------------|
| Ballerina Language | Ballerina Swan Lake 2201.3.0 |
| Ballerina Language | Ballerina Swan Lake 2201.7.0 |

## Report issues
To report bugs, request new features, start new discussions, view project boards, etc., go to the [Ballerina Extended Library repository](https://github.com/ballerina-platform/ballerina-extended-library)
Expand Down
46 changes: 23 additions & 23 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group=io.ballerinax
version=1.1.0
version=1.2.0

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

ballerinaLangVersion=2201.3.0-rc1
ballerinaLangVersion=2201.7.0

stdlibSqlVersion=1.5.0
stdlibSqlVersion=1.10.0

# Direct Dependencies
# Level 01
stdlibIoVersion=1.3.0
stdlibRegexVersion=1.3.0
stdlibTimeVersion=2.2.2
stdlibIoVersion=1.5.0
stdlibRegexVersion=1.4.3
stdlibTimeVersion=2.3.0

# Level 02
stdlibLogVersion=2.4.0
stdlibOsVersion=1.4.0
stdlibLogVersion=2.8.0
stdlibOsVersion=1.7.0

# Level 03
stdlibFileVersion=1.4.0
stdlibFileVersion=1.8.0

# Ballerinax Observer
observeVersion=1.0.5
observeInternalVersion=1.0.4
observeVersion=1.1.0
observeInternalVersion=1.1.0

# Transitive Dependencies
# Level 01
stdlibConstraintVersion=1.0.0
stdlibUrlVersion=2.2.2
stdlibConstraintVersion=1.3.0
stdlibUrlVersion=2.3.0

# Level 02
stdlibCryptoVersion=2.2.2
stdlibTaskVersion=2.2.2
stdlibCryptoVersion=2.4.0
stdlibTaskVersion=2.4.0

# Level 03
stdlibCacheVersion=3.2.2
stdlibMimeVersion=2.4.0
stdlibUuidVersion=1.3.0
stdlibCacheVersion=3.6.0
stdlibMimeVersion=2.8.0
stdlibUuidVersion=1.6.0

# Level 04
stdlibAuthVersion=2.4.0
stdlibJwtVersion=2.4.0
stdlibOAuth2Version=2.4.0
stdlibAuthVersion=2.9.0
stdlibJwtVersion=2.9.0
stdlibOAuth2Version=2.9.0

# Level 05
stdlibHttpVersion=2.4.0
stdlibHttpVersion=2.9.0

# Level 06
stdlibTransactionVersion=1.2.0
stdlibTransactionVersion=1.7.0

0 comments on commit 0101fa7

Please sign in to comment.