This is an automated email from the ASF dual-hosted git repository.
reta pushed a commit to branch 3.4.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git
commit 54cdd789eeac0831c4edd5484db3284041410628
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Apr 7 17:10:45 2023 -0400
Bump feign-httpclient from 12.2 to 12.3 (#1225)
Bumps [feign-httpclient](https://github.com/openfeign/feign) from 12.2 to
12.3.
- [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.2...12.3)
---
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>
---
.../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 81e5be98e2..4c38f2f706 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.2</version>
+ <version>12.3</version>
</dependency>
<dependency>
<groupId>io.github.openfeign.opentracing</groupId>