Skip to content

Commit

Permalink
Merge pull request #268 from mfvanek/dependabot/gradle/org.apache.htt…
Browse files Browse the repository at this point in the history
…pcomponents.client5-httpclient5-parent-5.4.1

Bump org.apache.httpcomponents.client5:httpclient5-parent from 5.4 to 5.4.1
  • Loading branch information
mfvanek authored Nov 4, 2024
2 parents c132372 + 43e0d80 commit 559bc76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pg-index-health-spring-boot-demo/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ plugins {
dependencies {
implementation(project(":db-migrations"))
implementation(platform("org.springframework.boot:spring-boot-dependencies:3.3.5"))
implementation(platform("org.apache.httpcomponents.client5:httpclient5-parent:5.4"))
implementation(platform("org.apache.httpcomponents.client5:httpclient5-parent:5.4.1"))
implementation(platform("org.springdoc:springdoc-openapi:2.6.0"))

implementation("org.apache.commons:commons-lang3:3.17.0")
Expand Down

0 comments on commit 559bc76

Please sign in to comment.