Skip to content

Commit

Permalink
Merge pull request #1020 from ballerina-platform/release-1.13.1
Browse files Browse the repository at this point in the history
[Automated] Sync main after 1.13.1 release
  • Loading branch information
niveathika authored Aug 29, 2024
2 parents 873f094 + 704660a commit 54ddaab
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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 = "postgresql"
version = "1.13.0"
version = "1.13.1"
authors = ["Ballerina"]
keywords = ["database", "client", "network", "SQL", "RDBMS", "PostgreSQL"]
repository = "https://github.com/ballerina-platform/module-ballerinax-postgresql"
Expand All @@ -15,8 +15,8 @@ graalvmCompatible = true
[[platform.java17.dependency]]
groupId = "io.ballerina.stdlib"
artifactId = "postgresql-native"
version = "1.13.0"
path = "../native/build/libs/postgresql-native-1.13.0.jar"
version = "1.13.1"
path = "../native/build/libs/postgresql-native-1.13.1.jar"

[[platform.java17.dependency]]
groupId = "io.ballerina.stdlib"
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 = "postgresql-compiler-plugin"
class = "io.ballerina.stdlib.postgresql.compiler.PostgreSQLCompilerPlugin"

[[dependency]]
path = "../compiler-plugin/build/libs/postgresql-compiler-plugin-1.13.0.jar"
path = "../compiler-plugin/build/libs/postgresql-compiler-plugin-1.13.1.jar"
2 changes: 1 addition & 1 deletion ballerina/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ modules = [
[[package]]
org = "ballerinax"
name = "postgresql"
version = "1.13.0"
version = "1.13.1"
dependencies = [
{org = "ballerina", name = "crypto"},
{org = "ballerina", name = "file"},
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.13.1-SNAPSHOT
version=1.13.2-SNAPSHOT

puppycrawlCheckstyleVersion=10.12.1
postgreSQLDriverVersion=42.6.0
Expand Down

0 comments on commit 54ddaab

Please sign in to comment.