Skip to content

Commit

Permalink
Downgrade to httpclient5 5.2.3 to be on the same minor as Camel Quarkus
Browse files Browse the repository at this point in the history
  • Loading branch information
ppalaga committed Sep 19, 2024
1 parent 7f4a1e8 commit 9d85993
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
<jakarta.xml.soap-api.version>2.0.1</jakarta.xml.soap-api.version><!-- @sync org.apache.cxf:cxf-parent:${cxf.version} prop:cxf.jakarta.soapapi.version -->
<jakarta.xml.ws-api.version>3.0.1</jakarta.xml.ws-api.version><!-- @sync org.apache.cxf:cxf-parent:${cxf.version} prop:cxf.jakarta.wsapi.version -->
<jasypt.version>1.9.3</jasypt.version><!-- @sync org.apache.wss4j:wss4j-parent:${wss4j.version} prop:jasypt.version -->
<httpclient5.version>5.3.1</httpclient5.version>
<httpclient5.version>5.2.3</httpclient5.version>
<httpcore5.version>5.2.5</httpcore5.version>
<neethi.version>3.2.0</neethi.version><!-- @sync org.apache.cxf:cxf-parent:${cxf.version} prop:cxf.neethi.version -->
<mimepull.version>1.10.0</mimepull.version>
Expand Down

0 comments on commit 9d85993

Please sign in to comment.