Skip to content

Commit

Permalink
Bumping apache httpclient and commons-config2
Browse files Browse the repository at this point in the history
  • Loading branch information
vinothchandar committed Dec 20, 2024
1 parent 002ef00 commit 73971c3
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
2 changes: 1 addition & 1 deletion hudi-sync/hudi-datahub-sync/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore-nio</artifactId>
<version>${http.version}</version>
<version>${httpcore.version}</version>
</dependency>

<dependency>
Expand Down
8 changes: 4 additions & 4 deletions packaging/hudi-cli-bundle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<jakarta.validation.version>2.0.2</jakarta.validation.version>
<jline.version>3.21.0</jline.version>
<hudi.cli.gson.version>2.11.0</hudi.cli.gson.version>
<commons-configuration-2.version>2.8.0</commons-configuration-2.version>
<commons-configuration-2.version>2.11.0</commons-configuration-2.version>
</properties>

<build>
Expand Down Expand Up @@ -267,17 +267,17 @@
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>fluent-hc</artifactId>
<version>${http.version}</version>
<version>${httpclient.version}</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore</artifactId>
<version>${http.version}</version>
<version>${httpcore.version}</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>${http.version}</version>
<version>${httpclient.version}</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
Expand Down
9 changes: 5 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,8 @@
<prometheus.version>0.8.0</prometheus.version>
<aws.sdk.httpclient.version>4.5.13</aws.sdk.httpclient.version>
<aws.sdk.httpcore.version>4.4.13</aws.sdk.httpcore.version>
<http.version>4.4.1</http.version>
<httpcore.version>4.4.16</httpcore.version>
<httpclient.version>4.5.14</httpclient.version>
<spark.version>${spark3.version}</spark.version>
<spark3.version>3.5.1</spark3.version>
<sparkbundle.version></sparkbundle.version>
Expand Down Expand Up @@ -1181,17 +1182,17 @@
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>fluent-hc</artifactId>
<version>${http.version}</version>
<version>${httpclient.version}</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore</artifactId>
<version>${http.version}</version>
<version>${httpcore.version}</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>${http.version}</version>
<version>${httpclient.version}</version>
</dependency>

<!-- Hadoop -->
Expand Down

0 comments on commit 73971c3

Please sign in to comment.