Skip to content

Commit

Permalink
Update dependency org.apache.httpcomponents.client5:httpclient5 to v5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 21, 2024
1 parent 8d513c1 commit 5f7e7eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ dependencies {
implementation group: 'org.springframework.boot', name: 'spring-boot-starter-batch', {
exclude group: 'org.springframework.boot', module: 'spring-boot-starter-jdbc'
}
implementation group: 'org.apache.httpcomponents.client5', name: 'httpclient5', version: '5.3.1'
implementation group: 'org.apache.httpcomponents.client5', name: 'httpclient5', version: '5.4'
implementation group: 'javax.jms', name: 'javax.jms-api', version: '2.0.1'

implementation group: 'javax.xml.bind', name: 'jaxb-api', version: '2.3.1' // Needed for openjdk 11 to execute test
Expand Down

0 comments on commit 5f7e7eb

Please sign in to comment.