Skip to content

Commit 54ddaab

Browse files
authored
Merge pull request #1020 from ballerina-platform/release-1.13.1
[Automated] Sync main after 1.13.1 release
2 parents 873f094 + 704660a commit 54ddaab

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

ballerina/Ballerina.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
org = "ballerinax"
33
name = "postgresql"
4-
version = "1.13.0"
4+
version = "1.13.1"
55
authors = ["Ballerina"]
66
keywords = ["database", "client", "network", "SQL", "RDBMS", "PostgreSQL"]
77
repository = "https://github.com/ballerina-platform/module-ballerinax-postgresql"
@@ -15,8 +15,8 @@ graalvmCompatible = true
1515
[[platform.java17.dependency]]
1616
groupId = "io.ballerina.stdlib"
1717
artifactId = "postgresql-native"
18-
version = "1.13.0"
19-
path = "../native/build/libs/postgresql-native-1.13.0.jar"
18+
version = "1.13.1"
19+
path = "../native/build/libs/postgresql-native-1.13.1.jar"
2020

2121
[[platform.java17.dependency]]
2222
groupId = "io.ballerina.stdlib"

ballerina/CompilerPlugin.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ id = "postgresql-compiler-plugin"
33
class = "io.ballerina.stdlib.postgresql.compiler.PostgreSQLCompilerPlugin"
44

55
[[dependency]]
6-
path = "../compiler-plugin/build/libs/postgresql-compiler-plugin-1.13.0.jar"
6+
path = "../compiler-plugin/build/libs/postgresql-compiler-plugin-1.13.1.jar"

ballerina/Dependencies.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ modules = [
182182
[[package]]
183183
org = "ballerinax"
184184
name = "postgresql"
185-
version = "1.13.0"
185+
version = "1.13.1"
186186
dependencies = [
187187
{org = "ballerina", name = "crypto"},
188188
{org = "ballerina", name = "file"},

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
group=io.ballerina.stdlib
2-
version=1.13.1-SNAPSHOT
2+
version=1.13.2-SNAPSHOT
33

44
puppycrawlCheckstyleVersion=10.12.1
55
postgreSQLDriverVersion=42.6.0

0 commit comments

Comments
 (0)