Skip to content

Commit bdab6ec

Browse files
dependabot[bot]vinokurig
authored andcommitted
chore(deps): bump com.google.http-client.version from 1.43.3 to 2.0.2
Bumps `com.google.http-client.version` from 1.43.3 to 2.0.2. Updates `com.google.http-client:google-http-client` from 1.43.3 to 2.0.2 - [Release notes](https://github.com/googleapis/google-http-java-client/releases) - [Changelog](https://github.com/googleapis/google-http-java-client/blob/main/CHANGELOG.md) - [Commits](googleapis/google-http-java-client@v1.43.3...v2.0.2) Updates `com.google.http-client:google-http-client-jackson2` from 1.43.3 to 2.0.2 - [Release notes](https://github.com/googleapis/google-http-java-client/releases) - [Changelog](https://github.com/googleapis/google-http-java-client/blob/main/CHANGELOG.md) - [Commits](googleapis/google-http-java-client@v1.43.3...v2.0.2) --- updated-dependencies: - dependency-name: com.google.http-client:google-http-client dependency-version: 2.0.2 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: com.google.http-client:google-http-client-jackson2 dependency-version: 2.0.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9c02fc6 commit bdab6ec

File tree

2 files changed

+26
-2
lines changed

2 files changed

+26
-2
lines changed

pom.xml

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
<com.google.code.guice.version>5.0.1</com.google.code.guice.version>
5555
<com.google.errorprone>2.3.4</com.google.errorprone>
5656
<com.google.guava.version>32.1.2-jre</com.google.guava.version>
57-
<com.google.http-client.version>1.43.3</com.google.http-client.version>
57+
<com.google.http-client.version>2.0.2</com.google.http-client.version>
5858
<com.google.oauth-client.version>1.34.1</com.google.oauth-client.version>
5959
<com.googlecode.gson.version>2.10.1</com.googlecode.gson.version>
6060
<com.h2database.version>2.2.224</com.h2database.version>
@@ -64,6 +64,7 @@
6464
<commons-io.version>2.14.0</commons-io.version>
6565
<commons-lang.version>2.6</commons-lang.version>
6666
<enforcer.skip>false</enforcer.skip>
67+
<grpc-context.version>1.77.0</grpc-context.version>
6768
<integration.mysql.db.image>quay.io/eclipse/che--centos--mysql-57-centos7:latest-e08ee4d43b7356607685b69bde6335e27cf20c020f345b6c6c59400183882764</integration.mysql.db.image>
6869
<integration.postgresql.db.image>quay.io/eclipse/che--centos--postgresql-13-centos7:1-71b24684d64da46f960682cc4216222a7e4ed8b1a31dd5a865b3e71afdea20d2</integration.postgresql.db.image>
6970
<io.fabric8.kubernetes-client.version>7.4.0</io.fabric8.kubernetes-client.version>
@@ -203,6 +204,10 @@
203204
<artifactId>jsr305</artifactId>
204205
<groupId>com.google.code.findbugs</groupId>
205206
</exclusion>
207+
<exclusion>
208+
<artifactId>error_prone_annotations</artifactId>
209+
<groupId>com.google.errorprone</groupId>
210+
</exclusion>
206211
</exclusions>
207212
</dependency>
208213
<dependency>
@@ -218,6 +223,14 @@
218223
<artifactId>jsr305</artifactId>
219224
<groupId>com.google.code.findbugs</groupId>
220225
</exclusion>
226+
<exclusion>
227+
<artifactId>j2objc-annotations</artifactId>
228+
<groupId>com.google.j2objc</groupId>
229+
</exclusion>
230+
<exclusion>
231+
<artifactId>grpc-context</artifactId>
232+
<groupId>io.grpc</groupId>
233+
</exclusion>
221234
</exclusions>
222235
</dependency>
223236
<dependency>
@@ -1450,6 +1463,12 @@
14501463
<version>${com.github.kirviq.dumbster.version}</version>
14511464
<scope>test</scope>
14521465
</dependency>
1466+
<dependency>
1467+
<groupId>io.grpc</groupId>
1468+
<artifactId>grpc-context</artifactId>
1469+
<version>${grpc-context.version}</version>
1470+
<scope>test</scope>
1471+
</dependency>
14531472
<dependency>
14541473
<groupId>junit</groupId>
14551474
<artifactId>junit</artifactId>
@@ -2016,7 +2035,7 @@
20162035
<release>${java.target.version}</release>
20172036
<compilerArgs>
20182037
<arg>-XDcompilePolicy=simple</arg>
2019-
<!-- <arg>-Xplugin:ErrorProne</arg>-->
2038+
<!-- <arg>-Xplugin:ErrorProne</arg>-->
20202039
</compilerArgs>
20212040
<annotationProcessorPaths>
20222041
<path>

wsmaster/che-core-api-auth/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,11 @@
109109
<artifactId>commons-fileupload</artifactId>
110110
<scope>test</scope>
111111
</dependency>
112+
<dependency>
113+
<groupId>io.grpc</groupId>
114+
<artifactId>grpc-context</artifactId>
115+
<scope>test</scope>
116+
</dependency>
112117
<dependency>
113118
<groupId>io.rest-assured</groupId>
114119
<artifactId>rest-assured</artifactId>

0 commit comments

Comments
 (0)