Skip to content

Commit

Permalink
feat(connect): upgrade to apache httpclient 5.x
Browse files Browse the repository at this point in the history
- consolidate version.httpclient property
  • Loading branch information
strangelookingnerd committed Sep 18, 2024
1 parent a61222b commit 10b2d86
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion connect/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@

<properties>
<connect.version.old>1.6.0</connect.version.old>
<version.httpclient>5.3.1</version.httpclient>
<mockito.version>1.9.5</mockito.version>
<wiremock.version>1.58</wiremock.version>
<maven-bundle-plugin.version>5.1.1</maven-bundle-plugin.version>
Expand Down
3 changes: 1 addition & 2 deletions parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,7 @@
<version.xml.jaxb-impl>2.3.6</version.xml.jaxb-impl>
<version.xml.jaxb-impl4>4.0.5</version.xml.jaxb-impl4>
<version.jakarta.xml.bind-api>4.0.2</version.jakarta.xml.bind-api>
<version.httpclient>4.5.14</version.httpclient>
<version.httpclient5>5.3</version.httpclient5>
<version.httpclient>5.3.1</version.httpclient>

<version.slf4j>1.7.26</version.slf4j>
<version.logback>1.2.11</version.logback>
Expand Down

0 comments on commit 10b2d86

Please sign in to comment.