Skip to content

Commit 40e0d4c

Browse files
Address http5client CVE, use core's dependency
Signed-off-by: rithin-pullela-aws <[email protected]>
1 parent d021174 commit 40e0d4c

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

build.gradle

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -127,9 +127,6 @@ dependencies {
127127
implementation "org.ow2.asm:asm-tree:${ow2Version}"
128128
implementation 'com.o19s:RankyMcRankFace:0.1.1'
129129
implementation "com.github.spullara.mustache.java:compiler:0.9.3"
130-
implementation "org.apache.httpcomponents.client5:httpclient5:5.3.1"
131-
implementation "org.apache.httpcomponents.core5:httpcore5:5.3"
132-
implementation "org.apache.httpcomponents.core5:httpcore5-h2:5.3"
133130
implementation "org.conscrypt:conscrypt-openjdk-uber:2.5.2"
134131
implementation 'org.slf4j:slf4j-api:1.7.36'
135132
implementation 'org.slf4j:slf4j-simple:1.7.36'
@@ -141,10 +138,6 @@ dependencies {
141138
}
142139

143140
configurations.all {
144-
resolutionStrategy.force "org.apache.httpcomponents.client5:httpclient5:5.3.1"
145-
resolutionStrategy.force "org.apache.httpcomponents.core5:httpcore5:5.3"
146-
resolutionStrategy.force "org.apache.httpcomponents.core5:httpcore5-h2:5.3"
147-
resolutionStrategy.force 'org.apache.httpcomponents:httpclient:4.5.14'
148141
resolutionStrategy.force "com.google.guava:guava:32.1.3-jre"
149142
resolutionStrategy.force 'org.eclipse.platform:org.eclipse.core.runtime:3.29.0'
150143
}

0 commit comments

Comments
 (0)