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

Signed-off-by: mend-for-github-com[bot] <mend-for-github-com[bot]@users.noreply.github.com>
  • Loading branch information
mend-for-github-com[bot] committed Sep 13, 2024
1 parent 2513d49 commit 2b6ae9e
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 @@ -174,7 +174,7 @@ dependencies {
implementation "org.dafny:DafnyRuntime:4.2.0"
implementation "software.amazon.smithy.dafny:conversion:0.1"
implementation 'org.bouncycastle:bcprov-jdk18on:1.78.1'
api "org.apache.httpcomponents.core5:httpcore5:5.2.5"
api "org.apache.httpcomponents.core5:httpcore5:5.3"
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 All @@ -190,7 +190,7 @@ dependencies {
resolutionStrategy {
force("com.google.guava:guava:33.3.0-jre") // CVE for 31.1, keep to force transitive dependencies
force("com.fasterxml.jackson.core:jackson-core:2.17.2") // Dependency Jar Hell
force("org.apache.httpcomponents.core5:httpcore5:5.2.5") // Dependency Jar Hell
force("org.apache.httpcomponents.core5:httpcore5:5.3") // Dependency Jar Hell
}
}
}
Expand Down

0 comments on commit 2b6ae9e

Please sign in to comment.