Skip to content

Commit

Permalink
chore(5.x): release 5.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Feb 24, 2025
1 parent f03e3bf commit f1c5df4
Show file tree
Hide file tree
Showing 9 changed files with 22 additions and 9 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,19 @@ refer to the [commit
history](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commits/main)
on GitHub.

## [5.11.1](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/compare/v5.11.0...v5.11.1) (2025-02-24)


### Dependencies

* bump com.google.cloud:alloydb-jdbc-connector from 1.1.8 to 1.2.0 ([#3551](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/3551)) ([30dea6f](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/30dea6f31f06395f1b7cb2b861cdb64b1c9430e4))
* bump io.micrometer:micrometer-tracing-bom from 1.4.2 to 1.4.3 ([#3546](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/3546)) ([418f373](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/418f3732fb97999957085ab629a91a93859a0e5e))
* bump io.opentelemetry:opentelemetry-api from 1.46.0 to 1.47.0 ([#3541](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/3541)) ([b65245c](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/b65245c252c4846905620f5250c65baff990f5d0))
* bump org.graalvm.buildtools:native-maven-plugin ([#3531](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/3531)) ([a9315a4](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/a9315a475f4c33222114f3bca8803963274ae7d3))
* bump org.springframework.boot:spring-boot-starter-parent ([#3569](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/3569)) ([1a7e902](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/1a7e90252c1985b392d03c8d86c62d0c5cf637eb))
* bump spring-boot-dependencies.version from 3.3.8 to 3.3.9 ([#3568](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/3568)) ([8c92449](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/8c9244939c5071d2f76beba485718265181305da))
* bump zipkin-gcp.version from 2.2.6 to 2.3.0 ([#3563](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/3563)) ([a367f5a](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/a367f5a513ab41afbbb78a14923d28dace8af09d))

## [5.11.0](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/compare/v5.10.0...v5.11.0) (2025-02-04)


Expand Down
4 changes: 2 additions & 2 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ You can check our project website https://spring.io/projects/spring-cloud-gcp[he
For a deep dive into the project, refer to the Spring Framework on Google Cloud Reference documentation or Javadocs:

// {x-version-update-start:spring-cloud-gcp:released}
* link:https://googlecloudplatform.github.io/spring-cloud-gcp/5.11.0/reference/html/index.html[Spring Framework on Google Cloud 5.8.0 (Latest)] - https://googleapis.dev/java/spring-cloud-gcp/5.8.0/index.html[Javadocs 5.8.0]
* link:https://googlecloudplatform.github.io/spring-cloud-gcp/5.11.1/reference/html/index.html[Spring Framework on Google Cloud 5.8.0 (Latest)] - https://googleapis.dev/java/spring-cloud-gcp/5.8.0/index.html[Javadocs 5.8.0]
// {x-version-update-end}
* link:https://googlecloudplatform.github.io/spring-cloud-gcp/4.10.12/reference/html/index.html[Spring Framework on Google Cloud 4.10.12] - https://googleapis.dev/java/spring-cloud-gcp/4.10.12/index.html[Javadocs 4.10.12]
* link:https://googlecloudplatform.github.io/spring-cloud-gcp/3.8.11/reference/html/index.html[Spring Framework on Google Cloud 3.8.11] - https://googleapis.dev/java/spring-cloud-gcp/3.8.11/index.html[Javadocs 3.8.11]
Expand Down Expand Up @@ -104,7 +104,7 @@ This will allow you to not specify versions for any of the Maven dependencies an
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>spring-cloud-gcp-dependencies</artifactId>
<version>5.11.0</version>
<version>5.11.1</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>spring-cloud-gcp-starters</artifactId>
<version>5.11.1-SNAPSHOT</version><!-- {x-version-update:spring-cloud-gcp:current} -->
<version>5.11.1</version><!-- {x-version-update:spring-cloud-gcp:current} -->
<relativePath>../../spring-cloud-gcp-starters/pom.xml</relativePath>
</parent>
<artifactId>google-cloud-workflows-spring-starter</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>spring-cloud-gcp-starters</artifactId>
<version>5.11.1-SNAPSHOT</version><!-- {x-version-update:spring-cloud-gcp:current} -->
<version>5.11.1</version><!-- {x-version-update:spring-cloud-gcp:current} -->
<relativePath>../../spring-cloud-gcp-starters/pom.xml</relativePath>
</parent>
<artifactId>google-cloud-workstations-spring-starter</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>spring-cloud-gcp-starters</artifactId>
<version>5.11.1-SNAPSHOT</version><!-- {x-version-update:spring-cloud-gcp:current} -->
<version>5.11.1</version><!-- {x-version-update:spring-cloud-gcp:current} -->
<relativePath>../../spring-cloud-gcp-starters/pom.xml</relativePath>
</parent>
<artifactId>google-iam-admin-spring-starter</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>spring-cloud-gcp-starters</artifactId>
<version>5.11.1-SNAPSHOT</version><!-- {x-version-update:spring-cloud-gcp:current} -->
<version>5.11.1</version><!-- {x-version-update:spring-cloud-gcp:current} -->
<relativePath>../../spring-cloud-gcp-starters/pom.xml</relativePath>
</parent>
<artifactId>google-iam-policy-spring-starter</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>spring-cloud-gcp-starters</artifactId>
<version>5.11.1-SNAPSHOT</version><!-- {x-version-update:spring-cloud-gcp:current} -->
<version>5.11.1</version><!-- {x-version-update:spring-cloud-gcp:current} -->
<relativePath>../../spring-cloud-gcp-starters/pom.xml</relativePath>
</parent>
<artifactId>google-identity-accesscontextmanager-spring-starter</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion spring-cloud-previews/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>spring-cloud-gcp</artifactId>
<groupId>com.google.cloud</groupId>
<version>5.11.1-SNAPSHOT</version><!-- {x-version-update:spring-cloud-gcp:current} -->
<version>5.11.1</version><!-- {x-version-update:spring-cloud-gcp:current} -->
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion spring-cloud-spanner-spring-data-r2dbc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>spring-cloud-gcp</artifactId>
<groupId>com.google.cloud</groupId>
<version>5.11.1-SNAPSHOT</version><!-- {x-version-update:spring-cloud-gcp:current} -->
<version>5.11.1</version><!-- {x-version-update:spring-cloud-gcp:current} -->
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down

0 comments on commit f1c5df4

Please sign in to comment.