Skip to content

Commit b9b332f

Browse files
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](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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c9b0816 commit b9b332f

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,12 +55,12 @@
5555

5656
<!-- Spring Boot and Cloud -->
5757
<spring-boot.version>3.5.10</spring-boot.version>
58-
<spring-cloud.version>2025.0.1</spring-cloud.version>
58+
<spring-cloud.version>2025.1.1</spring-cloud.version>
5959
<springdoc-openapi.version>2.8.15</springdoc-openapi.version>
6060

6161
<!-- Database -->
62-
<postgresql.version>42.7.8</postgresql.version>
63-
<r2dbc-postgresql.version>1.0.9.RELEASE</r2dbc-postgresql.version>
62+
<postgresql.version>42.7.9</postgresql.version>
63+
<r2dbc-postgresql.version>1.1.1.RELEASE</r2dbc-postgresql.version>
6464
<flyway.version>11.20.3</flyway.version>
6565

6666
<!-- OpenAPI -->
@@ -108,8 +108,8 @@
108108
<maven-source-plugin.version>3.4.0</maven-source-plugin.version>
109109
<maven-javadoc-plugin.version>3.12.0</maven-javadoc-plugin.version>
110110
<maven-enforcer-plugin.version>3.6.2</maven-enforcer-plugin.version>
111-
<maven-gpg-plugin.version>3.2.7</maven-gpg-plugin.version>
112-
<central-publishing-maven-plugin.version>0.7.0</central-publishing-maven-plugin.version>
111+
<maven-gpg-plugin.version>3.2.8</maven-gpg-plugin.version>
112+
<central-publishing-maven-plugin.version>0.10.0</central-publishing-maven-plugin.version>
113113
</properties>
114114

115115
<dependencyManagement>

0 commit comments

Comments
 (0)