Skip to content

Commit

Permalink
fix(deps): update dependency org.apache.httpcomponents.core5:httpcore…
Browse files Browse the repository at this point in the history
…5 to v5.3.1

Signed-off-by: mend-for-github.aaakk.us.kg[bot] <mend-for-github.aaakk.us.kg[bot]@users.noreply.github.com>
  • Loading branch information
mend-for-github.aaakk.us.kg[bot] authored Oct 22, 2024
1 parent 8b387c9 commit 7287016
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ dependencies {
implementation "org.dafny:DafnyRuntime:4.8.1"
implementation "software.amazon.smithy.dafny:conversion:0.1.1"
implementation 'org.bouncycastle:bcprov-jdk18on:1.78.1'
api "org.apache.httpcomponents.core5:httpcore5:5.3"
api "org.apache.httpcomponents.core5:httpcore5:5.3.1"
implementation "jakarta.json.bind:jakarta.json.bind-api:3.0.1"
implementation "org.glassfish:jakarta.json:2.0.1"
implementation "org.eclipse:yasson:3.0.4"
Expand Down Expand Up @@ -210,7 +210,7 @@ dependencies {
resolutionStrategy {
force("com.google.guava:guava:33.3.1-jre") // CVE for 31.1, keep to force transitive dependencies
force("com.fasterxml.jackson.core:jackson-core:${jacksonVersion}") // Dependency Jar Hell
force("org.apache.httpcomponents.core5:httpcore5:5.3") // Dependency Jar Hell
force("org.apache.httpcomponents.core5:httpcore5:5.3.1") // Dependency Jar Hell
}
}
}
Expand Down

0 comments on commit 7287016

Please sign in to comment.