We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de44681 commit 6b90e16Copy full SHA for 6b90e16
eventmesh-connectors/eventmesh-connector-http/build.gradle
@@ -25,7 +25,7 @@ dependencies {
25
implementation 'dev.failsafe:failsafe:3.3.2'
26
27
28
- testImplementation 'org.apache.httpcomponents.client5:httpclient5:5.3.1'
+ testImplementation 'org.apache.httpcomponents.client5:httpclient5:5.4'
29
testImplementation 'org.apache.httpcomponents.client5:httpclient5-fluent:5.4'
30
testImplementation 'org.mock-server:mockserver-netty:5.15.0'
31
compileOnly 'org.projectlombok:lombok'
0 commit comments