Bump org.postgresql:postgresql from 42.7.4 to 42.7.5 in /prime-router
Bumps org.postgresql:postgresql from 42.7.4 to 42.7.5.
Release notes
Sourced from org.postgresql:postgresql's releases.
v42.7.5
Changes
- update changelogs and increment version in gradle.properties for release
@davecramer(#3478)- regression: revert change in https://github.com/pgjdbc/pgjdbc/commit/fc60537
@davecramer(#3476)- Fix PgDatabaseMetaData implementation of catalog as param and return value
@SophiahHo(#3390)- Support default GSS credentials in the Java Postgres client
@nrhall(#3451)- fix: return only the transactions accessible by the current_user in XAResource.recover
@vlsi(#3450)- feat: don't force send extra_float_digits for PostgreSQL >= 12 (#3432)
@damienb-opt(#3446)- fix: exclude "include columns" from the list of primary keys
@priteshranjan01(#3434)- Enhance the meta query performance by specifying the oid.
@dh-cloud(#3427)- feat: support getObject(int, byte[].class) for bytea
@anesterenok(#3274)- docs: document infinity and some minor edits
@davecramer(#3407)- Added way to check for major server version, fixed check for RULE
@davecramer(#3402)- fixed remaining paragraphs
@Zopsss(#3398)- fixed paragraphs in javadoc comments
@Zopsss(#3397)- Reuse buffers and reduce allocations in GSSInputStream addresses Issue #3251
@davecramer(#3255)- chore: Update Gradle to 8.10.2
@jorsol(#3388)- ci: Test with Java 23
@jorsol(#3381)- Fix getSchemas()
@SophiahHo(#3386)- Update rpm postgresql-jdbc.spec.tpl with scram-client
@jorsol(#3324)- Clearing thisRow and rowBuffer on close() of ResultSet
@reallyinsane(#3384)- Package was renamed to maven-bundle-plugin
@ljavorsk(#3382)- As of version 18 the RULE privilege has been removed
@davecramer(#3378)- fix: use buffered inputstream to create GSSInputStream
@Sasasu(#3373)- get rid of 8.4, 9.0 pg versions and use >= jdk version 17
@davecramer(#3372)- Changed docker-compose version and renamed script file in instructions to match the real file name
@MohanadKh03(#3363)- Do not assume "test" database in DatabaseMetaDataTransactionIsolationTest
@nvanbenschoten(#3364)- try to categorize dependencies
@davecramer(#3362)⬆️ Dependencies
- chore(deps): update dependency gradle to v8.12
@renovate-bot(#3473)- chore(deps): update codecov/codecov-action digest to adfacf2
@renovate-bot(#3468)- chore(deps): update dependency sbt/sbt to v1.10.7
@renovate-bot(#3470)- fix(deps): update dependency org.ops4j.pax.url:pax-url-aether to v2.6.15
@renovate-bot(#3471)- fix(deps): update junit5 monorepo to v5.11.4
@renovate-bot(#3472)- fix(deps): update dependency com.github.spotbugs:com.github.spotbugs.gradle.plugin to v6.1.0
@renovate-bot(#3469)- chore(deps): update plugin biz.aqute.bnd.builder to v7.1.0
@renovate-bot(#3455)- chore(deps): update dependency gradle to v8.11.1
@renovate-bot(#3454)- chore(deps): update dependency com.typesafe.play:sbt-plugin to v2.9.6
@renovate-bot(#3452)- chore(deps): update dependency sbt/sbt to v1.10.6
@renovate-bot(#3453)- chore(deps): update plugin org.jetbrains.kotlin.jvm to v2.1.0
@renovate-bot(#3456)- chore(deps): update codecov/codecov-action digest to 015f24e
@renovate-bot(#3438)- chore(deps): update dependency sbt/sbt to v1.10.5
@renovate-bot(#3439)- chore(deps): update plugin com.github.burrunan.s3-build-cache to v1.8.4
@renovate-bot(#3440)- fix(deps): update dependency com.github.spotbugs:com.github.spotbugs.gradle.plugin to v6.0.26
@renovate-bot(#3441)
... (truncated)
Changelog
Sourced from org.postgresql:postgresql's changelog.
[42.7.5] (2025-01-14 08:00:00 -0400)
Added
- ci: Test with Java 23 [PR #3381](pgjdbc/pgjdbc#3381)
Fixed
- regression: revert change in fc60537 [PR #3476](pgjdbc/pgjdbc#3476)
- fix: PgDatabaseMetaData implementation of catalog as param and return value [PR #3390](pgjdbc/pgjdbc#3390)
- fix: Support default GSS credentials in the Java Postgres client [PR #3451](pgjdbc/pgjdbc#3451)
- fix: return only the transactions accessible by the current_user in XAResource.recover [PR #3450](pgjdbc/pgjdbc#3450)
- feat: don't force send extra_float_digits for PostgreSQL >= 12 fix [Issue #3432](pgjdbc/pgjdbc#3432) [PR #3446](pgjdbc/pgjdbc#3446)
- fix: exclude "include columns" from the list of primary keys [PR #3434](pgjdbc/pgjdbc#3434)
- perf: Enhance the meta query performance by specifying the oid. [PR #3427](pgjdbc/pgjdbc#3427)
- feat: support getObject(int, byte[].class) for bytea [PR #3274](pgjdbc/pgjdbc#3274)
- docs: document infinity and some minor edits [PR #3407](pgjdbc/pgjdbc#3407)
- fix: Added way to check for major server version, fixed check for RULE [PR #3402](pgjdbc/pgjdbc#3402)
- docs: fixed remaining paragraphs [PR #3398](pgjdbc/pgjdbc#3398)
- docs: fixed paragraphs in javadoc comments [PR #3397](pgjdbc/pgjdbc#3397)
- fix: Reuse buffers and reduce allocations in GSSInputStream addresses [Issue #3251](pgjdbc/pgjdbc#3251) [PR #3255](pgjdbc/pgjdbc#3255)
- chore: Update Gradle to 8.10.2 [PR #3388](pgjdbc/pgjdbc#3388)
- fix: getSchemas() [PR #3386](pgjdbc/pgjdbc#3386)
- fix: Update rpm postgresql-jdbc.spec.tpl with scram-client [PR #3324](pgjdbc/pgjdbc#3324)
- fix: Clearing thisRow and rowBuffer on close() of ResultSet [Issue #3383](pgjdbc/pgjdbc#3383) [PR #3384](pgjdbc/pgjdbc#3384)
- fix: Package was renamed to maven-bundle-plugin [PR #3382](pgjdbc/pgjdbc#3382)
- fix: As of version 18 the RULE privilege has been removed [PR #3378](pgjdbc/pgjdbc#3378)
- fix: use buffered inputstream to create GSSInputStream [PR #3373](pgjdbc/pgjdbc#3373)
- test: get rid of 8.4, 9.0 pg versions and use >= jdk version 17 [PR #3372](pgjdbc/pgjdbc#3372)
- Changed docker-compose version and renamed script file in instructions to match the real file name [PR #3363](pgjdbc/pgjdbc#3363)
- test:Do not assume "test" database in DatabaseMetaDataTransactionIsolationTest [PR #3364](pgjdbc/pgjdbc#3364)
- try to categorize dependencies [PR #3362](pgjdbc/pgjdbc#3362)
Commits
94a1693update changelogs and increment version in gradle.properties for release (#3478)ce54dfdchore: replace deprecated kotlinOptions with a replacement API398029echore: avoid failure in osgi-test/onlyIf if -PjdkBuildVersion is missing at t...7245443test: skip :pgjdbc-osgi-test:test when runnning tests with Java 87747527chore(deps): update dependency gradle to v8.12bb07a4bchore(deps): update codecov/codecov-action digest to adfacf2f545514chore(deps): update dependency sbt/sbt to v1.10.745df56cfix(deps): update dependency org.ops4j.pax.url:pax-url-aether to v2.6.15b87e106fix(deps): update junit5 monorepo to v5.11.45603477fix(deps): update dependency com.github.spotbugs:com.github.spotbugs.gradle.p...- Additional commits viewable in compare view
You can trigger a rebase of this PR by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
Dependency Review
✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.OpenSSF Scorecard
| Package | Version | Score | Details |
|---|
Scanned Manifest Files
Test Results
0 tests - 1 306 0 :white_check_mark: - 1 302 0s :stopwatch: - 7m 38s 0 suites - 170 0 :zzz: - 4 0 files - 170 0 :x: ± 0
Results for commit 692fd441. ± Comparison against base commit 94695c44.
Integration Test Results
0 files - 60 0 suites - 60 0s :stopwatch: - 43m 12s 0 tests - 428 0 :white_check_mark: - 418 0 :zzz: - 10 0 :x: ±0 0 runs - 431 0 :white_check_mark: - 421 0 :zzz: - 10 0 :x: ±0
Results for commit 692fd441. ± Comparison against base commit 94695c44.
@dependabot rebase
Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry!
If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.
@dependabot recreate
@dependabot rebase
@dependabot rebase
This seems to have an issue with generating the files. Suggest revisiting after #17966 since that updates the jooq gradle plugin, which I believe is generating the files.
Superseded by #18186.