You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by re...@apache.org on 2023/01/20 15:48:50 UTC

[cxf] 03/03: Bump feign-core to 12.1 and feign-opentracing to 0.4.1

This is an automated email from the ASF dual-hosted git repository.

reta pushed a commit to branch 3.6.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git

commit 26f6e829a767fbf478b51e54a384bf8296cc05ca
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Fri Jan 20 08:52:01 2023 -0500

    Bump feign-core to 12.1 and feign-opentracing to 0.4.1
---
 .../src/main/release/samples/jax_rs/tracing_opentracing/pom.xml       | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/distribution/src/main/release/samples/jax_rs/tracing_opentracing/pom.xml b/distribution/src/main/release/samples/jax_rs/tracing_opentracing/pom.xml
index a8f1ce04f5..7f5822230d 100644
--- a/distribution/src/main/release/samples/jax_rs/tracing_opentracing/pom.xml
+++ b/distribution/src/main/release/samples/jax_rs/tracing_opentracing/pom.xml
@@ -134,7 +134,7 @@
         <dependency>
             <groupId>io.github.openfeign</groupId>
             <artifactId>feign-core</artifactId>
-            <version>10.1.0</version>
+            <version>12.1</version>
         </dependency>
         <dependency>
             <groupId>io.github.openfeign</groupId>
@@ -144,7 +144,7 @@
         <dependency>
             <groupId>io.github.openfeign.opentracing</groupId>
             <artifactId>feign-opentracing</artifactId>
-            <version>0.1.0</version>
+            <version>0.4.1</version>
         </dependency>
     </dependencies>
 </project>