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 9c4e0d9444 Bump com.squareup.okhttp3:okhttp from 4.11.0 to 4.12.0
(#1477)
9c4e0d9444 is described below
commit 9c4e0d944451aa641e7ed2a23f4aa2681cb550f2
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>
---
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 8497138913..ebc66881a6 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
@@ -227,7 +227,7 @@
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp</artifactId>
- <version>4.11.0</version>
+ <version>4.12.0</version>
</dependency>
</dependencies>
</project>