This is an automated email from the ASF dual-hosted git repository. reta pushed a commit to branch CXF-8671 in repository https://gitbox.apache.org/repos/asf/cxf.git
commit d3ffd9d8d9f4b5982b4f5850584fc9d1e4bd71fe Author: Andriy Redko <[email protected]> AuthorDate: Fri Mar 29 10:49:16 2024 -0400 Update Spring Cloud Eureka to 4.1.1 --- distribution/src/main/release/samples/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/distribution/src/main/release/samples/pom.xml b/distribution/src/main/release/samples/pom.xml index 536afe685b..dd46a1f558 100644 --- a/distribution/src/main/release/samples/pom.xml +++ b/distribution/src/main/release/samples/pom.xml @@ -32,7 +32,7 @@ <maven.deploy.skip>true</maven.deploy.skip> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <cxf.spring.boot.version>3.2.4</cxf.spring.boot.version> - <cxf.spring.cloud.eureka.version>4.1.0</cxf.spring.cloud.eureka.version> + <cxf.spring.cloud.eureka.version>4.1.1</cxf.spring.cloud.eureka.version> <cxf.jetty12.version>12.0.7</cxf.jetty12.version> <cxf.netty.version>4.1.108.Final</cxf.netty.version> <cxf.httpcomponents.client.version>4.5.14</cxf.httpcomponents.client.version>
