Skip to content

Commit 55336ee

Browse files
build(deps): update dependency org.apache.maven.plugins:maven-deploy-plugin to v3.1.1 (#1307)
* 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 6d50f31 commit 55336ee

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ If you are using Maven without BOM, add this to your dependencies:
5151
If you are using Gradle 5.x or later, add this to your dependencies:
5252

5353
```Groovy
54-
implementation platform('com.google.cloud:libraries-bom:26.10.0')
54+
implementation platform('com.google.cloud:libraries-bom:26.11.0')
5555
5656
implementation 'com.google.cloud:google-cloud-logging'
5757
```

samples/pom.xml

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

0 commit comments

Comments
 (0)