Skip to content

Commit

Permalink
Merge pull request #167 from OpenLiberty/dependabot/gradle/finish/org…
Browse files Browse the repository at this point in the history
….apache.httpcomponents.client5-httpclient5-5.4.1

Bump org.apache.httpcomponents.client5:httpclient5 from 5.4 to 5.4.1 in /finish
  • Loading branch information
gkwan-ibm authored Nov 5, 2024
2 parents 56e485c + e3bd42c commit f01dd13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion finish/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ dependencies {
testImplementation 'org.junit.jupiter:junit-jupiter:5.11.1'
// end::junit[]
// tag::commons[]
testImplementation 'org.apache.httpcomponents.client5:httpclient5:5.4'
testImplementation 'org.apache.httpcomponents.client5:httpclient5:5.4.1'
// end::commons[]
// end::testimplementation[]
}
Expand Down

0 comments on commit f01dd13

Please sign in to comment.