We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ca94cf commit 69b9ed3Copy full SHA for 69b9ed3
plugins/stage-vote-release-plugin/build.gradle.kts
@@ -26,7 +26,7 @@ dependencies {
26
api("commons-codec:commons-codec:1.18.0")
27
api("commons-collections:commons-collections:3.2.2")
28
api("net.sourceforge.nekohtml:nekohtml:1.9.22")
29
- api("org.apache.httpcomponents:httpclient:4.5.13")
+ api("org.apache.httpcomponents:httpclient:4.5.14")
30
api("xerces:xercesImpl:2.12.2")
31
}
32
implementation(project(":plugins:crlf-plugin"))
0 commit comments