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 17:29:39 UTC

[cxf] 02/04: Bump feign-httpclient from 10.1.0 to 12.1 (#1074)

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

commit f5199c629cab28223c8a8c712789c8b78a776868
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Jan 20 07:57:56 2023 -0500

    Bump feign-httpclient from 10.1.0 to 12.1 (#1074)
    
    Bumps [feign-httpclient](https://github.com/openfeign/feign) from 10.1.0 to 12.1.
    - [Release notes](https://github.com/openfeign/feign/releases)
    - [Changelog](https://github.com/OpenFeign/feign/blob/master/CHANGELOG.md)
    - [Commits](https://github.com/openfeign/feign/commits/12.1)
    
    ---
    updated-dependencies:
    - dependency-name: io.github.openfeign:feign-httpclient
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 .../src/main/release/samples/jax_rs/tracing_opentracing/pom.xml         | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 f0a083b4cb..9250e14c33 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
@@ -139,7 +139,7 @@
         <dependency>
             <groupId>io.github.openfeign</groupId>
             <artifactId>feign-httpclient</artifactId>
-            <version>10.1.0</version>
+            <version>12.1</version>
         </dependency>
         <dependency>
             <groupId>io.github.openfeign.opentracing</groupId>