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 95341136ff50a0fed0ffa65cdf3484b5045f20b1
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Apr 25 08:49:51 2023 -0400

    Bump okhttp from 4.10.0 to 4.11.0 (#1250)
    
    Bumps [okhttp](https://github.com/square/okhttp) from 4.10.0 to 4.11.0.
    - [Release notes](https://github.com/square/okhttp/releases)
    - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md)
    - 
[Commits](https://github.com/square/okhttp/compare/parent-4.10.0...parent-4.11.0)
    
    ---
    updated-dependencies:
    - dependency-name: com.squareup.okhttp3:okhttp
      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 03cfbfb773d10f1d70a12372ddbb3b8582f939db)
---
 distribution/src/main/release/samples/jax_rs/tracing_brave/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/distribution/src/main/release/samples/jax_rs/tracing_brave/pom.xml 
b/distribution/src/main/release/samples/jax_rs/tracing_brave/pom.xml
index 8637f93195..bd499af0cd 100644
--- a/distribution/src/main/release/samples/jax_rs/tracing_brave/pom.xml
+++ b/distribution/src/main/release/samples/jax_rs/tracing_brave/pom.xml
@@ -228,7 +228,7 @@
         <dependency>
             <groupId>com.squareup.okhttp3</groupId>
             <artifactId>okhttp</artifactId>
-            <version>4.10.0</version>
+            <version>4.11.0</version>
         </dependency>
     </dependencies>
 </project>

Reply via email to