fix(deps): update dependency com.squareup.okio:okio-bom to v3.7.0 (#10089)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Lauri Tulmin <ltulmin@splunk.com>
This commit is contained in:
parent
fda1ee124a
commit
1c5e8de381
|
@ -27,7 +27,7 @@ val groovyVersion = "4.0.16"
|
|||
|
||||
val DEPENDENCY_BOMS = listOf(
|
||||
"com.fasterxml.jackson:jackson-bom:2.16.0",
|
||||
"com.squareup.okio:okio-bom:3.6.0", // see https://github.com/open-telemetry/opentelemetry-java/issues/5637
|
||||
"com.squareup.okio:okio-bom:3.7.0", // see https://github.com/open-telemetry/opentelemetry-java/issues/5637
|
||||
"com.google.guava:guava-bom:32.1.3-jre",
|
||||
"org.apache.groovy:groovy-bom:${groovyVersion}",
|
||||
"io.opentelemetry:opentelemetry-bom:${otelSdkVersion}",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
|
||||
# javaagent
|
||||
## Dependency License Report
|
||||
_2023-12-08 20:56:42 UTC_
|
||||
_2023-12-17 09:09:14 EET_
|
||||
## Apache License, Version 2.0
|
||||
|
||||
**1** **Group:** `com.blogspot.mydailyjava` **Name:** `weak-lock-free` **Version:** `0.18`
|
||||
|
@ -54,7 +54,7 @@ _2023-12-08 20:56:42 UTC_
|
|||
> - **POM License**: Apache License, Version 2.0 - [https://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0)
|
||||
> - **Embedded license files**: [okhttp-4.12.0.jar/okhttp3/internal/publicsuffix/NOTICE](okhttp-4.12.0.jar/okhttp3/internal/publicsuffix/NOTICE)
|
||||
|
||||
**9** **Group:** `com.squareup.okio` **Name:** `okio-jvm` **Version:** `3.6.0`
|
||||
**9** **Group:** `com.squareup.okio` **Name:** `okio-jvm` **Version:** `3.7.0`
|
||||
> - **POM Project URL**: [https://github.com/square/okio/](https://github.com/square/okio/)
|
||||
> - **POM License**: Apache License, Version 2.0 - [https://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0)
|
||||
|
||||
|
@ -297,6 +297,4 @@ _2023-12-08 20:56:42 UTC_
|
|||
|
||||
## Unknown
|
||||
|
||||
**58** **Group:** `com.squareup.okio` **Name:** `okio` **Version:** `3.6.0`
|
||||
|
||||
**59** **Group:** `org.jetbrains.kotlin` **Name:** `kotlin-stdlib-common` **Version:** `1.9.21`
|
||||
**58** **Group:** `com.squareup.okio` **Name:** `okio` **Version:** `3.7.0`
|
||||
|
|
Loading…
Reference in New Issue