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 b1769d7 commit a2cc049Copy full SHA for a2cc049
1 file changed
lithic-java-core/build.gradle.kts
@@ -12,7 +12,7 @@ dependencies {
12
implementation("com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.14.1")
13
implementation("com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.14.1")
14
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.14.1")
15
- implementation("org.apache.httpcomponents.core5:httpcore5:5.2.1")
+ implementation("org.apache.httpcomponents.core5:httpcore5:5.2.4")
16
implementation("org.apache.httpcomponents.client5:httpclient5:5.2.1")
17
18
testImplementation(kotlin("test"))
0 commit comments