Skip to content

Commit

Permalink
Update dependency org.apache.httpcomponents:httpclient to v4.5.14
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 6, 2024
1 parent bf67f8c commit 41bf095
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ dependencies {
implementation 'org.springdoc:springdoc-openapi-data-rest:1.6.11'
implementation 'org.springdoc:springdoc-openapi-webmvc-core:1.6.11'
implementation 'org.javers:javers-spring-boot-starter-sql:6.6.5'
implementation 'org.apache.httpcomponents:httpclient:4.5.13'
implementation 'org.apache.httpcomponents:httpclient:4.5.14'
implementation 'org.apache.commons:commons-collections4:4.4'
implementation 'org.json:json:20220320'
implementation 'com.github.jknack:handlebars:4.3.0'
Expand Down Expand Up @@ -86,7 +86,7 @@ dependencies {

runtimeOnly 'com.h2database:h2:2.1.214'
runtimeOnly 'org.postgresql:postgresql:42.7.4'
runtimeOnly 'org.apache.httpcomponents:httpclient:4.5.13'
runtimeOnly 'org.apache.httpcomponents:httpclient:4.5.14'

asciidoctorExt 'org.springframework.restdocs:spring-restdocs-asciidoctor:2.0.6.RELEASE'
}
Expand Down

0 comments on commit 41bf095

Please sign in to comment.