Skip to content

Commit efd21fb

Browse files
build(deps): update dependency org.apache.maven.plugins:maven-dependency-plugin to v3.3.0 (#964)
* build(deps): update dependency org.apache.maven.plugins:maven-dependency-plugin to v3.3.0 * chore: update dependency scopes Co-authored-by: alicejli <[email protected]>
1 parent c604080 commit efd21fb

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

google-cloud-pubsub/pom.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
<dependency>
2525
<groupId>io.grpc</groupId>
2626
<artifactId>grpc-stub</artifactId>
27+
<scope>test</scope>
2728
</dependency>
2829
<dependency>
2930
<groupId>io.grpc</groupId>
@@ -84,6 +85,7 @@
8485
<dependency>
8586
<groupId>io.grpc</groupId>
8687
<artifactId>grpc-core</artifactId>
88+
<scope>test</scope>
8789
</dependency>
8890
<dependency>
8991
<groupId>com.google.errorprone</groupId>
@@ -96,6 +98,7 @@
9698
<dependency>
9799
<groupId>com.google.http-client</groupId>
98100
<artifactId>google-http-client</artifactId>
101+
<scope>test</scope>
99102
</dependency>
100103

101104
<!-- Test dependencies -->
@@ -166,7 +169,7 @@
166169
<plugin>
167170
<groupId>org.apache.maven.plugins</groupId>
168171
<artifactId>maven-dependency-plugin</artifactId>
169-
<version>3.1.2</version>
172+
<version>3.3.0</version>
170173
<configuration>
171174
<ignoredUnusedDeclaredDependencies>
172175
<ignoredUnusedDeclaredDependency>com.google.auth:google-auth-library-oauth2-http:jar</ignoredUnusedDeclaredDependency>

samples/native-image-sample/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd">
7979
<plugin>
8080
<groupId>org.apache.maven.plugins</groupId>
8181
<artifactId>maven-dependency-plugin</artifactId>
82-
<version>3.2.0</version>
82+
<version>3.3.0</version>
8383
<executions>
8484
<execution>
8585
<id>copy-dependencies</id>

0 commit comments

Comments
 (0)