Skip to content

Commit

Permalink
Merge pull request #7 from niveathika/main
Browse files Browse the repository at this point in the history
Update oracle driver to ojdbc10
  • Loading branch information
niveathika authored Nov 12, 2022
2 parents 1a3ecfd + 6365405 commit 95f07df
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Ballerina.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
org="ballerinax"
name="oracledb.driver"
version="1.0.0"
version="1.1.0"
authors=["Ballerina"]
keywords=["OracleDB"]
repository="https://github.com/ballerina-platform/module-ballerinax-oracledb.driver"
Expand All @@ -10,8 +10,8 @@ distribution = "2201.0.0"

[[platform.java11.dependency]]
groupId = "com.oracle.database.jdbc"
artifactId = "ojdbc8"
version = "21.3.0.0"
artifactId = "ojdbc10"
version = "19.6.0.0"

[[platform.java11.dependency]]
groupId = "com.oracle.database.xml"
Expand Down
2 changes: 1 addition & 1 deletion Package.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This Package bundles the latest OracleDB drivers so that the OracleDB connector
| | Version |
|:---|:---:|
|Ballerina Language | **Swan Lake 2201.0.0** |
|OracleDB Driver | **21.3.0.0** |
|OracleDB Driver(ojdbc10) | **19.6.0.0** |
|XDB | **21.3.0.0** |
|Xmlparserv2 | **21.3.0.0** |

Expand Down

0 comments on commit 95f07df

Please sign in to comment.