Skip to content

Commit

Permalink
Merge branch 'dependabot/gradle/com.squareup.okhttp3-okhttp-4.10.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
aecio committed Mar 7, 2023
2 parents 6d36bfe + d7f6216 commit c4e00fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
- Bump org.apache.commons:commons-lang3 from 3.4 to 3.12.0
- Bump org.apache.commons:commons-compress from 1.21 to 1.22
- Bump org.apache.kafka:kafka-clients from 3.2.0 to 3.4.0
- Bump com.squareup.okhttp3:okhttp from 4.9.3 to 4.10.0


## 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 @@ -57,7 +57,7 @@ dependencies {
implementation group: 'org.jsoup', name: 'jsoup', version: '1.15.1'
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: 'com.squareup.okhttp3', name: 'okhttp', version: '4.10.0'
implementation group: 'org.apache.httpcomponents', name: 'httpclient', version: '4.5.14'
// Others
implementation group: 'com.github.haifengl', name: 'smile-core', version: '1.5.3'
Expand Down

0 comments on commit c4e00fe

Please sign in to comment.