This is an automated email from the ASF dual-hosted git repository.
reta pushed a commit to branch 3.5.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git
The following commit(s) were added to refs/heads/3.5.x-fixes by this push:
new 52c993a Update Spring Cloud Eureka to 3.1.1
52c993a is described below
commit 52c993ae6e74fee283180b15cc0a2bf98b67732b
Author: Andriy Redko <[email protected]>
AuthorDate: Fri Feb 18 19:29:55 2022 -0500
Update Spring Cloud Eureka to 3.1.1
(cherry picked from commit 3e969ddcf8e6d67855cd5f66a76c3dccfbf79e10)
---
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 1a7d8b8..0804c79 100644
--- a/distribution/src/main/release/samples/pom.xml
+++ b/distribution/src/main/release/samples/pom.xml
@@ -31,7 +31,7 @@
<maven.deploy.skip>true</maven.deploy.skip>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<spring.boot.version>2.6.3</spring.boot.version>
- <spring.cloud.eureka.version>3.1.0</spring.cloud.eureka.version>
+ <spring.cloud.eureka.version>3.1.1</spring.cloud.eureka.version>
<cxf.jetty9.version>9.4.45.v20220203</cxf.jetty9.version>
<cxf.netty.version>4.1.74.Final</cxf.netty.version>
<cxf.httpcomponents.client.version>4.5.13</cxf.httpcomponents.client.version>