Skip to content

Commit

Permalink
bump up httpclient version
Browse files Browse the repository at this point in the history
  • Loading branch information
jakelandis committed Jan 4, 2024
1 parent 7706716 commit 97c00ea
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 13 deletions.
2 changes: 1 addition & 1 deletion build-tools-internal/version.properties
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ bouncycastle=1.76
opensaml = 4.3.0

# client dependencies
httpclient = 4.5.13
httpclient = 4.5.14
httpcore = 4.4.13
httpasyncclient = 4.1.5
commonslogging = 1.2
Expand Down
2 changes: 1 addition & 1 deletion gradle/build.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ forbiddenApis = "de.thetaphi:forbiddenapis:3.6"
gradle-enterprise = "com.gradle:gradle-enterprise-gradle-plugin:3.14.1"
hamcrest = "org.hamcrest:hamcrest:2.1"
httpcore = "org.apache.httpcomponents:httpcore:4.4.12"
httpclient = "org.apache.httpcomponents:httpclient:4.5.10"
httpclient = "org.apache.httpcomponents:httpclient:4.5.14"
idea-ext = "gradle.plugin.org.jetbrains.gradle.plugin.idea-ext:gradle-idea-ext:1.1.4"
json-schema-validator = "com.networknt:json-schema-validator:1.0.72"
json-assert = "org.skyscreamer:jsonassert:1.5.0"
Expand Down
27 changes: 16 additions & 11 deletions gradle/verification-metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2389,34 +2389,34 @@
<sha256 value="5d45b7904857c3e4ad36b3bcc57be2d2c5f308c69b5f6a58bd86aa7d48a25ef6" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="org.apache.httpcomponents" name="fluent-hc" version="4.5.13">
<artifact name="fluent-hc-4.5.13.jar">
<sha256 value="f883b6b027d5e05c53e48e4fe3548715c52dbd590ffa3f52d039574f1a4d0728" origin="Generated by Gradle"/>
<component group="org.apache.httpcomponents" name="fluent-hc" version="4.5.14">
<artifact name="fluent-hc-4.5.14.jar">
<sha256 value="6916043081fd7b0acb3e50a12a0e82187063d7a6dfed3d2fb2f3296b580ab0f8" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="org.apache.httpcomponents" name="httpasyncclient" version="4.1.5">
<artifact name="httpasyncclient-4.1.5.jar">
<sha256 value="0c1877489a9d1ba4fa50f6cfcab11d1123618858cb31d56afaab5afdd5064d99" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="org.apache.httpcomponents" name="httpclient" version="4.5.10">
<artifact name="httpclient-4.5.10.jar">
<sha256 value="38b9f16f504928e4db736a433b9cd10968d9ec8d6f5d0e61a64889a689172134" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="org.apache.httpcomponents" name="httpclient" version="4.5.13">
<artifact name="httpclient-4.5.13.jar">
<sha256 value="6fe9026a566c6a5001608cf3fc32196641f6c1e5e1986d1037ccdbd5f31ef743" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="org.apache.httpcomponents" name="httpclient" version="4.5.14">
<artifact name="httpclient-4.5.14.jar">
<sha256 value="c8bc7e1c51a6d4ce72f40d2ebbabf1c4b68bfe76e732104b04381b493478e9d6" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="org.apache.httpcomponents" name="httpclient" version="4.5.2">
<artifact name="httpclient-4.5.2.jar">
<sha256 value="0dffc621400d6c632f55787d996b8aeca36b30746a716e079a985f24d8074057" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="org.apache.httpcomponents" name="httpclient-cache" version="4.5.13">
<artifact name="httpclient-cache-4.5.13.jar">
<sha256 value="66cefdee7475985256af680bf3ae7cd5d7d42e8fdeb939a6277922e1bdeed43a" origin="Generated by Gradle"/>
<component group="org.apache.httpcomponents" name="httpclient-cache" version="4.5.14">
<artifact name="httpclient-cache-4.5.14.jar">
<sha256 value="5324d2cbc2d311c9f91b82bcbc746ec2a29f1f5b744395a50ff3afb873db1cee" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="org.apache.httpcomponents" name="httpcore" version="4.4.12">
Expand All @@ -2429,6 +2429,11 @@
<sha256 value="e06e89d40943245fcfa39ec537cdbfce3762aecde8f9c597780d2b00c2b43424" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="org.apache.httpcomponents" name="httpcore" version="4.4.16">
<artifact name="httpcore-4.4.16.jar">
<sha256 value="6c9b3dd142a09dc468e23ad39aad6f75a0f2b85125104469f026e52a474e464f" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="org.apache.httpcomponents" name="httpcore" version="4.4.4">
<artifact name="httpcore-4.4.4.jar">
<sha256 value="f7bc09dc8a7003822d109634ffd3845d579d12e725ae54673e323a7ce7f5e325" origin="Generated by Gradle"/>
Expand Down

0 comments on commit 97c00ea

Please sign in to comment.