fix(deps): update dependency com.squareup.okio:okio-bom to v3.12.0 (#13935)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: otelbot <197425009+otelbot@users.noreply.github.com>
This commit is contained in:
parent
c523d17581
commit
3aaa28233d
|
@ -28,7 +28,7 @@ val DEPENDENCY_BOMS = listOf(
|
|||
// even if they are only used by test dependencies, so not using junit bom since it is LGPL
|
||||
|
||||
"com.fasterxml.jackson:jackson-bom:2.19.0",
|
||||
"com.squareup.okio:okio-bom:3.11.0", // see https://github.com/open-telemetry/opentelemetry-java/issues/5637
|
||||
"com.squareup.okio:okio-bom:3.12.0", // see https://github.com/open-telemetry/opentelemetry-java/issues/5637
|
||||
"com.google.guava:guava-bom:33.4.8-jre",
|
||||
"org.apache.groovy:groovy-bom:${groovyVersion}",
|
||||
"io.opentelemetry:opentelemetry-bom:${otelSdkVersion}",
|
||||
|
|
|
@ -54,11 +54,11 @@
|
|||
> - **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)
|
||||
|
||||
**10** **Group:** `com.squareup.okio` **Name:** `okio` **Version:** `3.11.0`
|
||||
**10** **Group:** `com.squareup.okio` **Name:** `okio` **Version:** `3.12.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)
|
||||
|
||||
**11** **Group:** `com.squareup.okio` **Name:** `okio-jvm` **Version:** `3.11.0`
|
||||
**11** **Group:** `com.squareup.okio` **Name:** `okio-jvm` **Version:** `3.12.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)
|
||||
|
||||
|
@ -233,7 +233,7 @@
|
|||
> - **POM Project URL**: [http://www.jetbrains.org](http://www.jetbrains.org)
|
||||
> - **POM License**: Apache License, Version 2.0 - [https://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0)
|
||||
|
||||
**53** **Group:** `org.jetbrains.kotlin` **Name:** `kotlin-stdlib` **Version:** `2.1.20`
|
||||
**53** **Group:** `org.jetbrains.kotlin` **Name:** `kotlin-stdlib` **Version:** `2.1.21`
|
||||
> - **POM Project URL**: [https://kotlinlang.org/](https://kotlinlang.org/)
|
||||
> - **POM License**: Apache License, Version 2.0 - [https://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0)
|
||||
|
||||
|
|
Loading…
Reference in New Issue