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 f0b9733e334228ac5e1f48eda5a28bc89de7d34c
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Oct 17 07:37:12 2023 -0400
Bump com.squareup.okhttp3:okhttp from 4.11.0 to 4.12.0 (#1477)
Bumps [com.squareup.okhttp3:okhttp](https://github.com/square/okhttp) from
4.11.0 to 4.12.0.
- [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md)
-
[Commits](https://github.com/square/okhttp/compare/parent-4.11.0...parent-4.12.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 9c4e0d944451aa641e7ed2a23f4aa2681cb550f2)
(cherry picked from commit 1dad88ca42271207733c6bf9de3dd396f91b8108)
---
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 dd0ecf26e6..743fcf4fd4 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.11.0</version>
+ <version>4.12.0</version>
</dependency>
</dependencies>
</project>