Skip to content

Commit 13ee00b

Browse files
build(deps): update dependency org.apache.maven.plugins:maven-deploy-plugin to v3.1.0 (#1329)
* build(deps): update dependency org.apache.maven.plugins:maven-deploy-plugin to v3.1.0 * 🦉 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 e63efb0 commit 13ee00b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

samples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
<plugin>
5555
<groupId>org.apache.maven.plugins</groupId>
5656
<artifactId>maven-deploy-plugin</artifactId>
57-
<version>3.0.0</version>
57+
<version>3.1.0</version>
5858
<configuration>
5959
<skip>true</skip>
6060
</configuration>

samples/snippets/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
<plugin>
7676
<groupId>org.apache.maven.plugins</groupId>
7777
<artifactId>maven-deploy-plugin</artifactId>
78-
<version>3.0.0</version>
78+
<version>3.1.0</version>
7979
<configuration>
8080
<skip>true</skip>
8181
</configuration>

0 commit comments

Comments
 (0)