Skip to content

Commit

Permalink
chore(main): release 5.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Sep 24, 2024
1 parent 09364f4 commit bdbd60c
Show file tree
Hide file tree
Showing 9 changed files with 21 additions and 9 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,18 @@ refer to the [commit
history](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commits/main)
on GitHub.

## [5.6.2](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/compare/v5.6.1...v5.6.2) (2024-09-24)


### Dependencies

* bump cloud-sql-socket-factory.version from 1.20.0 to 1.20.1 ([#3191](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/3191)) ([16518c6](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/16518c6529400bacf6f8e256257fd50b5b9481ae))


### Documentation

* Update README links ([#3246](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/3246)) ([bfc0fbd](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/bfc0fbd57e4e65dbf933f72aee01f6e82d7b800c))

## [5.6.1](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/compare/v5.6.0...v5.6.1) (2024-09-20)


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.6.1/reference/html/index.html[Spring Framework on Google Cloud 5.6.1 (Latest)] - https://googleapis.dev/java/spring-cloud-gcp/5.6.1/index.html[Javadocs 5.6.1]
* link:https://googlecloudplatform.github.io/spring-cloud-gcp/5.6.2/reference/html/index.html[Spring Framework on Google Cloud 5.6.1 (Latest)] - https://googleapis.dev/java/spring-cloud-gcp/5.6.1/index.html[Javadocs 5.6.1]
// {x-version-update-end}
* link:https://googlecloudplatform.github.io/spring-cloud-gcp/4.10.9/reference/html/index.html[Spring Framework on Google Cloud 4.10.9] - https://googleapis.dev/java/spring-cloud-gcp/4.10.9/index.html[Javadocs 4.10.9]
* link:https://googlecloudplatform.github.io/spring-cloud-gcp/3.8.9/reference/html/index.html[Spring Framework on Google Cloud 3.8.9] - https://googleapis.dev/java/spring-cloud-gcp/3.8.9/index.html[Javadocs 3.8.9]
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.6.1</version>
<version>5.6.2</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
_spring_cloud_generator_version = "5.6.2-SNAPSHOT" # {x-version-update:spring-cloud-gcp:current}
_spring_cloud_generator_version = "5.6.2" # {x-version-update:spring-cloud-gcp:current}

maven_install(
artifacts = [
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.6.2-SNAPSHOT</version><!-- {x-version-update:spring-cloud-gcp:current} -->
<version>5.6.2</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.6.2-SNAPSHOT</version><!-- {x-version-update:spring-cloud-gcp:current} -->
<version>5.6.2</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.6.2-SNAPSHOT</version><!-- {x-version-update:spring-cloud-gcp:current} -->
<version>5.6.2</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.6.2-SNAPSHOT</version><!-- {x-version-update:spring-cloud-gcp:current} -->
<version>5.6.2</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.6.2-SNAPSHOT</version><!-- {x-version-update:spring-cloud-gcp:current} -->
<version>5.6.2</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.6.2-SNAPSHOT</version><!-- {x-version-update:spring-cloud-gcp:current} -->
<version>5.6.2</version><!-- {x-version-update:spring-cloud-gcp:current} -->
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down

0 comments on commit bdbd60c

Please sign in to comment.