Skip to content

Commit

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

Bump org.apache.httpcomponents.client5:httpclient5-parent from 5.3.1 to 5.4
  • Loading branch information
mfvanek authored Sep 23, 2024
2 parents c359617 + 50ceaf5 commit 48fb386
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:2.7.18"))
implementation(platform("org.apache.httpcomponents.client5:httpclient5-parent:5.3.1"))
implementation(platform("org.apache.httpcomponents.client5:httpclient5-parent:5.4"))

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

Expand Down

0 comments on commit 48fb386

Please sign in to comment.