File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4242# across workflows.
4343
4444env :
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
4951concurrency :
Original file line number Diff line number Diff line change 1313
1414env :
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
2020jobs :
Original file line number Diff line number Diff line change @@ -12,10 +12,10 @@ postgres_version="${LIBPQ_VERSION}"
1212openssl_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
2121sasl_version=" 2.1.28"
You can’t perform that action at this time.
0 commit comments