Skip to content
This repository has been archived by the owner on Dec 3, 2023. It is now read-only.

Commit

Permalink
Merge branch 'main' into renovate/google.api-common.version
Browse files Browse the repository at this point in the history
  • Loading branch information
Neenu1995 committed Jan 28, 2022
2 parents 1b07c7d + 1085d2c commit 1dc32ee
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 6 deletions.
15 changes: 14 additions & 1 deletion .github/.OwlBot.lock.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
docker:
image: gcr.io/cloud-devrel-public-resources/owlbot-java:latest
digest: sha256:7f737996c88586c499f7b0c25294c760f9f5eec092289a0e08d2d3f42a069ebb
digest: sha256:7062473f423f339256346ddbee3d81fb1de6b784fabc2a4d959d7df2c720e375
2 changes: 1 addition & 1 deletion .github/workflows/approve-readme.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest
if: github.repository_owner == 'googleapis' && github.head_ref == 'autosynth-readme'
steps:
- uses: actions/github-script@v3
- uses: actions/github-script@v5
with:
github-token: ${{secrets.YOSHI_APPROVER_TOKEN}}
script: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/auto-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest
if: contains(github.head_ref, 'release-please')
steps:
- uses: actions/github-script@v3
- uses: actions/github-script@v5
with:
github-token: ${{secrets.YOSHI_APPROVER_TOKEN}}
debug: true
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -153,15 +153,15 @@
<site.installationModule>google-cloud-core-parent</site.installationModule>
<gax.version>2.8.1</gax.version>
<google.api-common.version>2.1.3</google.api-common.version>
<google.common-protos.version>2.7.1</google.common-protos.version>
<google.common-protos.version>2.7.2</google.common-protos.version>
<google.iam.version>1.2.1</google.iam.version>
<google.auth.version>1.4.0</google.auth.version>
<google.api.version>1.33.1</google.api.version>
<google.http.version>1.41.1</google.http.version>
<graalvm.version>22.0.0.2</graalvm.version>
<grpc.version>1.43.2</grpc.version>
<grpc.version>1.44.0</grpc.version>
<protobuf.version>3.19.3</protobuf.version>
<opencensus.version>0.30.0</opencensus.version>
<opencensus.version>0.31.0</opencensus.version>
<annotations-api.version>1.3.2</annotations-api.version>
<guava.version>31.0.1-jre</guava.version>
<junit.version>4.13.2</junit.version>
Expand Down

0 comments on commit 1dc32ee

Please sign in to comment.