Skip to content

Commit

Permalink
Merge pull request #509 from kaneeldias/2201.1.x
Browse files Browse the repository at this point in the history
Update SQL version
  • Loading branch information
kaneeldias authored Jun 24, 2022
2 parents 82f60a1 + 463f0bf commit 64a5ba6
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 8 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 = "java.jdbc"
version = "1.4.0"
version = "1.4.1"
authors = ["Ballerina"]
keywords = ["database", "client", "network", "SQL", "RDBMS", "JDBC"]
repository = "https://github.com/ballerina-platform/module-ballerinax-java.jdbc"
Expand All @@ -10,10 +10,10 @@ license = ["Apache-2.0"]
distribution = "2201.1.0"

[[platform.java11.dependency]]
path = "../native/build/libs/java.jdbc-native-1.4.0.jar"
path = "../native/build/libs/java.jdbc-native-1.4.1-SNAPSHOT.jar"

[[platform.java11.dependency]]
path = "./lib/sql-native-1.4.0.jar"
path = "./lib/sql-native-1.4.1.jar"

[[platform.java11.dependency]]
path = "./lib/h2-2.1.212.jar"
Expand Down
2 changes: 1 addition & 1 deletion ballerina/CompilerPlugin.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ id = "jdbc-compiler-plugin"
class = "io.ballerina.stdlib.java.jdbc.compiler.JDBCCompilerPlugin"

[[dependency]]
path = "../compiler-plugin/build/libs/java.jdbc-compiler-plugin-1.4.0.jar"
path = "../compiler-plugin/build/libs/java.jdbc-compiler-plugin-1.4.1-SNAPSHOT.jar"
6 changes: 3 additions & 3 deletions ballerina/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "observe"
version = "1.0.4"
version = "1.0.5"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "jballerina.java"}
Expand Down Expand Up @@ -276,7 +276,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "sql"
version = "1.4.0"
version = "1.4.1"
dependencies = [
{org = "ballerina", name = "io"},
{org = "ballerina", name = "jballerina.java"},
Expand Down Expand Up @@ -367,7 +367,7 @@ modules = [
[[package]]
org = "ballerinax"
name = "java.jdbc"
version = "1.4.0"
version = "1.4.1"
dependencies = [
{org = "ballerina", name = "file"},
{org = "ballerina", name = "io"},
Expand Down
1 change: 1 addition & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added

### Changed
- [Fix NullPointerException when retrieving record with default value](https://github.com/ballerina-platform/ballerina-standard-library/issues/2985)

## [1.4.0] - 2022-05-30

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ h2DriverVersion=2.1.212

ballerinaLangVersion=2201.1.0

stdlibSqlVersion=1.4.0
stdlibSqlVersion=1.4.1

stdlibIoVersion=1.2.2
stdlibRegexVersion=1.3.0
Expand Down

0 comments on commit 64a5ba6

Please sign in to comment.