From b9b332f16409cf1e13807d6e0667b0ee99849dab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Feb 2026 11:27:00 +0000 Subject: [PATCH 1/2] build(deps): bump the minor-and-patch group across 1 directory with 5 updates (#14) 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](https://github.com/spring-cloud/spring-cloud-release/compare/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](https://github.com/pgjdbc/pgjdbc/compare/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](https://github.com/pgjdbc/r2dbc-postgresql/compare/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](https://github.com/apache/maven-gpg-plugin/compare/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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pom.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index b576713..3ac48f4 100644 --- a/pom.xml +++ b/pom.xml @@ -55,12 +55,12 @@ 3.5.10 - 2025.0.1 + 2025.1.1 2.8.15 - 42.7.8 - 1.0.9.RELEASE + 42.7.9 + 1.1.1.RELEASE 11.20.3 @@ -108,8 +108,8 @@ 3.4.0 3.12.0 3.6.2 - 3.2.7 - 0.7.0 + 3.2.8 + 0.10.0 From 040ab2e42abd78954a0bd75ad0f69c12c1e37483 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Contreras=20Guill=C3=A9n?= Date: Wed, 11 Feb 2026 12:42:20 +0100 Subject: [PATCH 2/2] fix: change Maven Central waitUntil from published to uploaded Prevent CI from hanging indefinitely when Sonatype Central Portal validation is slow or pending. The upload completes immediately and publishing can be monitored asynchronously on the portal. --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 3ac48f4..1404940 100644 --- a/pom.xml +++ b/pom.xml @@ -462,7 +462,7 @@ central true - published + uploaded required