This is an automated email from the ASF dual-hosted git repository. reta pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/cxf.git
commit faab10931487e757632bec42b95d9616223b58ea Author: Andriy Redko <[email protected]> AuthorDate: Thu Jan 29 16:21:15 2026 -0500 Update Spring Cloud Eureka to 5.0.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 d2473ee4d9..7e0aecd383 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>4.0.2</cxf.spring.boot.version> - <cxf.spring.cloud.eureka.version>5.0.0</cxf.spring.cloud.eureka.version> + <cxf.spring.cloud.eureka.version>5.0.1</cxf.spring.cloud.eureka.version> <cxf.jetty12.version>12.1.5</cxf.jetty12.version> <cxf.netty.version>4.2.9.Final</cxf.netty.version> <cxf.httpcomponents.client.version>4.5.14</cxf.httpcomponents.client.version>
