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 Jun 18, 2024
1 parent 4bf3519 commit 60d0f2c
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion clients/java/client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
</parent>

<properties>
<version.httpclient>5.3</version.httpclient>
<engine.runtime>${project.build.directory}/camunda-tomcat</engine.runtime>
<tomcat.runtime>${engine.runtime}/server/apache-tomcat-${version.tomcat}</tomcat.runtime>
<http.port>${tomcat.connector.http.port}</http.port>
Expand Down
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
2 changes: 1 addition & 1 deletion parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +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.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 60d0f2c

Please sign in to comment.