Skip to content

Commit

Permalink
migrate to httpclient5 (#391)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaroldwong authored May 28, 2024
1 parent 406338c commit 41945fa
Show file tree
Hide file tree
Showing 3 changed files with 159 additions and 377 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ dependencies {
implementation("org.apache.commons:commons-lang3:3.14.0")
implementation("org.flywaydb:flyway-core:9.22.3")
implementation("org.flywaydb:flyway-mysql:9.22.3")
implementation("org.apache.httpcomponents:httpclient:4.5.14")
implementation("org.apache.httpcomponents.client5:httpclient5:5.3.1")
implementation("org.javers:javers-core:7.3.7")
implementation("com.mysql:mysql-connector-j:8.3.0")
implementation("software.amazon.awssdk:s3:2.25.7")
Expand Down
Loading

0 comments on commit 41945fa

Please sign in to comment.