Skip to content

Commit

Permalink
Update dependency org.apache.httpcomponents.core5:httpcore5 to v5.2.5 (
Browse files Browse the repository at this point in the history
…#754)

* Update dependency org.apache.httpcomponents.core5:httpcore5 to v5.2.5

Signed-off-by: mend-for-github-com[bot] <mend-for-github-com[bot]@users.noreply.github.com>

* Force dependency version

Signed-off-by: Daniel Widdis <[email protected]>

---------

Signed-off-by: mend-for-github-com[bot] <mend-for-github-com[bot]@users.noreply.github.com>
Signed-off-by: Daniel Widdis <[email protected]>
Co-authored-by: mend-for-github-com[bot] <50673670+mend-for-github-com[bot]@users.noreply.github.com>
Co-authored-by: Daniel Widdis <[email protected]>
  • Loading branch information
mend-for-github-com[bot] and dbwiddis committed Jul 8, 2024
1 parent 9be9b7e commit dae810c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ dependencies {
implementation "org.opensearch:common-utils:${common_utils_version}"
implementation 'com.amazonaws:aws-encryption-sdk-java:2.4.1'
implementation 'org.bouncycastle:bcprov-jdk18on:1.78.1'
api "org.apache.httpcomponents.core5:httpcore5:5.2.2"
api "org.apache.httpcomponents.core5:httpcore5:5.2.5"
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.3"
Expand All @@ -190,6 +190,7 @@ dependencies {
force("com.google.guava:guava:33.2.1-jre") // CVE for 31.1, keep to force transitive dependencies
force("org.eclipse.platform:org.eclipse.core.runtime:3.31.0") // CVE for < 3.29.0
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
}
}
}
Expand Down

0 comments on commit dae810c

Please sign in to comment.