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 b5bf774504c992b139afcc216e3488f6914b8879
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Jul 7 08:15:07 2023 -0400

    Bump feign-httpclient from 12.3 to 12.4 (#1336)
    
    Bumps [feign-httpclient](https://github.com/openfeign/feign) from 12.3 to 
12.4.
    - [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.3...12.4)
    
    ---
    updated-dependencies:
    - dependency-name: io.github.openfeign:feign-httpclient
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
    (cherry picked from commit 9cc6d1e60c94d5c8c659d20135defd31763e124e)
    (cherry picked from commit dd53f33353d5927081e9ab8278b2e6327d3142a9)
---
 .../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 c3da2e8bd9..7957c188eb 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.3</version>
+            <version>12.4</version>
         </dependency>
         <dependency>
             <groupId>io.github.openfeign.opentracing</groupId>

Reply via email to