|
34 | 34 | <description>NotebookRepo implementation based on Google Cloud Storage</description> |
35 | 35 |
|
36 | 36 | <properties> |
37 | | - <gcs.storage.version>1.116.0</gcs.storage.version> |
| 37 | + <gcs.storage.version>1.118.1</gcs.storage.version> |
38 | 38 | <google.testing.nio.version>0.32.0-alpha</google.testing.nio.version> |
39 | 39 | <google.truth.version>0.27</google.truth.version> |
40 | 40 | <plugin.name>NotebookRepo/GCSNotebookRepo</plugin.name> |
|
87 | 87 | <groupId>com.google.oauth-client</groupId> |
88 | 88 | <artifactId>google-oauth-client</artifactId> |
89 | 89 | </exclusion> |
| 90 | + <exclusion> |
| 91 | + <groupId>com.google.http-client</groupId> |
| 92 | + <artifactId>google-http-client-apache-v2</artifactId> |
| 93 | + </exclusion> |
| 94 | + <exclusion> |
| 95 | + <groupId>io.opencensus</groupId> |
| 96 | + <artifactId>opencensus-api</artifactId> |
| 97 | + </exclusion> |
| 98 | + <exclusion> |
| 99 | + <groupId>io.grpc</groupId> |
| 100 | + <artifactId>grpc-context</artifactId> |
| 101 | + </exclusion> |
| 102 | + <exclusion> |
| 103 | + <groupId>com.google.http-client</groupId> |
| 104 | + <artifactId>google-http-client-gson</artifactId> |
| 105 | + </exclusion> |
90 | 106 | </exclusions> |
91 | 107 | </dependency> |
92 | 108 |
|
93 | 109 | <dependency> |
94 | 110 | <groupId>com.google.api-client</groupId> |
95 | 111 | <artifactId>google-api-client</artifactId> |
96 | 112 | <version>${project.oauth.version}</version> |
97 | | - </dependency> |
98 | | - |
99 | | - <dependency> |
100 | | - <groupId>com.google.oauth-client</groupId> |
101 | | - <artifactId>google-oauth-client</artifactId> |
102 | | - <version>${project.oauth.version}</version> |
| 113 | + <exclusions> |
| 114 | + <exclusion> |
| 115 | + <groupId>com.google.http-client</groupId> |
| 116 | + <artifactId>google-http-client</artifactId> |
| 117 | + </exclusion> |
| 118 | + <exclusion> |
| 119 | + <groupId>com.google.guava</groupId> |
| 120 | + <artifactId>guava</artifactId> |
| 121 | + </exclusion> |
| 122 | + </exclusions> |
103 | 123 | </dependency> |
104 | 124 |
|
105 | 125 | <dependency> |
|
160 | 180 | <dependency> |
161 | 181 | <groupId>com.google.http-client</groupId> |
162 | 182 | <artifactId>google-http-client-jackson2</artifactId> |
163 | | - <version>1.23.0</version> |
| 183 | + <version>1.47.1</version> |
164 | 184 | <exclusions> |
165 | 185 | <exclusion> |
166 | 186 | <groupId>com.google.code.findbugs</groupId> |
|
170 | 190 | <groupId>com.fasterxml.jackson.core</groupId> |
171 | 191 | <artifactId>jackson-core</artifactId> |
172 | 192 | </exclusion> |
| 193 | + <exclusion> |
| 194 | + <groupId>com.google.http-client</groupId> |
| 195 | + <artifactId>google-http-client</artifactId> |
| 196 | + </exclusion> |
173 | 197 | </exclusions> |
174 | 198 | </dependency> |
175 | 199 | <dependency> |
|
0 commit comments