Skip to content

Commit

Permalink
Merge branch 'dependabot/gradle/org.apache.httpcomponents-httpclient-…
Browse files Browse the repository at this point in the history
…4.5.14'
  • Loading branch information
aecio committed Mar 4, 2023
2 parents 4620f4e + 816cb6f commit 7de399b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
- Bump gradle-node-plugin to version 3.5.1 and node.js to 18.14.2
- Migrate tests from jUnit 4 to 5
- Migrate test assertions from Hamcrest to AssertJ
- Bump org.apache.httpcomponents:httpclient from 4.5.13 to 4.5.14


## Version 0.14.0 (2022-02-06)
Expand Down
2 changes: 1 addition & 1 deletion ache/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ dependencies {
implementation group: 'org.apache.lucene', name: 'lucene-analyzers-common', version: '8.11.1'
// HTTP libraries
implementation group: 'com.squareup.okhttp3', name: 'okhttp', version: '4.9.3'
implementation group: 'org.apache.httpcomponents', name: 'httpclient', version: '4.5.13'
implementation group: 'org.apache.httpcomponents', name: 'httpclient', version: '4.5.14'
// Others
implementation group: 'com.github.haifengl', name: 'smile-core', version: '1.5.3'
implementation group: 'org.roaringbitmap', name: 'RoaringBitmap', version: '0.9.39'
Expand Down
2 changes: 1 addition & 1 deletion crawler-commons/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ repositories {
dependencies {
api group: 'org.slf4j', name: 'slf4j-api', version: '1.7.36'
implementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.4'
implementation group: 'org.apache.httpcomponents', name: 'httpclient', version: '4.5.13'
implementation group: 'org.apache.httpcomponents', name: 'httpclient', version: '4.5.14'
implementation group: 'commons-io', name: 'commons-io', version: '2.11.0'

testImplementation group: 'junit', name: 'junit', version: '4.13.2'
Expand Down

0 comments on commit 7de399b

Please sign in to comment.