Skip to content

Commit 1889113

Browse files
build(deps): update dependency org.apache.maven.plugins:maven-deploy-plugin to v3.1.1 (#2601)
* 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 e191a13 commit 1889113

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

‎README.md

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

5454
```Groovy
55-
implementation platform('com.google.cloud:libraries-bom:26.10.0')
55+
implementation platform('com.google.cloud:libraries-bom:26.11.0')
5656
5757
implementation 'com.google.cloud:google-cloud-bigquery'
5858
```

‎benchmark/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.1.0</version>
78+
<version>3.1.1</version>
7979
<configuration>
8080
<skip>true</skip>
8181
</configuration>

‎samples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
<plugin>
5656
<groupId>org.apache.maven.plugins</groupId>
5757
<artifactId>maven-deploy-plugin</artifactId>
58-
<version>3.1.0</version>
58+
<version>3.1.1</version>
5959
<configuration>
6060
<skip>true</skip>
6161
</configuration>

‎samples/snippets/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109
<plugin>
110110
<groupId>org.apache.maven.plugins</groupId>
111111
<artifactId>maven-deploy-plugin</artifactId>
112-
<version>3.1.0</version>
112+
<version>3.1.1</version>
113113
<configuration>
114114
<skip>true</skip>
115115
</configuration>

0 commit comments

Comments
 (0)