Skip to content

Commit

Permalink
Merge pull request #24 from ballerina-platform/release-1.5.1
Browse files Browse the repository at this point in the history
[Automated] Sync main after 1.5.1 release
  • Loading branch information
niveathika authored Aug 29, 2024
2 parents 9937b47 + 48c9220 commit 468e2fe
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
org = "ballerinax"
name = "postgresql.driver"
version = "1.5.0"
version = "1.5.1"
authors = ["Ballerina"]
keywords = ["PostgreSQL"]
repository = "https://github.com/ballerina-platform/module-ballerinax-postgresql.driver"
Expand All @@ -12,10 +12,10 @@ distribution = "2201.8.0"
graalvmCompatible = true

[[platform.java17.dependency]]
path = "./lib/postgresql-42.6.0.jar"
path = "./lib/postgresql-42.6.1.jar"

[[platform.java17.dependency]]
groupId = "io.ballerina.stdlib"
artifactId = "postgresql.driver-native"
version = "1.5.0"
path = "../native/build/libs/postgresql.driver-native-1.5.0.jar"
version = "1.5.1"
path = "../native/build/libs/postgresql.driver-native-1.5.1.jar"
2 changes: 1 addition & 1 deletion ballerina/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ distribution-version = "2201.8.0"
[[package]]
org = "ballerinax"
name = "postgresql.driver"
version = "1.5.0"
version = "1.5.1"
modules = [
{org = "ballerinax", packageName = "postgresql.driver", moduleName = "postgresql.driver"}
]
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group=io.ballerina.stdlib
version=1.5.1-SNAPSHOT
version=1.5.2-SNAPSHOT

githubSpotbugsVersion=5.0.14
githubJohnrengelmanShadowVersion=8.1.1
Expand Down

0 comments on commit 468e2fe

Please sign in to comment.