Bump org.postgresql:postgresql from 42.7.8 to 42.7.10 in /modules/cratedb by dependabot[bot] · Pull Request #11540 · testcontainers/testcontainers-java
Bumps org.postgresql:postgresql from 42.7.8 to 42.7.10.
Release notes
Sourced from org.postgresql:postgresql's releases.
v42.7.10
Changes
- Update site for 42.7.10 release
@davecramer(#3936)- Create DisabledIfServerGreater annotation
@davecramer(#3937)- fix non-standard strings failing test for version 19
@davecramer(#3934)- Revert "fix: make all Calendar instances proleptic Gregorian (#3837)"
@davecramer(#3932)- fix small issues in ConnectionFactoryImpl
@davecramer(#3929)- Migrate to Shadow 9
@Goooler(#3931)- style: fix empty line before javadoc for checkstyle compliance
@Praveen7294(#3925)- style: fix lambda argument indentation for checkstyle compliance
@aclfe(#3922)- test: add autosave=always|never|conservative and cleanupSavepoints=true|false to the randomized CI jobs
@vlsi(#3917)- doc: use.md, fix typos
@mjschwaiger(#3911)- doc: datasource.md, fix minor formatting issue
@mjschwaiger(#3912)- lastEditYear to 2026 and bump version
@davecramer(#3909)🐛 Bug Fixes
⬆️ Dependencies
- chore(deps): update github/codeql-action digest to 4bdb89f
@renovate-bot(#3914)- chore(deps): update ubuntu:24.04 docker digest to cd1dba6
@renovate-bot(#3915)- chore(deps): update dependency com.typesafe.play:sbt-plugin to v2.9.10
@renovate-bot(#3916)v42.7.9
Changes
- Added changelogs for version 42.7.9
@davecramer(#3908)- the classloader is nullable, and remove a space
@davecramer(#3907)- fix: incorrect pg_stat_replication.reply_time calculation
@atorik(#3906)- fix: issue #3892, PGXAConnection.prepare(Xid) should return XA_RDONLY if the connection is read only
@davecramer(#3897)- fix badges for maven central and search paths. Sonatype has changed the search paths
@davecramer(#3901)- fix: make all Calendar instances proleptic Gregorian (#3837)
@m-van-tilburg(#3887)- test: add CI tests with Java 26
@vlsi(#3893)- perf: optimize PGInterval.getValue() by replacing String.format with StringBuilder
@vlsi(#3866)- use ssl_is_used() to check for ssl connection
@davecramer(#3867)- Add PEMKeyManager to handle PEM based certs and keys.
@harinath001(#3700)- Comment and simplify the complex state machine logic in QueryExecutorImpl
@davecramer(#3850)- Revert "fix: Issue #3784 pgjdbc can't decode numeric arrays containing special numbers like NaN"
@davecramer(#3851)- fix: Issue #3784 pgjdbc can't decode numeric arrays containing special numbers like NaN
@ShenFeng312(#3838)- Small simplication of locking patterns in QueryExecutorBase
@Sanne(#3849)- doc: update property quoteReturningIdentifiers default value
@sodekim(#3847)- feat: default query timeout property
@cfredri4(#3705)- create action to deploy docs to https://pgjdbc.github.io/
@davecramer(#3819)- fix homepage release note
@davecramer(#3817)🐛 Bug Fixes
... (truncated)
Changelog
Sourced from org.postgresql:postgresql's changelog.
[42.7.10] (2026-02-11)
Changed
- chore: Migrate to Shadow 9 PR 3931
- style: fix empty line before javadoc for checkstyle compliance [PR #3925](pgjdbc/pgjdbc#3925)
- style: fix lambda argument indentation for checkstyle compliance [PR #3922](pgjdbc/pgjdbc#3922)
- test: add autosave=always|never|conservative and cleanupSavepoints=true|false to the randomized CI jobs [PR #3917](pgjdbc/pgjdbc#3917)
Fixed
- fix: non-standard strings failing test for version 19 [PR #3934](pgjdbc/pgjdbc#3934)
- fix: small issues in ConnectionFactoryImpl [PR #3929](pgjdbc/pgjdbc#3929)
- fix: process pending responses before fastpath to avoid protocol errors PR # 3913
- doc: use.md, fix typos [PR #3911](pgjdbc/pgjdbc#3911)
- doc: datasource.md, fix minor formatting issue [PR #3912](pgjdbc/pgjdbc#3912)
- doc: add the new PGP signing key to the official documentation [PR #3912](pgjdbc/pgjdbc#3813)
Reverted
- Revert "fix: make all Calendar instances proleptic Gregorian (#3837) (#3887)" [PR #3932](pgjdbc/pgjdbc#3932)
[42.7.9] (2026-01-14)
Added
- feat: query timeout property [PR #3705](pgjdbc/pgjdbc#3705)
- feat: Add PEMKeyManager to handle PEM based certs and keys [PR #3700](pgjdbc/pgjdbc#3700)
Changed
- perf: optimize PGInterval.getValue() by replacing String.format with StringBuilder
- doc: update property quoteReturningIdentifiers default value [PR #3847](pgjdbc/pgjdbc#3847)
- security: Use a static method forName to load all user supplied classes. Use the Class.forName 3 parameter method and do not initilize it unless it is a subclass of the expected class
Fixed
- fix: incorrect pg_stat_replication.reply_time calculation [PR #3906](pgjdbc/pgjdbc#3906)
- fix: close temporary lob descriptors that are used internally in PreparedStatement#setBlob
- fix: PGXAConnection.prepare(Xid) should return XA_RDONLY if the connection is read only [PR #3897](pgjdbc/pgjdbc#3897)
- fix: make all Calendar instances proleptic Gregorian [PR #3837](pgjdbc/pgjdbc#3887)
- fix: Simplify concurrency guards on QueryExecutorBase#transaction and QueryExecutorBase#standardConformingStrings [PR #3897](pgjdbc/pgjdbc#3849)
- fix: avoid memory leaks in Java <= 21 caused by Thread.inheritedAccessControlContext [PR #3886](pgjdbc/pgjdbc#3886)
- fix: Issue #3784 pgjdbc can't decode numeric arrays containing special numbers like NaN [PR #3838](pgjdbc/pgjdbc#3838)
- fix: use ssl_is_used() to check for ssl connection [PR #3867](pgjdbc/pgjdbc#3867)
- fix: the classloader is nullable [PR #3907](pgjdbc/pgjdbc#3907)
Commits
27571c8Update site for 42.7.10 release (#3936)c7b512dCreate DisabledIfServerGreater annotation for disabling tests for newer serve...47f7e3bfix non-standard strings failing test for version 19 (#3934)d4cf420Revert "fix: make all Calendar instances proleptic Gregorian (#3837) (#3887)"...6ea732cfix small issues in ConnectionFactoryImpl (#3929)95cecdbMigrate to Shadow 95762c42style: fix empty line before javadoc for checkstyle compliance1ac8d99style: fix lambda argument indentation for checkstyle compliance3fab588test: add autosave=always|never|conservative and cleanupSavepoints=true|false...9c20cc2chore(deps): update github/codeql-action digest to 4bdb89f- 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 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)