You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by re...@apache.org on 2023/02/06 23:46:52 UTC

[cxf] 05/05: Bump okhttp from 3.12.1 to 4.10.0 (#1113)

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 d2d06775eb6ddb667ccd9db8c3a90b042d174858
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Feb 6 17:13:30 2023 -0500

    Bump okhttp from 3.12.1 to 4.10.0 (#1113)
    
    Bumps [okhttp](https://github.com/square/okhttp) from 3.12.1 to 4.10.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-3.12.1...parent-4.10.0)
    
    ---
    updated-dependencies:
    - dependency-name: com.squareup.okhttp3:okhttp
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 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 8649e3372e..5578325ac4 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>3.12.1</version>
+            <version>4.10.0</version>
         </dependency>
     </dependencies>
 </project>