Skip to content

Commit

Permalink
Merge pull request #9 from kalaiyarasiganeshalingam/main
Browse files Browse the repository at this point in the history
Upgrade driver version to 42.4.1
  • Loading branch information
kalaiyarasiganeshalingam authored Aug 18, 2022
2 parents fac000f + a698334 commit 8fbcf2a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Ballerina.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
org="ballerinax"
name="postgresql.driver"
version="1.1.0"
version="1.2.0"
authors=["Ballerina"]
keywords=["PostgreSQL"]
repository="https://github.com/ballerina-platform/module-ballerinax-postgresql.driver"
Expand All @@ -11,4 +11,4 @@ distribution = "2201.0.0"
[[platform.java11.dependency]]
groupId = "org.postgresql"
artifactId = "postgresql"
version = "42.3.1"
version = "42.4.1"
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 PostgreSQL drivers so that the PostgreSQL connec
| | Version |
|:---|:---:|
|Ballerina Language | **2201.0.0** |
|PostgreSQL Driver | **42.3.1** |
|PostgreSQL Driver | **42.4.1** |
|PostgreSQL DB Server| **8.2 or above** |

> The above PostgreSQL drivers are released under the [BSD 2-Clause](https://jdbc.postgresql.org/about/license.html).
Expand Down

0 comments on commit 8fbcf2a

Please sign in to comment.