Skip to content

build(deps): bump the minor-and-patch group across 1 directory with 5 updates#14

Merged
github-actions[bot] merged 1 commit into
developfrom
dependabot/maven/develop/minor-and-patch-1a49938a27
Feb 11, 2026
Merged

build(deps): bump the minor-and-patch group across 1 directory with 5 updates#14
github-actions[bot] merged 1 commit into
developfrom
dependabot/maven/develop/minor-and-patch-1a49938a27

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Feb 11, 2026

Bumps the minor-and-patch group with 5 updates in the / directory:

Package From To
org.springframework.cloud:spring-cloud-dependencies 2025.0.1 2025.1.1
org.postgresql:postgresql 42.7.8 42.7.9
org.postgresql:r2dbc-postgresql 1.0.9.RELEASE 1.1.1.RELEASE
org.apache.maven.plugins:maven-gpg-plugin 3.2.7 3.2.8
org.sonatype.central:central-publishing-maven-plugin 0.7.0 0.10.0

Updates org.springframework.cloud:spring-cloud-dependencies from 2025.0.1 to 2025.1.1

Release notes

Sourced from org.springframework.cloud:spring-cloud-dependencies's releases.

v2025.1.1

What's Changed

Full Changelog: spring-cloud/spring-cloud-release@v2025.1.0...v2025.1.1

Commits
  • dbb12bf Update SNAPSHOT to 2025.1.1
  • edc8bcb Bumping versions
  • a9f4183 Use Spring Boot 4.0.2-SNAPSHOT
  • da7ad03 Merge pull request #460 from spring-cloud/dependabot/maven/org.apache.maven-m...
  • 49b10e6 Merge pull request #461 from spring-cloud/dependabot/maven/main/org.apache.ma...
  • 59782be Bump org.apache.maven:maven-model from 3.9.11 to 3.9.12
  • 89c8dd1 Bump org.apache.maven:maven-model from 3.9.11 to 3.9.12
  • 96a5fb0 Merge pull request #456 from spring-cloud/dependabot/github_actions/main/acti...
  • 5d22a1d Bump actions/cache from 4 to 5
  • ec45c6d Bumping versions
  • Additional commits viewable in compare view

Updates org.postgresql:postgresql from 42.7.8 to 42.7.9

Release notes

Sourced from org.postgresql:postgresql's releases.

v42.7.9

Changes

