Skip to content

Commit

Permalink
Merge pull request #33 from otto-de/dependabot/gradle/org.apache.http…
Browse files Browse the repository at this point in the history
…components-httpclient-4.5.14

Bump org.apache.httpcomponents:httpclient from 4.5.13 to 4.5.14
  • Loading branch information
MediaMarco authored Feb 12, 2023
2 parents 59881ea + d1176fe commit b652242
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example-client/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ repositories {
dependencies {
implementation rootProject
implementation("ch.qos.logback:logback-classic:1.2.11")
implementation("org.apache.httpcomponents:httpclient:4.5.13")
implementation("org.apache.httpcomponents:httpclient:4.5.14")
}

project.afterEvaluate {
Expand Down

0 comments on commit b652242

Please sign in to comment.