Skip to content

Commit

Permalink
deps: Update com.google.http-client dependencies to v1.44.1 (#1810)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored Jan 29, 2024
1 parent 0c13a02 commit d7e7044
Show file tree
Hide file tree
Showing 10 changed files with 28 additions and 20 deletions.
4 changes: 2 additions & 2 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -94,12 +94,12 @@
<dependency>
<groupId>com.google.http-client</groupId>
<artifactId>google-http-client-gson</artifactId>
<version>1.43.3</version>
<version>1.44.1</version>
</dependency>
<dependency>
<groupId>com.google.http-client</groupId>
<artifactId>google-http-client</artifactId>
<version>1.43.3</version>
<version>1.44.1</version>
</dependency>
<dependency>
<groupId>com.google.http-client</groupId>
Expand Down
4 changes: 2 additions & 2 deletions jdbc/mariadb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
<dependency>
<groupId>com.google.http-client</groupId>
<artifactId>google-http-client</artifactId>
<version>1.43.3</version>
<version>1.44.1</version>
<exclusions>
<exclusion>
<groupId>commons-logging</groupId>
Expand All @@ -111,7 +111,7 @@
<dependency>
<groupId>com.google.http-client</groupId>
<artifactId>google-http-client-gson</artifactId>
<version>1.43.3</version>
<version>1.44.1</version>
</dependency>
<dependency>
<groupId>org.graalvm.sdk</groupId>
Expand Down
4 changes: 2 additions & 2 deletions jdbc/mysql-j-8/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
<dependency>
<groupId>com.google.http-client</groupId>
<artifactId>google-http-client</artifactId>
<version>1.43.3</version>
<version>1.44.1</version>
</dependency>
<dependency>
<groupId>com.google.errorprone</groupId>
Expand All @@ -109,7 +109,7 @@
<dependency>
<groupId>com.google.http-client</groupId>
<artifactId>google-http-client-gson</artifactId>
<version>1.43.3</version>
<version>1.44.1</version>
</dependency>
<dependency>
<groupId>org.graalvm.sdk</groupId>
Expand Down
4 changes: 2 additions & 2 deletions jdbc/postgres/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
<dependency>
<groupId>com.google.http-client</groupId>
<artifactId>google-http-client</artifactId>
<version>1.43.3</version>
<version>1.44.1</version>
</dependency>
<dependency>
<groupId>com.google.errorprone</groupId>
Expand All @@ -105,7 +105,7 @@
<dependency>
<groupId>com.google.http-client</groupId>
<artifactId>google-http-client-gson</artifactId>
<version>1.43.3</version>
<version>1.44.1</version>
</dependency>
<dependency>
<groupId>org.graalvm.sdk</groupId>
Expand Down
4 changes: 2 additions & 2 deletions jdbc/sqlserver/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
<dependency>
<groupId>com.google.http-client</groupId>
<artifactId>google-http-client</artifactId>
<version>1.43.3</version>
<version>1.44.1</version>
</dependency>
<dependency>
<groupId>com.google.errorprone</groupId>
Expand All @@ -105,7 +105,7 @@
<dependency>
<groupId>com.google.http-client</groupId>
<artifactId>google-http-client-gson</artifactId>
<version>1.43.3</version>
<version>1.44.1</version>
</dependency>
<dependency>
<groupId>org.graalvm.sdk</groupId>
Expand Down
12 changes: 10 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,11 @@
<id>enforce</id>
<configuration>
<rules>
<dependencyConvergence/>
<dependencyConvergence>
<excludes>
<exclude>io.grpc:grpc-context</exclude>
</excludes>
</dependencyConvergence>
</rules>
</configuration>
<goals>
Expand Down Expand Up @@ -270,7 +274,11 @@
<execution>
<configuration>
<rules>
<dependencyConvergence/>
<dependencyConvergence>
<excludes>
<exclude>io.grpc:grpc-context</exclude>
</excludes>
</dependencyConvergence>
</rules>
</configuration>
<phase>compile</phase>
Expand Down
4 changes: 2 additions & 2 deletions r2dbc/core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -78,12 +78,12 @@
<dependency>
<groupId>com.google.http-client</groupId>
<artifactId>google-http-client</artifactId>
<version>1.43.3</version>
<version>1.44.1</version>
</dependency>
<dependency>
<groupId>com.google.http-client</groupId>
<artifactId>google-http-client-gson</artifactId>
<version>1.43.3</version>
<version>1.44.1</version>
</dependency>
<dependency>
<groupId>com.google.errorprone</groupId>
Expand Down
4 changes: 2 additions & 2 deletions r2dbc/mysql/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -144,12 +144,12 @@
<dependency>
<groupId>com.google.http-client</groupId>
<artifactId>google-http-client</artifactId>
<version>1.43.3</version>
<version>1.44.1</version>
</dependency>
<dependency>
<groupId>com.google.http-client</groupId>
<artifactId>google-http-client-gson</artifactId>
<version>1.43.3</version>
<version>1.44.1</version>
</dependency>
<dependency>
<groupId>com.google.errorprone</groupId>
Expand Down
4 changes: 2 additions & 2 deletions r2dbc/postgres/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -150,12 +150,12 @@
<dependency>
<groupId>com.google.http-client</groupId>
<artifactId>google-http-client</artifactId>
<version>1.43.3</version>
<version>1.44.1</version>
</dependency>
<dependency>
<groupId>com.google.http-client</groupId>
<artifactId>google-http-client-gson</artifactId>
<version>1.43.3</version>
<version>1.44.1</version>
</dependency>
<dependency>
<groupId>com.google.errorprone</groupId>
Expand Down
4 changes: 2 additions & 2 deletions r2dbc/sqlserver/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -145,12 +145,12 @@
<dependency>
<groupId>com.google.http-client</groupId>
<artifactId>google-http-client</artifactId>
<version>1.43.3</version>
<version>1.44.1</version>
</dependency>
<dependency>
<groupId>com.google.http-client</groupId>
<artifactId>google-http-client-gson</artifactId>
<version>1.43.3</version>
<version>1.44.1</version>
</dependency>
<dependency>
<groupId>com.google.errorprone</groupId>
Expand Down

0 comments on commit d7e7044

Please sign in to comment.