Skip to content

Commit d5eacdb

Browse files
deps: bump com.google.cloud:libraries-bom from 26.55.0 to 26.56.0 (#3618)
* deps: bump com.google.cloud:libraries-bom from 26.55.0 to 26.56.0 Bumps [com.google.cloud:libraries-bom](https://github.com/googleapis/java-cloud-bom) from 26.55.0 to 26.56.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.55.0...v26.56.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> * chore: update action version * rm resource setting module --------- 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>
1 parent f8f7e19 commit d5eacdb

File tree

9 files changed

+6
-431
lines changed

9 files changed

+6
-431
lines changed

.github/workflows/sonar.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,19 +20,20 @@ jobs:
2020
- name: Get current date
2121
id: date
2222
run: echo "date=$(date +'%Y-%m-%d' --utc)" >> $GITHUB_OUTPUT
23-
- uses: actions/checkout@v2
23+
- uses: actions/checkout@v4
2424
with:
2525
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
2626
- name: Set up JDK 17
27-
uses: actions/setup-java@v1
27+
uses: actions/setup-java@v4
2828
with:
2929
java-version: 17
30+
distribution: temurin
3031
- name: Cache SonarCloud packages
31-
uses: actions/cache@v2
32+
uses: actions/cache@v4
3233
with:
3334
path: ~/.sonar/cache
3435
key: ${{ runner.os }}-sonar-${{ steps.date.outputs.date }}
35-
- uses: actions/cache@v2
36+
- uses: actions/cache@v4
3637
id: mvn-cache
3738
with:
3839
path: ~/.m2/repository

spring-cloud-gcp-dependencies/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
</distributionManagement>
3535

3636
<properties>
37-
<gcp-libraries-bom.version>26.55.0</gcp-libraries-bom.version>
37+
<gcp-libraries-bom.version>26.56.0</gcp-libraries-bom.version>
3838
<cloud-sql-socket-factory.version>1.23.1</cloud-sql-socket-factory.version>
3939
<r2dbc-postgres-driver.version>1.0.7.RELEASE</r2dbc-postgres-driver.version>
4040
<cloud-spanner-r2dbc.version>1.3.0</cloud-spanner-r2dbc.version>

spring-cloud-previews/google-cloud-resource-settings-spring-starter/pom.xml

Lines changed: 0 additions & 35 deletions
This file was deleted.

spring-cloud-previews/google-cloud-resource-settings-spring-starter/src/main/java/com/google/cloud/resourcesettings/v1/spring/ResourceSettingsServiceSpringAutoConfiguration.java

Lines changed: 0 additions & 235 deletions
This file was deleted.

0 commit comments

Comments
 (0)