|
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"> |
3 | 4 | <modelVersion>4.0.0</modelVersion>
|
4 | 5 |
|
5 | 6 | <groupId>com.google.containerregistry</groupId>
|
|
31 | 32 | <dependency>
|
32 | 33 | <groupId>com.google.cloud</groupId>
|
33 | 34 | <artifactId>google-cloud-containeranalysis</artifactId>
|
34 |
| - <version>0.98.0-beta</version> |
| 35 | + <version>0.117.0-beta</version> |
35 | 36 | </dependency>
|
36 | 37 | <dependency>
|
37 | 38 | <groupId>io.grafeas</groupId>
|
38 | 39 | <artifactId>grafeas</artifactId>
|
39 |
| - <version>0.1.0</version> |
| 40 | + <version>0.21.0</version> |
40 | 41 | </dependency>
|
41 | 42 | <dependency>
|
42 | 43 | <groupId>com.google.cloud</groupId>
|
|
46 | 47 | <dependency>
|
47 | 48 | <groupId>com.google.cloud</groupId>
|
48 | 49 | <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> |
65 | 51 | </dependency>
|
66 | 52 |
|
67 | 53 | <dependency>
|
|
82 | 68 | <dependency>
|
83 | 69 | <groupId>io.netty</groupId>
|
84 | 70 | <artifactId>netty-tcnative-boringssl-static</artifactId>
|
85 |
| - <version>2.0.7.Final</version> |
| 71 | + <version>2.0.27.Final</version> |
86 | 72 | </dependency>
|
87 | 73 |
|
88 | 74 | <!-- [END dependencies] -->
|
89 | 75 | <dependency>
|
90 | 76 | <groupId>junit</groupId>
|
91 | 77 | <artifactId>junit</artifactId>
|
92 |
| - <version>4.13-beta-2</version> |
| 78 | + <version>4.12</version> |
93 | 79 | <scope>test</scope>
|
94 | 80 | </dependency>
|
95 | 81 | </dependencies>
|
|
0 commit comments