Fix owasp failure (#9192)
This commit is contained in:
parent
b9e459da07
commit
3f1146db16
|
@ -31,6 +31,7 @@ val groovyVersion = "4.0.13"
|
|||
|
||||
val DEPENDENCY_BOMS = listOf(
|
||||
"com.fasterxml.jackson:jackson-bom:2.15.2",
|
||||
"com.squareup.okio:okio-bom:3.5.0", // see https://github.com/open-telemetry/opentelemetry-java/issues/5637
|
||||
"com.google.guava:guava-bom:32.1.2-jre",
|
||||
"org.apache.groovy:groovy-bom:${groovyVersion}",
|
||||
"io.opentelemetry:opentelemetry-bom:${otelSdkVersion}",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
|
||||
# javaagent
|
||||
## Dependency License Report
|
||||
_2023-08-12 19:58:48 EEST_
|
||||
_2023-08-13 11:16:06 PDT_
|
||||
## Apache License, Version 2.0
|
||||
|
||||
**1** **Group:** `com.blogspot.mydailyjava` **Name:** `weak-lock-free` **Version:** `0.18`
|
||||
|
@ -54,7 +54,7 @@ _2023-08-12 19:58:48 EEST_
|
|||
> - **POM License**: Apache License, Version 2.0 - [http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0)
|
||||
> - **Embedded license files**: [okhttp-4.11.0.jar/okhttp3/internal/publicsuffix/NOTICE](okhttp-4.11.0.jar/okhttp3/internal/publicsuffix/NOTICE)
|
||||
|
||||
**9** **Group:** `com.squareup.okio` **Name:** `okio-jvm` **Version:** `3.2.0`
|
||||
**9** **Group:** `com.squareup.okio` **Name:** `okio-jvm` **Version:** `3.5.0`
|
||||
> - **POM Project URL**: [https://github.com/square/okio/](https://github.com/square/okio/)
|
||||
> - **POM License**: Apache License, Version 2.0 - [http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0)
|
||||
|
||||
|
@ -273,4 +273,4 @@ _2023-08-12 19:58:48 EEST_
|
|||
|
||||
## Unknown
|
||||
|
||||
**55** **Group:** `com.squareup.okio` **Name:** `okio` **Version:** `3.2.0`
|
||||
**55** **Group:** `com.squareup.okio` **Name:** `okio` **Version:** `3.5.0`
|
||||
|
|
Loading…
Reference in New Issue