diff --git a/pom.xml b/pom.xml index 5e965aac..3e563924 100644 --- a/pom.xml +++ b/pom.xml @@ -20,30 +20,29 @@ 0.0.3 3.24.2 - 2.18.24 + 2.20.152 1.70 v1-rev20221013-2.0.0 - 2.6.0 - 1.13.0 + 2.24.0 + 1.19.0 - 5.1.4 - 5.1.4 - 2.14.3 - 3.0.8 + 5.2.1 + 5.2.3 + 2.15.2 + 4.0.0 2.8.0 - 5.9.2 - 1.7.21 - 1.6.4 - 1.13.5 - 4.9.0 - 4.1.93.Final + 5.10.0 + 1.8.22 + 1.7.3 + 1.13.7 + 5.5.0 + 4.1.98.Final 3.14.9 - 6.0.10 - 0.0.4 - 2023.0.1 - 6.0.2 - 2022.0.8 + 6.1.0-M5 + 2023.1.0-M3 + 6.2.0-M3 + 2023.0.0-M3 UTF-8 17 @@ -94,7 +93,7 @@ Apache License, Version 2.0 https://www.apache.org/licenses/LICENSE-2.0 - Copyright 2016-2022 the original author or authors. + Copyright 2016-2023 the original author or authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -181,7 +180,7 @@ org.apache.httpcomponents.client5 httpclient5 - ${httpclient.version} + ${httpclient5.version} true @@ -194,14 +193,14 @@ org.apache.httpcomponents.core5 httpcore5 - ${httpcore.version} + ${httpcore5.version} true org.apache.httpcomponents.core5 httpcore5-reactive - ${httpcore.version} + ${httpcore5.version} true @@ -542,7 +541,6 @@ 3.3.1 - org.apache.maven.plugins maven-jar-plugin @@ -564,31 +562,31 @@ org.apache.maven.plugins maven-enforcer-plugin - 3.3.0 + 3.4.1 org.apache.maven.plugins maven-surefire-plugin - 3.0.0 + 3.1.2 org.apache.maven.plugins maven-failsafe-plugin - 3.0.0 + 3.1.2 org.apache.maven.plugins maven-source-plugin - 3.2.1 + 3.3.0 org.apache.maven.plugins maven-javadoc-plugin - 3.5.0 + 3.6.0 en_US true @@ -628,7 +626,7 @@ org.apache.maven.plugins maven-release-plugin - 3.0.0 + 3.0.1 @@ -640,25 +638,13 @@ org.apache.maven.plugins maven-dependency-plugin - 3.5.0 - - - - org.apache.maven.plugins - maven-site-plugin - 3.8.2 + 3.6.0 org.apache.maven.plugins maven-gpg-plugin - 3.0.1 - - - - org.asciidoctor - asciidoctor-maven-plugin - 2.2.3 + 3.1.0 @@ -676,7 +662,7 @@ org.apache.maven.plugins maven-assembly-plugin - 3.5.0 + 3.6.0 @@ -688,7 +674,7 @@ org.codehaus.mojo flatten-maven-plugin - 1.4.1 + 1.5.0 @@ -701,7 +687,7 @@ springNext - 6.0.0-SNAPSHOT + 6.1.0-SNAPSHOT @@ -1014,6 +1000,13 @@ + + + spring-milestone + https://repo.spring.io/milestone + + + spring-plugins-release @@ -1021,4 +1014,6 @@ + + diff --git a/spring-vault-core/src/main/java/org/springframework/vault/client/ClientHttpConnectorFactory.java b/spring-vault-core/src/main/java/org/springframework/vault/client/ClientHttpConnectorFactory.java index 559805ce..b84f4b24 100644 --- a/spring-vault-core/src/main/java/org/springframework/vault/client/ClientHttpConnectorFactory.java +++ b/spring-vault-core/src/main/java/org/springframework/vault/client/ClientHttpConnectorFactory.java @@ -33,7 +33,7 @@ import org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManagerBu import org.apache.hc.client5.http.impl.routing.SystemDefaultRoutePlanner; import org.apache.hc.core5.http.nio.ssl.BasicClientTlsStrategy; import org.apache.hc.core5.util.Timeout; -import org.eclipse.jetty.client.http.HttpClientTransportOverHTTP; +import org.eclipse.jetty.client.transport.HttpClientTransportOverHTTP; import org.eclipse.jetty.io.ClientConnector; import org.eclipse.jetty.util.ssl.SslContextFactory; import reactor.netty.http.Http11SslContextSpec;