🐛 Bug Fixes

  • fix: close temporary lob descriptors that are used internally in PreparedStatement#setBlob @​vlsi (#3903)
  • fix: avoid memory leaks in Java <= 21 caused by Thread.inheritedAccessControlContext @​vlsi (#3886)

📝 Documentation

  • doc: add the new PGP signing key to the official documentation @​vlsi (#3813)

🧰 Maintenance

  • chore: remove unused com.github.spotbugs Gradle plugin dependency @​vlsi (#3868)
  • chore: drop SpotBugs as we do not seem to use it @​vlsi (#3834)
  • chore: bump version to 42.7.9 after 42.7.8 release @​vlsi (#3810)

⬆️ Dependencies

... (truncated)

Changelog

Sourced from org.postgresql:postgresql's changelog.

[42.7.9] (2026-01-14)

Added

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

Commits
  • 79b784e Added changelogs for version 42.7.9 (#3908)
  • 1c00ffc doc: add the new PGP signing key to the official documentation
  • f774000 chore(deps): update actions/create-github-app-token digest to 29824e6
  • 27daf3b chore(deps): update actions/setup-java digest to c1e3236
  • 6eb01ff chore(deps): update codecov/codecov-action digest to 671740a
  • dbf1e57 the classloader is nullable, and remove a space (#3907)
  • 6a20574 Merge commit from fork
  • c07721a fix: incorrect pg_stat_replication.reply_time calculation (#3906)
  • 83023f3 fix: close temporary lob descriptors that are used internally in PreparedStat...
  • 62c9805 fix: issue #3892, PGXAConnection.prepare(Xid) should return XA_RDONLY if the ...
  • Additional commits viewable in compare view

Updates org.postgresql:r2dbc-postgresql from 1.0.9.RELEASE to 1.1.1.RELEASE

Release notes

Sourced from org.postgresql:r2dbc-postgresql's releases.

v1.1.1.RELEASE

🐞 Bug Fixes

  • Codec preference is not considered leading to OID value decoding through DayOfWeek #693

❤️ Contributors

We'd like to thank all the contributors who worked on this release!

v1.1.0.RELEASE

⭐ New Features

  • Expose API to subscribe to Postgres notice messages #570
  • Add codecs for DayOfWeek, Month, MonthDay, Period, Year, YearMonth #591
  • Make CodecMetadata.getDataTypes() more flexible #600
  • Add PostgresqlResult.filter(…) overrides to return PostgresqlResult instead of Result #602
  • Support for pgvector #612
  • Add support for dynamic usernames and passwords #613
  • Set SNI on SSL connections #634
  • Performance issue with PostgresqlRow.getColumn(String name) when select many columns #636
  • Defer oid and typarray to stage when an extension is supported #649
  • Add support for sslnegotation=direct #651
  • Introduce fast-path handling for decoding primitive values #662
  • Introduce ObjectCodec to support bindNull(Object.class) #664
  • Explore acquisition scheduler offloading #668
  • Add JSpecify nullability annotations to Java APIs #689

🐞 Bug Fixes

  • Cancel signal does not interrupt cursored query fetching #536
  • Implement support for interval units. #566
  • Error when storing BC dates (e.g. "0000-12-31T01:01:00Z") #578
  • Creating connections can hang during server downtime #595
  • Driver reports I/O error when rowsUpdated is greater than Integer.MAX_VALUE #597
  • Do not require typarray column when auto-registering extensions #621
  • NullPointerException at SingleHostConnectionFunction#getCredentials when configuration password is null #622
  • Do not require typarray column when auto-registering extensions #632
  • SNIHostName is going to throw an exception when hostname has a trailing dot #656
  • Postgres 11 compatibility #657
  • Fix self-suppression when standby is unavailable #678
  • Include OID explicitly in the SELECT clause for older Postgres databases #680

💡 Other

  • Remove rogue newline in readme #569
  • Integration test fails on JDK > 8 because of Instant resolution change #572
  • Bump Netty to 4.1.89.Final, CVE-2022-41915 #584
  • Upgrade to Project Reactor 2022.0.3 #585
  • key param javadoc description #593
  • Adapt integration test to be Java 11 forward-compatible #594
  • Upgrade to Reactor 2022.0.9 #604
  • Bump org.postgresql:postgresql from 42.6.0 to 42.7.2 #637
  • Resolve a LEAK warning in unit test #642

... (truncated)

Changelog

Sourced from org.postgresql:r2dbc-postgresql's changelog.

1.1.1.RELEASE

  • Codec preference is not considered leading to OID value decoding through DayOfWeek #693

1.1.0.RELEASE

  • Cancel signal does not interrupt cursored query fetching #536
  • Implement support for interval units. #566
  • Bump postgresql from 42.5.0 to 42.5.1 #568
  • Remove rogue newline in readme #569
  • Expose API to subscribe to Postgres notice messages #570
  • Integration test fails on JDK > 8 because of Instant resolution change #572
  • Error when storing BC dates (e.g. "0000-12-31T01:01:00Z") #578
  • Bump Netty to 4.1.89.Final, CVE-2022-41915 #584
  • Upgrade to Project Reactor 2022.0.3 #585
  • Add codecs for DayOfWeek, Month, MonthDay, Period, Year, YearMonth #591
  • key param javadoc description #593
  • Adapt integration test to be Java 11 forward-compatible #594
  • Creating connections can hang during server downtime #595
  • Driver reports I/O error when rowsUpdated is greater than Integer.MAX_VALUE #597
  • Upgrade dependencies #599
  • Make CodecMetadata.getDataTypes() more flexible #600
  • Add PostgresqlResult.filter(…) overrides to return PostgresqlResult instead of Result #602
  • Upgrade to Reactor 2022.0.9 #604
  • Support for pgvector #612
  • Add support for dynamic usernames and passwords #613
  • Upgrade dependencies #616
  • Do not require typarray column when auto-registering extensions #621
  • NullPointerException at SingleHostConnectionFunction#getCredentials when configuration password is null #622
  • Upgrade dependencies #628
  • Do not require typarray column when auto-registering extensions #632
  • README.md #633
  • Set SNI on SSL connections #634
  • Performance issue with PostgresqlRow.getColumn(String name) when select many columns #636
  • Bump org.postgresql:postgresql from 42.6.0 to 42.7.2 #637
  • Resolve a LEAK warning in unit test #642
  • Update SCRAM dependency to 3.0 #645
  • Defer oid and typarray to stage when an extension is supported #649
  • Add support for sslnegotation=direct #651
  • SNIHostName is going to throw an exception when hostname has a trailing dot #656
  • Postgres 11 compatibility #657
  • Update scram-client to 3.1 #659
  • Introduce fast-path handling for decoding primitive values #662
  • Introduce ObjectCodec to support bindNull(Object.class) #664
  • Explore acquisition scheduler offloading #668
  • Fix self-suppression when standby is unavailable #678
  • Include OID explicitly in the SELECT clause for older Postgres databases #680
  • Switch to Sonatype Central Publishing #681
  • Bump com.ongres.scram:scram-common from 3.1 to 3.2 #682
  • Upgrade to JTS 1.20.0 #688

... (truncated)

Commits

Updates org.apache.maven.plugins:maven-gpg-plugin from 3.2.7 to 3.2.8

Release notes

Sourced from org.apache.maven.plugins:maven-gpg-plugin's releases.

3.2.8

🐛 Bug Fixes

📝 Documentation updates

👻 Maintenance

📦 Dependency updates

Commits
  • 8a46455 [maven-release-plugin] prepare release maven-gpg-plugin-3.2.8
  • 7012821 Fix issueManagement, ciManagement system and url
  • a9a8c84 Make empty classifier null (not empty string) (#287)
  • a8368b0 Add .mvn
  • f0e45e0 Update parent POM to 45 (#284)
  • cb1236c Bump bouncycastleVersion from 1.78.1 to 1.80 (#127)
  • 5377a10 Bump commons-io:commons-io from 2.18.0 to 2.19.0 (#133)
  • 8b63932 Bump org.apache.maven.plugins:maven-invoker-plugin from 3.8.0 to 3.9.0 (#125)
  • 54ea518 Bump org.simplify4u.plugins:pgpverify-maven-plugin from 1.18.2 to 1.19.1
  • a6a412d Remove old JIRA issue link
  • Additional commits viewable in compare view

Updates org.sonatype.central:central-publishing-maven-plugin from 0.7.0 to 0.10.0

Commits

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will 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 version will 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

… updates

Bumps the minor-and-patch group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [org.springframework.cloud:spring-cloud-dependencies](https://github.com/spring-cloud/spring-cloud-release) | `2025.0.1` | `2025.1.1` |
| [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc) | `42.7.8` | `42.7.9` |
| [org.postgresql:r2dbc-postgresql](https://github.com/pgjdbc/r2dbc-postgresql) | `1.0.9.RELEASE` | `1.1.1.RELEASE` |
| [org.apache.maven.plugins:maven-gpg-plugin](https://github.com/apache/maven-gpg-plugin) | `3.2.7` | `3.2.8` |
| [org.sonatype.central:central-publishing-maven-plugin](https://github.com/sonatype/central-publishing-maven-plugin) | `0.7.0` | `0.10.0` |



Updates `org.springframework.cloud:spring-cloud-dependencies` from 2025.0.1 to 2025.1.1
- [Release notes](https://github.com/spring-cloud/spring-cloud-release/releases)
- [Commits](spring-cloud/spring-cloud-release@v2025.0.1...v2025.1.1)

Updates `org.postgresql:postgresql` from 42.7.8 to 42.7.9
- [Release notes](https://github.com/pgjdbc/pgjdbc/releases)
- [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md)
- [Commits](pgjdbc/pgjdbc@REL42.7.8...REL42.7.9)

Updates `org.postgresql:r2dbc-postgresql` from 1.0.9.RELEASE to 1.1.1.RELEASE
- [Release notes](https://github.com/pgjdbc/r2dbc-postgresql/releases)
- [Changelog](https://github.com/pgjdbc/r2dbc-postgresql/blob/v1.1.1.RELEASE/CHANGELOG)
- [Commits](pgjdbc/r2dbc-postgresql@v1.0.9.RELEASE...v1.1.1.RELEASE)

Updates `org.apache.maven.plugins:maven-gpg-plugin` from 3.2.7 to 3.2.8
- [Release notes](https://github.com/apache/maven-gpg-plugin/releases)
- [Commits](apache/maven-gpg-plugin@maven-gpg-plugin-3.2.7...maven-gpg-plugin-3.2.8)

Updates `org.sonatype.central:central-publishing-maven-plugin` from 0.7.0 to 0.10.0
- [Commits](https://github.com/sonatype/central-publishing-maven-plugin/commits)

---
updated-dependencies:
- dependency-name: org.springframework.cloud:spring-cloud-dependencies
  dependency-version: 2025.1.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: org.postgresql:postgresql
  dependency-version: 42.7.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: org.postgresql:r2dbc-postgresql
  dependency-version: 1.1.1.RELEASE
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: org.apache.maven.plugins:maven-gpg-plugin
  dependency-version: 3.2.8
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: org.sonatype.central:central-publishing-maven-plugin
  dependency-version: 0.10.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Feb 11, 2026
@github-actions github-actions Bot enabled auto-merge (squash) February 11, 2026 11:26
@github-actions github-actions Bot merged commit b9b332f into develop Feb 11, 2026
5 checks passed
@dependabot dependabot Bot deleted the dependabot/maven/develop/minor-and-patch-1a49938a27 branch February 11, 2026 11:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants