Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix/print log 3.x #2360

Closed
wants to merge 184 commits into from
Closed

fix/print log 3.x #2360

wants to merge 184 commits into from

Conversation

JoeWang1127
Copy link
Contributor

No description provided.

JoeWang1127 and others added 30 commits January 19, 2023 11:05
Bumps [spring-boot-starter-parent](https://github.com/spring-projects/spring-boot) from 2.7.7 to 2.7.8.
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v2.7.7...v2.7.8)

---
updated-dependencies:
- dependency-name: org.springframework.boot:spring-boot-starter-parent
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
#1512)

Bumps `cloud-sql-socket-factory.version` from 1.8.2 to 1.9.0.

Updates `mysql-socket-factory` from 1.8.2 to 1.9.0
- [Release notes](https://github.com/GoogleCloudPlatform/cloud-sql-mysql-socket-factory/releases)
- [Changelog](https://github.com/GoogleCloudPlatform/cloud-sql-jdbc-socket-factory/blob/main/CHANGELOG.md)
- [Commits](GoogleCloudPlatform/cloud-sql-jdbc-socket-factory@v1.8.2...v1.9.0)

Updates `postgres-socket-factory` from 1.8.2 to 1.9.0

Updates `cloud-sql-connector-r2dbc-mysql` from 1.8.2 to 1.9.0

Updates `cloud-sql-connector-r2dbc-postgres` from 1.8.2 to 1.9.0

Updates `jdbc-socket-factory-core` from 1.8.2 to 1.9.0
- [Release notes](https://github.com/GoogleCloudPlatform/cloud-sql-mysql-socket-factory/releases)
- [Changelog](https://github.com/GoogleCloudPlatform/cloud-sql-jdbc-socket-factory/blob/main/CHANGELOG.md)
- [Commits](GoogleCloudPlatform/cloud-sql-jdbc-socket-factory@v1.8.2...v1.9.0)

---
updated-dependencies:
- dependency-name: com.google.cloud.sql:mysql-socket-factory
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: com.google.cloud.sql:postgres-socket-factory
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: com.google.cloud.sql:cloud-sql-connector-r2dbc-mysql
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: com.google.cloud.sql:cloud-sql-connector-r2dbc-postgres
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: com.google.cloud.sql:jdbc-socket-factory-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps spring-shell-starter from 2.1.5 to 2.1.6.

---
updated-dependencies:
- dependency-name: org.springframework.shell:spring-shell-starter
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* chore(deps): bump spring-boot-dependencies from 2.7.7 to 2.7.8

Bumps [spring-boot-dependencies](https://github.com/spring-projects/spring-boot) from 2.7.7 to 2.7.8.
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v2.7.7...v2.7.8)

---
updated-dependencies:
- dependency-name: org.springframework.boot:spring-boot-dependencies
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* change maven coordinate of mysql-connector

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Joe Wang <joewa@google.com>
Bumps [libraries-bom](https://github.com/googleapis/java-cloud-bom) from 26.4.0 to 26.5.0.
- [Release notes](https://github.com/googleapis/java-cloud-bom/releases)
- [Changelog](https://github.com/googleapis/java-cloud-bom/blob/main/CHANGELOG.md)
- [Commits](googleapis/java-cloud-bom@v26.4.0...v26.5.0)

---
updated-dependencies:
- dependency-name: com.google.cloud:libraries-bom
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Bumps [lombok](https://github.com/projectlombok/lombok) from 1.18.24 to 1.18.26.
- [Release notes](https://github.com/projectlombok/lombok/releases)
- [Changelog](https://github.com/projectlombok/lombok/blob/master/doc/changelog.markdown)
- [Commits](projectlombok/lombok@v1.18.24...v1.18.26)

---
updated-dependencies:
- dependency-name: org.projectlombok:lombok
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [maven-enforcer-plugin](https://github.com/apache/maven-enforcer) from 3.1.0 to 3.2.1.
- [Release notes](https://github.com/apache/maven-enforcer/releases)
- [Commits](apache/maven-enforcer@enforcer-3.1.0...enforcer-3.2.1)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-enforcer-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [libraries-bom](https://github.com/googleapis/java-cloud-bom) from 26.5.0 to 26.7.0.
- [Release notes](https://github.com/googleapis/java-cloud-bom/releases)
- [Changelog](https://github.com/googleapis/java-cloud-bom/blob/main/CHANGELOG.md)
- [Commits](googleapis/java-cloud-bom@v26.5.0...v26.7.0)

---
updated-dependencies:
- dependency-name: com.google.cloud:libraries-bom
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Bumps `cloud-sql-socket-factory.version` from 1.9.0 to 1.10.0.

Updates `mysql-socket-factory` from 1.9.0 to 1.10.0
- [Release notes](https://github.com/GoogleCloudPlatform/cloud-sql-mysql-socket-factory/releases)
- [Changelog](https://github.com/GoogleCloudPlatform/cloud-sql-jdbc-socket-factory/blob/main/CHANGELOG.md)
- [Commits](GoogleCloudPlatform/cloud-sql-jdbc-socket-factory@v1.9.0...v1.10.0)

Updates `postgres-socket-factory` from 1.9.0 to 1.10.0

Updates `cloud-sql-connector-r2dbc-mysql` from 1.9.0 to 1.10.0

Updates `cloud-sql-connector-r2dbc-postgres` from 1.9.0 to 1.10.0

Updates `jdbc-socket-factory-core` from 1.9.0 to 1.10.0
- [Release notes](https://github.com/GoogleCloudPlatform/cloud-sql-mysql-socket-factory/releases)
- [Changelog](https://github.com/GoogleCloudPlatform/cloud-sql-jdbc-socket-factory/blob/main/CHANGELOG.md)
- [Commits](GoogleCloudPlatform/cloud-sql-jdbc-socket-factory@v1.9.0...v1.10.0)

---
updated-dependencies:
- dependency-name: com.google.cloud.sql:mysql-socket-factory
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: com.google.cloud.sql:postgres-socket-factory
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: com.google.cloud.sql:cloud-sql-connector-r2dbc-mysql
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: com.google.cloud.sql:cloud-sql-connector-r2dbc-postgres
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: com.google.cloud.sql:jdbc-socket-factory-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) from 3.4.1 to 3.5.0.
- [Release notes](https://github.com/apache/maven-javadoc-plugin/releases)
- [Commits](apache/maven-javadoc-plugin@maven-javadoc-plugin-3.4.1...maven-javadoc-plugin-3.5.0)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-javadoc-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [spring-boot-dependencies](https://github.com/spring-projects/spring-boot) from 2.7.8 to 2.7.9.
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v2.7.8...v2.7.9)

---
updated-dependencies:
- dependency-name: org.springframework.boot:spring-boot-dependencies
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [libraries-bom](https://github.com/googleapis/java-cloud-bom) from 26.7.0 to 26.9.0.
- [Release notes](https://github.com/googleapis/java-cloud-bom/releases)
- [Changelog](https://github.com/googleapis/java-cloud-bom/blob/main/CHANGELOG.md)
- [Commits](googleapis/java-cloud-bom@v26.7.0...v26.9.0)

---
updated-dependencies:
- dependency-name: com.google.cloud:libraries-bom
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [spring-boot-starter-parent](https://github.com/spring-projects/spring-boot) from 2.7.8 to 2.7.9.
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v2.7.8...v2.7.9)

---
updated-dependencies:
- dependency-name: org.springframework.boot:spring-boot-starter-parent
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Bumps [spring-cloud-build](https://github.com/spring-cloud/spring-cloud-build) from 3.1.5 to 3.1.6.
- [Release notes](https://github.com/spring-cloud/spring-cloud-build/releases)
- [Commits](spring-cloud/spring-cloud-build@v3.1.5...v3.1.6)

---
updated-dependencies:
- dependency-name: org.springframework.cloud:spring-cloud-build
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [spring-cloud-dependencies](https://github.com/spring-cloud/spring-cloud-build) from 2021.0.5 to 2021.0.6.
- [Release notes](https://github.com/spring-cloud/spring-cloud-build/releases)
- [Commits](https://github.com/spring-cloud/spring-cloud-build/commits)

---
updated-dependencies:
- dependency-name: org.springframework.cloud:spring-cloud-dependencies
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps `spring-cloud-config.version` from 3.1.5 to 3.1.6.

Updates `spring-cloud-starter-bootstrap` from 3.1.5 to 3.1.6
- [Release notes](https://github.com/spring-cloud/spring-cloud-commons/releases)
- [Commits](spring-cloud/spring-cloud-commons@v3.1.5...v3.1.6)

Updates `spring-cloud-config-dependencies` from 3.1.5 to 3.1.6
- [Release notes](https://github.com/spring-cloud/spring-cloud-build/releases)
- [Commits](spring-cloud/spring-cloud-build@v3.1.5...v3.1.6)

---
updated-dependencies:
- dependency-name: org.springframework.cloud:spring-cloud-starter-bootstrap
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.springframework.cloud:spring-cloud-config-dependencies
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps spring-shell-starter from 2.1.6 to 2.1.7.

---
updated-dependencies:
- dependency-name: org.springframework.shell:spring-shell-starter
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
)

Bumps `cloud-sql-socket-factory.version` from 1.10.0 to 1.11.0.

Updates `mysql-socket-factory` from 1.10.0 to 1.11.0
- [Release notes](https://github.com/GoogleCloudPlatform/cloud-sql-mysql-socket-factory/releases)
- [Changelog](https://github.com/GoogleCloudPlatform/cloud-sql-jdbc-socket-factory/blob/main/CHANGELOG.md)
- [Commits](GoogleCloudPlatform/cloud-sql-jdbc-socket-factory@v1.10.0...v1.11.0)

Updates `postgres-socket-factory` from 1.10.0 to 1.11.0

Updates `cloud-sql-connector-r2dbc-mysql` from 1.10.0 to 1.11.0

Updates `cloud-sql-connector-r2dbc-postgres` from 1.10.0 to 1.11.0

Updates `jdbc-socket-factory-core` from 1.10.0 to 1.11.0
- [Release notes](https://github.com/GoogleCloudPlatform/cloud-sql-mysql-socket-factory/releases)
- [Changelog](https://github.com/GoogleCloudPlatform/cloud-sql-jdbc-socket-factory/blob/main/CHANGELOG.md)
- [Commits](GoogleCloudPlatform/cloud-sql-jdbc-socket-factory@v1.10.0...v1.11.0)

---
updated-dependencies:
- dependency-name: com.google.cloud.sql:mysql-socket-factory
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: com.google.cloud.sql:postgres-socket-factory
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: com.google.cloud.sql:cloud-sql-connector-r2dbc-mysql
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: com.google.cloud.sql:cloud-sql-connector-r2dbc-postgres
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: com.google.cloud.sql:jdbc-socket-factory-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) from 3.10.1 to 3.11.0.
- [Release notes](https://github.com/apache/maven-compiler-plugin/releases)
- [Commits](apache/maven-compiler-plugin@maven-compiler-plugin-3.10.1...maven-compiler-plugin-3.11.0)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-compiler-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [libraries-bom](https://github.com/googleapis/java-cloud-bom) from 26.9.0 to 26.10.0.
- [Release notes](https://github.com/googleapis/java-cloud-bom/releases)
- [Changelog](https://github.com/googleapis/java-cloud-bom/blob/main/CHANGELOG.md)
- [Commits](googleapis/java-cloud-bom@v26.9.0...v26.10.0)

---
updated-dependencies:
- dependency-name: com.google.cloud:libraries-bom
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
burkedavison and others added 29 commits October 11, 2023 11:21
This change allows Pub/Sub Subscriber role to be sufficient to receive messages from a subscription, when auto-create-resources is disabled.

Fixes: #2231.

Co-authored-by: Sheheryar Aamir <Sheheryar_Aamir@hotmail.com>
)

Bumps [com.google.cloud:libraries-bom](https://github.com/googleapis/java-cloud-bom) from 26.24.0 to 26.25.0.
- [Release notes](https://github.com/googleapis/java-cloud-bom/releases)
- [Changelog](https://github.com/googleapis/java-cloud-bom/blob/main/release-please-config.json)
- [Commits](googleapis/java-cloud-bom@v26.24.0...v26.25.0)

---
updated-dependencies:
- dependency-name: com.google.cloud:libraries-bom
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Bumps [org.jacoco:jacoco-maven-plugin](https://github.com/jacoco/jacoco) from 0.8.10 to 0.8.11.
- [Release notes](https://github.com/jacoco/jacoco/releases)
- [Commits](jacoco/jacoco@v0.8.10...v0.8.11)

---
updated-dependencies:
- dependency-name: org.jacoco:jacoco-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [com.google.cloud.tools:appengine-maven-plugin](https://github.com/GoogleCloudPlatform/app-maven-plugin) from 2.4.4 to 2.5.0.
- [Release notes](https://github.com/GoogleCloudPlatform/app-maven-plugin/releases)
- [Changelog](https://github.com/GoogleCloudPlatform/app-maven-plugin/blob/master/CHANGELOG.md)
- [Commits](GoogleCloudPlatform/app-maven-plugin@v2.4.4...v2.5.0)

---
updated-dependencies:
- dependency-name: com.google.cloud.tools:appengine-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps org.springframework.shell:spring-shell-starter from 2.1.12 to 2.1.13.

---
updated-dependencies:
- dependency-name: org.springframework.shell:spring-shell-starter
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
)

Bumps `cloud-sql-socket-factory.version` from 1.14.0 to 1.14.1.

Updates `com.google.cloud.sql:mysql-socket-factory-connector-j-8` from 1.14.0 to 1.14.1

Updates `com.google.cloud.sql:postgres-socket-factory` from 1.14.0 to 1.14.1

Updates `com.google.cloud.sql:cloud-sql-connector-r2dbc-mysql` from 1.14.0 to 1.14.1

Updates `com.google.cloud.sql:cloud-sql-connector-r2dbc-postgres` from 1.14.0 to 1.14.1

Updates `com.google.cloud.sql:jdbc-socket-factory-core` from 1.14.0 to 1.14.1
- [Release notes](https://github.com/GoogleCloudPlatform/cloud-sql-mysql-socket-factory/releases)
- [Changelog](https://github.com/GoogleCloudPlatform/cloud-sql-jdbc-socket-factory/blob/main/CHANGELOG.md)
- [Commits](GoogleCloudPlatform/cloud-sql-jdbc-socket-factory@v1.14.0...v1.14.1)

---
updated-dependencies:
- dependency-name: com.google.cloud.sql:mysql-socket-factory-connector-j-8
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.google.cloud.sql:postgres-socket-factory
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.google.cloud.sql:cloud-sql-connector-r2dbc-mysql
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.google.cloud.sql:cloud-sql-connector-r2dbc-postgres
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.google.cloud.sql:jdbc-socket-factory-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [io.asyncer:r2dbc-mysql](https://github.com/asyncer-io/r2dbc-mysql) from 0.9.4 to 0.9.6.
- [Release notes](https://github.com/asyncer-io/r2dbc-mysql/releases)
- [Commits](asyncer-io/r2dbc-mysql@r2dbc-mysql-0.9.4...r2dbc-mysql-0.9.6)

---
updated-dependencies:
- dependency-name: io.asyncer:r2dbc-mysql
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
….0 (#2269)

Bumps [com.google.errorprone:error_prone_core](https://github.com/google/error-prone) from 2.22.0 to 2.23.0.
- [Release notes](https://github.com/google/error-prone/releases)
- [Commits](google/error-prone@v2.22.0...v2.23.0)

---
updated-dependencies:
- dependency-name: com.google.errorprone:error_prone_core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [org.apache.maven.plugins:maven-checkstyle-plugin](https://github.com/apache/maven-checkstyle-plugin) from 3.3.0 to 3.3.1.
- [Commits](apache/maven-checkstyle-plugin@maven-checkstyle-plugin-3.3.0...maven-checkstyle-plugin-3.3.1)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-checkstyle-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [org.springframework.boot:spring-boot-starter-parent](https://github.com/spring-projects/spring-boot) from 2.7.16 to 2.7.17.
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v2.7.16...v2.7.17)

---
updated-dependencies:
- dependency-name: org.springframework.boot:spring-boot-starter-parent
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [org.springframework.boot:spring-boot-dependencies](https://github.com/spring-projects/spring-boot) from 2.7.16 to 2.7.17.
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v2.7.16...v2.7.17)

---
updated-dependencies:
- dependency-name: org.springframework.boot:spring-boot-dependencies
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps commons-io:commons-io from 2.14.0 to 2.15.0.

---
updated-dependencies:
- dependency-name: commons-io:commons-io
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
)

Bumps [com.google.cloud:libraries-bom](https://github.com/googleapis/java-cloud-bom) from 26.25.0 to 26.26.0.
- [Release notes](https://github.com/googleapis/java-cloud-bom/releases)
- [Changelog](https://github.com/googleapis/java-cloud-bom/blob/main/release-please-config.json)
- [Commits](googleapis/java-cloud-bom@v26.25.0...v26.26.0)

---
updated-dependencies:
- dependency-name: com.google.cloud:libraries-bom
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
* chore(3.x): release 3.7.3

---------

Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Co-authored-by: Lawrence Qiu <lawrenceqiu@google.com>
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Bumps [org.apache.maven.plugins:maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) from 3.6.0 to 3.6.2.
- [Release notes](https://github.com/apache/maven-javadoc-plugin/releases)
- [Commits](apache/maven-javadoc-plugin@maven-javadoc-plugin-3.6.0...maven-javadoc-plugin-3.6.2)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-javadoc-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…2315)

Bumps [com.google.cloud:cloud-spanner-r2dbc](https://github.com/GoogleCloudPlatform/cloud-spanner-r2dbc) from 1.2.2 to 1.3.0.
- [Release notes](https://github.com/GoogleCloudPlatform/cloud-spanner-r2dbc/releases)
- [Changelog](https://github.com/GoogleCloudPlatform/cloud-spanner-r2dbc/blob/main/CHANGELOG.md)
- [Commits](GoogleCloudPlatform/cloud-spanner-r2dbc@v1.2.2...v1.3.0)

---
updated-dependencies:
- dependency-name: com.google.cloud:cloud-spanner-r2dbc
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
)

Bumps [com.google.cloud:libraries-bom](https://github.com/googleapis/java-cloud-bom) from 26.26.0 to 26.27.0.
- [Release notes](https://github.com/googleapis/java-cloud-bom/releases)
- [Changelog](https://github.com/googleapis/java-cloud-bom/blob/main/release-please-config.json)
- [Commits](googleapis/java-cloud-bom@v26.26.0...v26.27.0)

---
updated-dependencies:
- dependency-name: com.google.cloud:libraries-bom
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Backport #2351 to 3.x branch README.md.

Also remove 4.x version ref doc links from this page.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants