File tree 2 files changed +2
-1
lines changed
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
8
8
- Bumps ` org.junit:junit-bom ` from 5.10.3 to 5.11.0
9
9
- Bumps ` org.apache.httpcomponents.core5:httpcore5-h2 ` from 5.2.5 to 5.3
10
10
- Bumps ` org.apache.httpcomponents.core5:httpcore5 ` from 5.2.5 to 5.3
11
+ - Bumps ` org.apache.httpcomponents.client5:httpclient5 ` from 5.3.1 to 5.4
11
12
12
13
### Changed
13
14
Original file line number Diff line number Diff line change @@ -206,7 +206,7 @@ dependencies {
206
206
testImplementation(" com.fasterxml.jackson.datatype" , " jackson-datatype-jakarta-jsonp" , jacksonVersion)
207
207
208
208
// ApacheHttpClient5Transport dependencies (optional)
209
- implementation(" org.apache.httpcomponents.client5" , " httpclient5" , " 5.3.1 " ) {
209
+ implementation(" org.apache.httpcomponents.client5" , " httpclient5" , " 5.4 " ) {
210
210
exclude(group = " org.apache.httpcomponents.core5" )
211
211
}
212
212
implementation(" org.apache.httpcomponents.core5" , " httpcore5" , " 5.3" )
You can’t perform that action at this time.
0 commit comments