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 3392856766246e40c227bc4f3cbdffedf6b7c4b8
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Mar 10 07:33:51 2023 -0500
Bump feign-core from 12.1 to 12.2 (#1170)
Bumps [feign-core](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-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 f9af6f7429..16d51da221 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.1</version>
+ <version>12.2</version>
</dependency>
<dependency>
<groupId>io.github.openfeign</groupId>