We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ddbd47 commit d90e557Copy full SHA for d90e557
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.6")
16
17
implementation(projects.composeApp)
18
}
0 commit comments