Bump the postgresql group across 3 directories with 1 update
Type: Pull Request
State: Open
Association: Contributor
Comments: 1
(about 1 year ago)
(12 months ago)
dependencies java
⚠️ Dependabot is rebasing this PR ⚠️
Rebasing might not happen immediately, so don't worry if this takes some time.
Note: if you make any changes to this PR yourself, they will take precedence over the rebase.
Bumps the postgresql group with 1 update in the /labs/unicorn-store/infrastructure/db-setup directory: org.postgresql:postgresql.
Bumps the postgresql group with 1 update in the /labs/unicorn-store/software/alternatives/unicorn-store-spring-graalvm directory: org.postgresql:postgresql.
Bumps the postgresql group with 1 update in the /labs/unicorn-store/software/unicorn-store-spring directory: org.postgresql:postgresql.
Updates org.postgresql:postgresql from 42.7.5 to 42.7.6
Release notes
Sourced from org.postgresql:postgresql's releases.
v42.7.6
Changes
- Prepare release notes for release 42_7_6 (new format)
@davecramer(#3628)- fix: isValid incorrectly called execute, instead of executeWithFlags fixes Issue #3630
@davecramer(#3631)- add override
@davecramer(#3629)- add the ability to turn off automatic LSN flush
@davecramer(#3403)- test: add tests with reWriteBatchedInserts=true
@vlsi(#3616)- test: add CI executions with adaptive_fetch=true by default
@vlsi(#3615)- test: simplify TestUtil.openDB, add tests with various assumeMinServerVersion values
@vlsi(#3614)- Deprecate group startup parms
@davecramer(#3613)- Add back application name setting
@joejensen(#3509)- Copr: Use Java 21 as the build dependency
@mkoncek(#3607)- fix indentation of return child to allow built pass in Checkstyle's CIs
@mohitsatr(#3611)- Set column name explicitely when using
current_database()in queries@kneth(#3526)- add PgMessageType and use static variables for protocol literals
@davecramer(#3609)- Handle protocol 3.2 and wider cancel keys.
@davecramer(#3592)- refactor empty resultset to use empty result set if the catalog is not correct
@davecramer(#3588)- Use query to find the current catalog instead of relying on the database in the connection URL or connection properties as this could be different if connected through a pooler or proxy
@davecramer(#3565)- ci: add Java 24 tests
@davecramer(#3580)- docs: Relabel 42.7.4 as past version as it is no longer the latest
@sehrope(#3586)- test: remove stale logging message from SslTest
@vlsi(#3584)- chore: appply the latest byte-buddy version for tests so we support the latest Java versions
@vlsi(#3583)- fix: make PgConnection#abort compatible with Java 24
@vlsi(#3582)- chore(deps): update plugin com.github.burrunan.s3-build-cache to v1.8.5
@renovate-bot(#3573)- Fix JavadocTagContinuationIndentation in AfterBeforeParameterResolver
@Anmol202005(#3566)- Revert "use in row values instead of union all (#3510)"
@vlsi(#3524)- use in row values instead of union all
@davecramer(#3510)- feat: enhanced DatabaseMetadata.getIndexInfo() method, added index comment as REMARKS property
@raminorujov(#3513)- Nit: correct message in main.yml test action
@ecki(#3503)- chore: use import instead of require to support modern NodeJS
@vlsi(#3502)- chore: use PostgreSQL 17 rather than 17rc1 for CI tests
@vlsi(#3501)- chore: add ErrorProne verification to catch bugs ealier
@vlsi(#3493)- fix: ArrayIndexOutOfBounds when write big object into GSS enabled connection, make GSSInputStream robust in face of streams that produce incomplete reads
@vlsi(#3500)- refactor: factor out duplicated .getBytes() when converting date/time to Date/Time/Timestamp
@vlsi(#3497)- chore: exclude Oracle Java 17 from CI tests
@vlsi(#3499)- chore: remove unused Travis CI configuration
@vlsi(#3498)- Undeprecate sslfactoryarg connection property
@sehrope(#3496)- fix:Fix sending extra_float_digits
@davecramer(#3491)🐛 Bug Fixes
- fix: EOFException on PreparedStatement#toString with unset bytea parameter since 42.7.4
@MrEasy(#3369)🧰 Maintenance
⬆️ Dependencies
... (truncated)
Changelog
Sourced from org.postgresql:postgresql's changelog.
[42.7.6]
Features
- fix: Enhanced DatabaseMetadata.getIndexInfo() method, added index comment as REMARKS property [PR #3513](pgjdbc/pgjdbc#3513)
Performance Improvements
- performance: Improve ResultSetMetadata.fetchFieldMetaData by using IN row values instead of UNION ALL for improved query performance (later reverted) [PR #3510](pgjdbc/pgjdbc#3510)
- feat:Use a single simple query for all startup parameters, so groupStartupParameters is no longer needed [PR #3613](pgjdbc/pgjdbc#3613)
Bug Fixes
Protocol & Connection Handling
- fix: Send extra_float_digits=3 for PostgreSQL 12+ as well [PR #3491](pgjdbc/pgjdbc#3491)
- fix: Fixed handling of protocol 3.2 and wider cancel keys [PR #3592](pgjdbc/pgjdbc#3592)
- fix: Made PgConnection#abort compatible with Java 24 [PR #3582](pgjdbc/pgjdbc#3582)
- fix: Fixed ArrayIndexOutOfBounds when writing big objects into GSS enabled connections [PR #3500](pgjdbc/pgjdbc#3500)
- fix: Added back application name setting [PR #3509](pgjdbc/pgjdbc#3509)
Metadata & Catalog Handling
- fix: Set column name explicitly when using current_database() in queries [PR #3526](pgjdbc/pgjdbc#3526)
- fix: Use query to find the current catalog instead of relying on the database in the connection URL [pull #3565](pgjdbc/pgjdbc#3565)
- fix: Refactored empty resultset to use empty result set if the catalog is not correct [PR #3588](pgjdbc/pgjdbc#3588)
API Improvements
- fix: Undeprecated Fastpath API and fixed deprecation warnings [PR #3493](pgjdbc/pgjdbc#3493)
- fix: Undeprecated sslfactoryarg [PR #3496](pgjdbc/pgjdbc#3496)
- fix: Added PgMessageType and used static variables for protocol literals [PR #3609](pgjdbc/pgjdbc#3609)
- fix: Add the ability to turn off automatic LSN flush [PR #3403](pgjdbc/pgjdbc#3403)
- fix: isValid incorrectly called execute, instead of executeWithFlags [PR #3631](pgjdbc/pgjdbc#3631). Fixes [Issue #3630](pgjdbc/pgjdbc#3630)
- fix: EOFException on PreparedStatement#toString with unset bytea parameter since 42.7.4 Commit 0a88ea4. Fixes [Issue #3365](pgjdbc/pgjdbc#3365)
Infrastructure & Build Improvements
Java Support
- update: Updated to use Java 21 for building pgjdbc by default [PR #3612](pgjdbc/pgjdbc#3612)
- update: Updated Java 21 as the build dependency for copr [PR #3607](pgjdbc/pgjdbc#3607)
- update: Updated latest JDK to version 24 [PR #3580](pgjdbc/pgjdbc#3580)
- update: Applied the latest byte-buddy version for tests to support the latest Java versions [PR #3583](pgjdbc/pgjdbc#3583)
Testing & Quality
- test: Added ErrorProne verification to detect bugs earlier [PR #3493](pgjdbc/pgjdbc#3493)
- test: Simplified TestUtil.openDB, added tests with various assumeMinServerVersion values [PR #3624](pgjdbc/pgjdbc#3614)
- test: Updated to use PostgreSQL 17 rather than 17rc1 for CI tests [PR #3501](pgjdbc/pgjdbc#3501)
- test: Removed stale logging message from SslTest [PR #3584](pgjdbc/pgjdbc#3584)
- test: Added CI executions with adaptive_fetch=true by default for performance testing [PR #3615](pgjdbc/pgjdbc#3615)
- test: Added tests with reWriteBatchedInserts=true [PR #3616](pgjdbc/pgjdbc#3616)
Code Quality
- doc: Fixed javadoc warnings [PR #3493](pgjdbc/pgjdbc#3493)
... (truncated)
Commits
689708fPrepare release notes for release 42_7_6 (new format) (#3628)0a88ea4fix: EOFException on PreparedStatement#toString with unset bytea parameter si...2de9b94fix: make sure Connection.isValid correctly uses executeWithFlags fixes Issu...d9e2087add override (#3629)665b27badd the ability to turn off automatic LSN flush (#3403)253c682chore(deps): update burrunan/gradle-cache-action action to v32d1ae0cchore(deps): update plugin com.gradle.develocity to v4baeb893fix(deps): update dependency org.openrewrite.rewrite:org.openrewrite.rewrite....e24d599fix(deps): update dependency com.google.errorprone:error_prone_core to v2.38.01617c68fix(deps): update dependency net.ltgt.errorprone:net.ltgt.errorprone.gradle.p...- Additional commits viewable in compare view
Updates org.postgresql:postgresql from 42.7.5 to 42.7.6
Release notes
Sourced from org.postgresql:postgresql's releases.
v42.7.6
Changes
- Prepare release notes for release 42_7_6 (new format)
@davecramer(#3628)- fix: isValid incorrectly called execute, instead of executeWithFlags fixes Issue #3630
@davecramer(#3631)- add override
@davecramer(#3629)- add the ability to turn off automatic LSN flush
@davecramer(#3403)- test: add tests with reWriteBatchedInserts=true
@vlsi(#3616)- test: add CI executions with adaptive_fetch=true by default
@vlsi(#3615)- test: simplify TestUtil.openDB, add tests with various assumeMinServerVersion values
@vlsi(#3614)- Deprecate group startup parms
@davecramer(#3613)- Add back application name setting
@joejensen(#3509)- Copr: Use Java 21 as the build dependency
@mkoncek(#3607)- fix indentation of return child to allow built pass in Checkstyle's CIs
@mohitsatr(#3611)- Set column name explicitely when using
current_database()in queries@kneth(#3526)- add PgMessageType and use static variables for protocol literals
@davecramer(#3609)- Handle protocol 3.2 and wider cancel keys.
@davecramer(#3592)- refactor empty resultset to use empty result set if the catalog is not correct
@davecramer(#3588)- Use query to find the current catalog instead of relying on the database in the connection URL or connection properties as this could be different if connected through a pooler or proxy
@davecramer(#3565)- ci: add Java 24 tests
@davecramer(#3580)- docs: Relabel 42.7.4 as past version as it is no longer the latest
@sehrope(#3586)- test: remove stale logging message from SslTest
@vlsi(#3584)- chore: appply the latest byte-buddy version for tests so we support the latest Java versions
@vlsi(#3583)- fix: make PgConnection#abort compatible with Java 24
@vlsi(#3582)- chore(deps): update plugin com.github.burrunan.s3-build-cache to v1.8.5
@renovate-bot(#3573)- Fix JavadocTagContinuationIndentation in AfterBeforeParameterResolver
@Anmol202005(#3566)- Revert "use in row values instead of union all (#3510)"
@vlsi(#3524)- use in row values instead of union all
@davecramer(#3510)- feat: enhanced DatabaseMetadata.getIndexInfo() method, added index comment as REMARKS property
@raminorujov(#3513)- Nit: correct message in main.yml test action
@ecki(#3503)- chore: use import instead of require to support modern NodeJS
@vlsi(#3502)- chore: use PostgreSQL 17 rather than 17rc1 for CI tests
@vlsi(#3501)- chore: add ErrorProne verification to catch bugs ealier
@vlsi(#3493)- fix: ArrayIndexOutOfBounds when write big object into GSS enabled connection, make GSSInputStream robust in face of streams that produce incomplete reads
@vlsi(#3500)- refactor: factor out duplicated .getBytes() when converting date/time to Date/Time/Timestamp
@vlsi(#3497)- chore: exclude Oracle Java 17 from CI tests
@vlsi(#3499)- chore: remove unused Travis CI configuration
@vlsi(#3498)- Undeprecate sslfactoryarg connection property
@sehrope(#3496)- fix:Fix sending extra_float_digits
@davecramer(#3491)🐛 Bug Fixes
- fix: EOFException on PreparedStatement#toString with unset bytea parameter since 42.7.4
@MrEasy(#3369)🧰 Maintenance
⬆️ Dependencies
... (truncated)
Changelog
Sourced from org.postgresql:postgresql's changelog.
[42.7.6]
Features
- fix: Enhanced DatabaseMetadata.getIndexInfo() method, added index comment as REMARKS property [PR #3513](pgjdbc/pgjdbc#3513)
Performance Improvements
- performance: Improve ResultSetMetadata.fetchFieldMetaData by using IN row values instead of UNION ALL for improved query performance (later reverted) [PR #3510](pgjdbc/pgjdbc#3510)
- feat:Use a single simple query for all startup parameters, so groupStartupParameters is no longer needed [PR #3613](pgjdbc/pgjdbc#3613)
Bug Fixes
Protocol & Connection Handling
- fix: Send extra_float_digits=3 for PostgreSQL 12+ as well [PR #3491](pgjdbc/pgjdbc#3491)
- fix: Fixed handling of protocol 3.2 and wider cancel keys [PR #3592](pgjdbc/pgjdbc#3592)
- fix: Made PgConnection#abort compatible with Java 24 [PR #3582](pgjdbc/pgjdbc#3582)
- fix: Fixed ArrayIndexOutOfBounds when writing big objects into GSS enabled connections [PR #3500](pgjdbc/pgjdbc#3500)
- fix: Added back application name setting [PR #3509](pgjdbc/pgjdbc#3509)
Metadata & Catalog Handling
- fix: Set column name explicitly when using current_database() in queries [PR #3526](pgjdbc/pgjdbc#3526)
- fix: Use query to find the current catalog instead of relying on the database in the connection URL [pull #3565](pgjdbc/pgjdbc#3565)
- fix: Refactored empty resultset to use empty result set if the catalog is not correct [PR #3588](pgjdbc/pgjdbc#3588)
API Improvements
- fix: Undeprecated Fastpath API and fixed deprecation warnings [PR #3493](pgjdbc/pgjdbc#3493)
- fix: Undeprecated sslfactoryarg [PR #3496](pgjdbc/pgjdbc#3496)
- fix: Added PgMessageType and used static variables for protocol literals [PR #3609](pgjdbc/pgjdbc#3609)
- fix: Add the ability to turn off automatic LSN flush [PR #3403](pgjdbc/pgjdbc#3403)
- fix: isValid incorrectly called execute, instead of executeWithFlags [PR #3631](pgjdbc/pgjdbc#3631). Fixes [Issue #3630](pgjdbc/pgjdbc#3630)
- fix: EOFException on PreparedStatement#toString with unset bytea parameter since 42.7.4 Commit 0a88ea4. Fixes [Issue #3365](pgjdbc/pgjdbc#3365)
Infrastructure & Build Improvements
Java Support
- update: Updated to use Java 21 for building pgjdbc by default [PR #3612](pgjdbc/pgjdbc#3612)
- update: Updated Java 21 as the build dependency for copr [PR #3607](pgjdbc/pgjdbc#3607)
- update: Updated latest JDK to version 24 [PR #3580](pgjdbc/pgjdbc#3580)
- update: Applied the latest byte-buddy version for tests to support the latest Java versions [PR #3583](pgjdbc/pgjdbc#3583)
Testing & Quality
- test: Added ErrorProne verification to detect bugs earlier [PR #3493](pgjdbc/pgjdbc#3493)
- test: Simplified TestUtil.openDB, added tests with various assumeMinServerVersion values [PR #3624](pgjdbc/pgjdbc#3614)
- test: Updated to use PostgreSQL 17 rather than 17rc1 for CI tests [PR #3501](pgjdbc/pgjdbc#3501)
- test: Removed stale logging message from SslTest [PR #3584](pgjdbc/pgjdbc#3584)
- test: Added CI executions with adaptive_fetch=true by default for performance testing [PR #3615](pgjdbc/pgjdbc#3615)
- test: Added tests with reWriteBatchedInserts=true [PR #3616](pgjdbc/pgjdbc#3616)
Code Quality
- doc: Fixed javadoc warnings [PR #3493](pgjdbc/pgjdbc#3493)
... (truncated)
Commits
689708fPrepare release notes for release 42_7_6 (new format) (#3628)0a88ea4fix: EOFException on PreparedStatement#toString with unset bytea parameter si...2de9b94fix: make sure Connection.isValid correctly uses executeWithFlags fixes Issu...d9e2087add override (#3629)665b27badd the ability to turn off automatic LSN flush (#3403)253c682chore(deps): update burrunan/gradle-cache-action action to v32d1ae0cchore(deps): update plugin com.gradle.develocity to v4baeb893fix(deps): update dependency org.openrewrite.rewrite:org.openrewrite.rewrite....e24d599fix(deps): update dependency com.google.errorprone:error_prone_core to v2.38.01617c68fix(deps): update dependency net.ltgt.errorprone:net.ltgt.errorprone.gradle.p...- Additional commits viewable in compare view
Updates org.postgresql:postgresql from 42.7.5 to 42.7.6
Release notes
Sourced from org.postgresql:postgresql's releases.
v42.7.6
Changes
- Prepare release notes for release 42_7_6 (new format)
@davecramer(#3628)- fix: isValid incorrectly called execute, instead of executeWithFlags fixes Issue #3630
@davecramer(#3631)- add override
@davecramer(#3629)- add the ability to turn off automatic LSN flush
@davecramer(#3403)- test: add tests with reWriteBatchedInserts=true
@vlsi(#3616)- test: add CI executions with adaptive_fetch=true by default
@vlsi(#3615)- test: simplify TestUtil.openDB, add tests with various assumeMinServerVersion values
@vlsi(#3614)- Deprecate group startup parms
@davecramer(#3613)- Add back application name setting
@joejensen(#3509)- Copr: Use Java 21 as the build dependency
@mkoncek(#3607)- fix indentation of return child to allow built pass in Checkstyle's CIs
@mohitsatr(#3611)- Set column name explicitely when using
current_database()in queries@kneth(#3526)- add PgMessageType and use static variables for protocol literals
@davecramer(#3609)- Handle protocol 3.2 and wider cancel keys.
@davecramer(#3592)- refactor empty resultset to use empty result set if the catalog is not correct
@davecramer(#3588)- Use query to find the current catalog instead of relying on the database in the connection URL or connection properties as this could be different if connected through a pooler or proxy
@davecramer(#3565)- ci: add Java 24 tests
@davecramer(#3580)- docs: Relabel 42.7.4 as past version as it is no longer the latest
@sehrope(#3586)- test: remove stale logging message from SslTest
@vlsi(#3584)- chore: appply the latest byte-buddy version for tests so we support the latest Java versions
@vlsi(#3583)- fix: make PgConnection#abort compatible with Java 24
@vlsi(#3582)- chore(deps): update plugin com.github.burrunan.s3-build-cache to v1.8.5
@renovate-bot(#3573)- Fix JavadocTagContinuationIndentation in AfterBeforeParameterResolver
@Anmol202005(#3566)- Revert "use in row values instead of union all (#3510)"
@vlsi(#3524)- use in row values instead of union all
@davecramer(#3510)- feat: enhanced DatabaseMetadata.getIndexInfo() method, added index comment as REMARKS property
@raminorujov(#3513)- Nit: correct message in main.yml test action
@ecki(#3503)- chore: use import instead of require to support modern NodeJS
@vlsi(#3502)- chore: use PostgreSQL 17 rather than 17rc1 for CI tests
@vlsi(#3501)- chore: add ErrorProne verification to catch bugs ealier
@vlsi(#3493)- fix: ArrayIndexOutOfBounds when write big object into GSS enabled connection, make GSSInputStream robust in face of streams that produce incomplete reads
@vlsi(#3500)- refactor: factor out duplicated .getBytes() when converting date/time to Date/Time/Timestamp
@vlsi(#3497)- chore: exclude Oracle Java 17 from CI tests
@vlsi(#3499)- chore: remove unused Travis CI configuration
@vlsi(#3498)- Undeprecate sslfactoryarg connection property
@sehrope(#3496)- fix:Fix sending extra_float_digits
@davecramer(#3491)🐛 Bug Fixes
- fix: EOFException on PreparedStatement#toString with unset bytea parameter since 42.7.4
@MrEasy(#3369)🧰 Maintenance
⬆️ Dependencies
... (truncated)
Changelog
Sourced from org.postgresql:postgresql's changelog.
[42.7.6]
Features
- fix: Enhanced DatabaseMetadata.getIndexInfo() method, added index comment as REMARKS property [PR #3513](pgjdbc/pgjdbc#3513)
Performance Improvements
- performance: Improve ResultSetMetadata.fetchFieldMetaData by using IN row values instead of UNION ALL for improved query performance (later reverted) [PR #3510](pgjdbc/pgjdbc#3510)
- feat:Use a single simple query for all startup parameters, so groupStartupParameters is no longer needed [PR #3613](pgjdbc/pgjdbc#3613)
Bug Fixes
Protocol & Connection Handling
- fix: Send extra_float_digits=3 for PostgreSQL 12+ as well [PR #3491](pgjdbc/pgjdbc#3491)
- fix: Fixed handling of protocol 3.2 and wider cancel keys [PR #3592](pgjdbc/pgjdbc#3592)
- fix: Made PgConnection#abort compatible with Java 24 [PR #3582](pgjdbc/pgjdbc#3582)
- fix: Fixed ArrayIndexOutOfBounds when writing big objects into GSS enabled connections [PR #3500](pgjdbc/pgjdbc#3500)
- fix: Added back application name setting [PR #3509](pgjdbc/pgjdbc#3509)
Metadata & Catalog Handling
- fix: Set column name explicitly when using current_database() in queries [PR #3526](pgjdbc/pgjdbc#3526)
- fix: Use query to find the current catalog instead of relying on the database in the connection URL [pull #3565](pgjdbc/pgjdbc#3565)
- fix: Refactored empty resultset to use empty result set if the catalog is not correct [PR #3588](pgjdbc/pgjdbc#3588)
API Improvements
- fix: Undeprecated Fastpath API and fixed deprecation warnings [PR #3493](pgjdbc/pgjdbc#3493)
- fix: Undeprecated sslfactoryarg [PR #3496](pgjdbc/pgjdbc#3496)
- fix: Added PgMessageType and used static variables for protocol literals [PR #3609](pgjdbc/pgjdbc#3609)
- fix: Add the ability to turn off automatic LSN flush [PR #3403](pgjdbc/pgjdbc#3403)
- fix: isValid incorrectly called execute, instead of executeWithFlags [PR #3631](pgjdbc/pgjdbc#3631). Fixes [Issue #3630](pgjdbc/pgjdbc#3630)
- fix: EOFException on PreparedStatement#toString with unset bytea parameter since 42.7.4 Commit 0a88ea4. Fixes [Issue #3365](pgjdbc/pgjdbc#3365)
Infrastructure & Build Improvements
Java Support
- update: Updated to use Java 21 for building pgjdbc by default [PR #3612](pgjdbc/pgjdbc#3612)
- update: Updated Java 21 as the build dependency for copr [PR #3607](pgjdbc/pgjdbc#3607)
- update: Updated latest JDK to version 24 [PR #3580](pgjdbc/pgjdbc#3580)
- update: Applied the latest byte-buddy version for tests to support the latest Java versions [PR #3583](pgjdbc/pgjdbc#3583)
Testing & Quality
- test: Added ErrorProne verification to detect bugs earlier [PR #3493](pgjdbc/pgjdbc#3493)
- test: Simplified TestUtil.openDB, added tests with various assumeMinServerVersion values [PR #3624](pgjdbc/pgjdbc#3614)
- test: Updated to use PostgreSQL 17 rather than 17rc1 for CI tests [PR #3501](pgjdbc/pgjdbc#3501)
- test: Removed stale logging message from SslTest [PR #3584](pgjdbc/pgjdbc#3584)
- test: Added CI executions with adaptive_fetch=true by default for performance testing [PR #3615](pgjdbc/pgjdbc#3615)
- test: Added tests with reWriteBatchedInserts=true [PR #3616](pgjdbc/pgjdbc#3616)
Code Quality
- doc: Fixed javadoc warnings [PR #3493](pgjdbc/pgjdbc#3493)
... (truncated)
Commits
689708fPrepare release notes for release 42_7_6 (new format) (#3628)0a88ea4fix: EOFException on PreparedStatement#toString with unset bytea parameter si...2de9b94fix: make sure Connection.isValid correctly uses executeWithFlags fixes Issu...d9e2087add override (#3629)665b27badd the ability to turn off automatic LSN flush (#3403)253c682chore(deps): update burrunan/gradle-cache-action action to v32d1ae0cchore(deps): update plugin com.gradle.develocity to v4baeb893fix(deps): update dependency org.openrewrite.rewrite:org.openrewrite.rewrite....e24d599fix(deps): update dependency com.google.errorprone:error_prone_core to v2.38.01617c68fix(deps): update dependency net.ltgt.errorprone:net.ltgt.errorprone.gradle.p...- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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 <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions
Pull Request Statistics
0
0
+0
-0
Package Dependencies
org.postgresql:postgresql
maven
42.7.5 → 42.7.6
Patch
Technical Details
| ID: | 1678657 |
| UUID: | 3109668712 |
| Node ID: | PR_kwDOHlIHls6YmaLU |
| Host: | GitHub |
| Repository: | aws-samples/aws-lambda-java-workshop |