Skip to content

Commit 8ab2ad7

Browse files
gcf-owl-bot[bot]dependabot[bot]burkedavisonSurferJeffAtGooglealicejli
committed
build(deps): bump cryptography from 41.0.2 to 41.0.3 in /synthtool/gcp/templates/java_library/.kokoro (#1846)
build(deps): bump cryptography Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.2 to 41.0.3. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](pyca/cryptography@41.0.2...41.0.3) --- updated-dependencies: - dependency-name: cryptography dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Burke Davison <[email protected]> Co-authored-by: Jeffrey Rennie <[email protected]> Co-authored-by: Alice <[email protected]> Source-Link: googleapis/synthtool@bfb4e63 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:11d59eabd49dc088f8339fb96e9da79ba4b3a73b3d49a8a4e0263e91edd053ba
1 parent 0831187 commit 8ab2ad7

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/.OwlBot.lock.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@
1313
# limitations under the License.
1414
docker:
1515
image: gcr.io/cloud-devrel-public-resources/owlbot-java:latest
16-
digest: sha256:d0a8eb7ffc63ddce4c63191373d6e99d5385516423c396de207dedf2b6db7427
17-
# created: 2023-10-17T17:33:29.360983119Z
16+
digest: sha256:11d59eabd49dc088f8339fb96e9da79ba4b3a73b3d49a8a4e0263e91edd053ba
17+
# created: 2023-12-05T18:46:43.811070085Z

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
strategy:
2626
fail-fast: false
2727
matrix:
28-
java: [11, 17]
28+
java: [11, 17, 21]
2929
steps:
3030
- uses: actions/checkout@v3
3131
- uses: actions/setup-java@v3

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,13 @@ implementation 'com.google.cloud:google-cloud-storage'
5757
If you are using Gradle without BOM, add this to your dependencies:
5858

5959
```Groovy
60-
implementation 'com.google.cloud:google-cloud-storage:2.29.1'
60+
implementation 'com.google.cloud:google-cloud-storage:2.30.0'
6161
```
6262

6363
If you are using SBT, add this to your dependencies:
6464

6565
```Scala
66-
libraryDependencies += "com.google.cloud" % "google-cloud-storage" % "2.29.1"
66+
libraryDependencies += "com.google.cloud" % "google-cloud-storage" % "2.30.0"
6767
```
6868
<!-- {x-version-update-end} -->
6969

@@ -428,7 +428,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
428428
[kokoro-badge-link-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-storage/java11.html
429429
[stability-image]: https://img.shields.io/badge/stability-stable-green
430430
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-storage.svg
431-
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-storage/2.29.1
431+
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-storage/2.30.0
432432
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
433433
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
434434
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles

0 commit comments

Comments
 (0)