Skip to content

Commit

Permalink
Update dependency org.apache.httpcomponents.client5:httpclient5 to v5…
Browse files Browse the repository at this point in the history
….4.1
  • Loading branch information
renovate[bot] authored Oct 31, 2024
1 parent fc41260 commit 5240293
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.1'
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 5240293

Please sign in to comment.