Skip to content

Commit

Permalink
Bumped apache http client5 and sslcontext kickstart
Browse files Browse the repository at this point in the history
  • Loading branch information
Hakky54 committed Oct 2, 2024
1 parent ed3c95e commit 6e4a7f2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion client/src/main/java/nl/altindag/client/ClientConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ public org.apache.http.impl.nio.client.CloseableHttpAsyncClient apacheHttpAsyncC
@Bean
public org.apache.hc.client5.http.impl.classic.CloseableHttpClient apache5HttpClient(SSLFactory sslFactory) {
var connectionManager = PoolingHttpClientConnectionManagerBuilder.create()
.setSSLSocketFactory(Apache5SslUtils.toSocketFactory(sslFactory))
.setTlsSocketStrategy(Apache5SslUtils.toTlsSocketStrategy(sslFactory))
.build();

return org.apache.hc.client5.http.impl.classic.HttpClients.custom()
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
<version.scala-compiler>2.13.14</version.scala-compiler>
<version.kotlin>2.0.0</version.kotlin>
<version.kotlinx-coroutines-core>1.8.1</version.kotlinx-coroutines-core>
<version.sslcontext-kickstart>8.3.5</version.sslcontext-kickstart>
<version.sslcontext-kickstart>8.3.7</version.sslcontext-kickstart>
<version.spring>3.3.1</version.spring>
<version.slf4j>2.0.13</version.slf4j>
<version.logback>1.5.6</version.logback>
<version.apache.httpclient>4.5.13</version.apache.httpclient>
<version.apache.httpclient5>5.3.1</version.apache.httpclient5>
<version.apache.httpclient5>5.4</version.apache.httpclient5>
<version.cucumber>7.18.0</version.cucumber>
<version.maven-fail-safe>3.2.5</version.maven-fail-safe>
<version.maven-surefire-plugin>3.2.5</version.maven-surefire-plugin>
Expand Down

0 comments on commit 6e4a7f2

Please sign in to comment.