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/03/09 20:25:06 UTC

[cxf] 03/03: Bump feign-httpclient from 12.1 to 12.2 (#1164)

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 5d929677968381222ae3a8375dc2fea089c1c5c1
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Mar 9 11:38:25 2023 -0500

    Bump feign-httpclient from 12.1 to 12.2 (#1164)
    
    Bumps [feign-httpclient](https://github.com/openfeign/feign) from 12.1 to 12.2.
    - [Release notes](https://github.com/openfeign/feign/releases)
    - [Changelog](https://github.com/OpenFeign/feign/blob/master/CHANGELOG.md)
    - [Commits](https://github.com/openfeign/feign/compare/12.1...12.2)
    
    ---
    updated-dependencies:
    - dependency-name: io.github.openfeign:feign-httpclient
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    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 7f5822230d..f9af6f7429 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>12.1</version>
+            <version>12.2</version>
         </dependency>
         <dependency>
             <groupId>io.github.openfeign.opentracing</groupId>