Skip to content

Commit afd0339

Browse files
deps: bump shared-deps version and add back certain test deps (#340)
* deps: bump shared-deps version and add back certain test deps * remove grpc-iam-v1 and bump to 0.6.0
1 parent 87d438b commit afd0339

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

pom.xml

+15-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
<dependency>
7171
<groupId>com.google.cloud</groupId>
7272
<artifactId>google-cloud-shared-dependencies</artifactId>
73-
<version>0.4.0</version>
73+
<version>0.6.0</version>
7474
<type>pom</type>
7575
<scope>import</scope>
7676
</dependency>
@@ -122,6 +122,20 @@
122122
<version>4.4.13</version>
123123
<scope>test</scope>
124124
</dependency>
125+
126+
<!-- Test dependencies -->
127+
<dependency>
128+
<groupId>junit</groupId>
129+
<artifactId>junit</artifactId>
130+
<version>4.13</version>
131+
<scope>test</scope>
132+
</dependency>
133+
<dependency>
134+
<groupId>com.google.truth</groupId>
135+
<artifactId>truth</artifactId>
136+
<version>1.0.1</version>
137+
<scope>test</scope>
138+
</dependency>
125139
</dependencies>
126140
</dependencyManagement>
127141

0 commit comments

Comments
 (0)