Skip to content

Commit 8a7e8f6

Browse files
renovate-botkurtisvg
authored andcommitted
Update dependency com.google.cloud:google-cloud-core-grpc to v1.91.3 (#1683)
1 parent 99ad7a6 commit 8a7e8f6

File tree

1 file changed

+8
-22
lines changed
  • container-registry/container-analysis

1 file changed

+8
-22
lines changed

container-registry/container-analysis/pom.xml

Lines changed: 8 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1+
<project xmlns="http://maven.apache.org/POM/4.0.0"
2+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
34
<modelVersion>4.0.0</modelVersion>
45

56
<groupId>com.google.containerregistry</groupId>
@@ -31,12 +32,12 @@
3132
<dependency>
3233
<groupId>com.google.cloud</groupId>
3334
<artifactId>google-cloud-containeranalysis</artifactId>
34-
<version>0.98.0-beta</version>
35+
<version>0.117.0-beta</version>
3536
</dependency>
3637
<dependency>
3738
<groupId>io.grafeas</groupId>
3839
<artifactId>grafeas</artifactId>
39-
<version>0.1.0</version>
40+
<version>0.21.0</version>
4041
</dependency>
4142
<dependency>
4243
<groupId>com.google.cloud</groupId>
@@ -46,22 +47,7 @@
4647
<dependency>
4748
<groupId>com.google.cloud</groupId>
4849
<artifactId>google-cloud-core-grpc</artifactId>
49-
<version>1.80.0</version>
50-
</dependency>
51-
<dependency>
52-
<groupId>io.grpc</groupId>
53-
<artifactId>grpc-netty-shaded</artifactId>
54-
<version>1.21.0</version>
55-
</dependency>
56-
<dependency>
57-
<groupId>io.grpc</groupId>
58-
<artifactId>grpc-stub</artifactId>
59-
<version>1.21.0</version>
60-
</dependency>
61-
<dependency>
62-
<groupId>io.grpc</groupId>
63-
<artifactId>grpc-auth</artifactId>
64-
<version>1.21.0</version>
50+
<version>1.91.3</version>
6551
</dependency>
6652

6753
<dependency>
@@ -82,14 +68,14 @@
8268
<dependency>
8369
<groupId>io.netty</groupId>
8470
<artifactId>netty-tcnative-boringssl-static</artifactId>
85-
<version>2.0.7.Final</version>
71+
<version>2.0.27.Final</version>
8672
</dependency>
8773

8874
<!-- [END dependencies] -->
8975
<dependency>
9076
<groupId>junit</groupId>
9177
<artifactId>junit</artifactId>
92-
<version>4.13-beta-2</version>
78+
<version>4.12</version>
9379
<scope>test</scope>
9480
</dependency>
9581
</dependencies>

0 commit comments

Comments
 (0)