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 d9cdcbd6d37f50b992c0079cdf034f1bd00979bf
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Apr 7 17:08:20 2023 -0400
Bump feign-core from 12.2 to 12.3 (#1224)
Bumps [feign-core](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-core
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 5cd9f90850..81e5be98e2 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>12.2</version>
+ <version>12.3</version>
</dependency>
<dependency>
<groupId>io.github.openfeign</groupId>