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 7158b00 commit be6b9bfCopy full SHA for be6b9bf
agents/build.gradle.kts
@@ -12,7 +12,7 @@ dependencies {
12
implementation (libs.kotlinx.coroutines.rx3)
13
14
// following needed for AdkWebServer (dev UI)
15
- implementation("org.apache.httpcomponents.client5:httpclient5:5.5")
+ implementation("org.apache.httpcomponents.client5:httpclient5:5.5.1")
16
17
implementation(projects.composeApp)
18
}
0 commit comments