Skip to content

Commit edf5c9b

Browse files
build(deps): update dependency org.apache.maven.plugins:maven-deploy-plugin to v3.1.1 (#1951)
* build(deps): update dependency org.apache.maven.plugins:maven-deploy-plugin to v3.1.1 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent a8b96c9 commit edf5c9b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,20 +49,20 @@ If you are using Maven without BOM, add this to your dependencies:
4949
If you are using Gradle 5.x or later, add this to your dependencies:
5050

5151
```Groovy
52-
implementation platform('com.google.cloud:libraries-bom:26.10.0')
52+
implementation platform('com.google.cloud:libraries-bom:26.11.0')
5353
5454
implementation 'com.google.cloud:google-cloud-storage'
5555
```
5656
If you are using Gradle without BOM, add this to your dependencies:
5757

5858
```Groovy
59-
implementation 'com.google.cloud:google-cloud-storage:2.20.1'
59+
implementation 'com.google.cloud:google-cloud-storage:2.20.2'
6060
```
6161

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

6464
```Scala
65-
libraryDependencies += "com.google.cloud" % "google-cloud-storage" % "2.20.1"
65+
libraryDependencies += "com.google.cloud" % "google-cloud-storage" % "2.20.2"
6666
```
6767
<!-- {x-version-update-end} -->
6868

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

samples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<plugin>
4141
<groupId>org.apache.maven.plugins</groupId>
4242
<artifactId>maven-deploy-plugin</artifactId>
43-
<version>3.1.0</version>
43+
<version>3.1.1</version>
4444
<configuration>
4545
<skip>true</skip>
4646
</configuration>

0 commit comments

Comments
 (0)