Skip to content

Commit 7040c41

Browse files
committed
chore: bump dependency libraries
1 parent 6d76e84 commit 7040c41

3 files changed

Lines changed: 8 additions & 6 deletions

File tree

.github/workflows/build-and-cache-libpq.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,10 @@ on:
4242
# across workflows.
4343

4444
env:
45-
LIBPQ_VERSION: "17.6"
46-
OPENSSL_VERSION: "3.5.4"
45+
# Latest release: https://www.postgresql.org/ftp/source/
46+
LIBPQ_VERSION: "17.9"
47+
# Latest release: https://www.openssl.org/source/
48+
OPENSSL_VERSION: "3.5.6"
4749
PQ_FLAGS: ""
4850

4951
concurrency:

.github/workflows/packages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ on:
1313

1414
env:
1515
PIP_BREAK_SYSTEM_PACKAGES: "1"
16-
LIBPQ_VERSION: "17.6"
17-
OPENSSL_VERSION: "3.5.4"
16+
LIBPQ_VERSION: "17.9"
17+
OPENSSL_VERSION: "3.5.6"
1818
PQ_FLAGS: ""
1919

2020
jobs:

scripts/build/build_libpq.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ postgres_version="${LIBPQ_VERSION}"
1212
openssl_version="${OPENSSL_VERSION}"
1313

1414
# Latest release: https://kerberos.org/dist/
15-
krb5_version="1.21.3"
15+
krb5_version="1.22.2"
1616

1717
# Latest release: https://openldap.org/software/download/
18-
ldap_version="2.6.9"
18+
ldap_version="2.6.13"
1919

2020
# Latest release: https://github.com/cyrusimap/cyrus-sasl/releases
2121
sasl_version="2.1.28"

0 commit comments

Comments
 (0)