diff --git a/finish/build.gradle b/finish/build.gradle index a394d41..8dd27e2 100644 --- a/finish/build.gradle +++ b/finish/build.gradle @@ -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[] }