This is an automated email from the ASF dual-hosted git repository.

reta pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cxf.git


The following commit(s) were added to refs/heads/main by this push:
     new 5dd6e8f78b Bump io.github.openfeign:feign-micrometer from 12.5 to 13.0 
(#1485)
5dd6e8f78b is described below

commit 5dd6e8f78beffe9a743fce52549fa1c230782962
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Oct 23 07:55:39 2023 -0400

    Bump io.github.openfeign:feign-micrometer from 12.5 to 13.0 (#1485)
    
    Bumps 
[io.github.openfeign:feign-micrometer](https://github.com/openfeign/feign) from 
12.5 to 13.0.
    - [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.5...13.0)
    
    ---
    updated-dependencies:
    - dependency-name: io.github.openfeign:feign-micrometer
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 distribution/src/main/release/samples/jax_rs/tracing_micrometer/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/distribution/src/main/release/samples/jax_rs/tracing_micrometer/pom.xml 
b/distribution/src/main/release/samples/jax_rs/tracing_micrometer/pom.xml
index 43b3da8d0d..db8bf3fcd5 100644
--- a/distribution/src/main/release/samples/jax_rs/tracing_micrometer/pom.xml
+++ b/distribution/src/main/release/samples/jax_rs/tracing_micrometer/pom.xml
@@ -140,7 +140,7 @@
         <dependency>
             <groupId>io.github.openfeign</groupId>
             <artifactId>feign-micrometer</artifactId>
-            <version>12.5</version>
+            <version>13.0</version>
         </dependency>
         <dependency>
             <groupId>io.micrometer</groupId>

Reply via email to