File tree Expand file tree Collapse file tree 5 files changed +16
-10
lines changed Expand file tree Collapse file tree 5 files changed +16
-10
lines changed Original file line number Diff line number Diff line change 33# This file is expected to be part of source control.
44ch.qos.logback.contrib:logback-json-classic:0.1.5=runtimeClasspath
55ch.qos.logback.contrib:logback-json-core:0.1.5=runtimeClasspath
6- ch.qos.logback:logback-classic:1.2.11 =runtimeClasspath
7- ch.qos.logback:logback-core:1.2.11 =runtimeClasspath
6+ ch.qos.logback:logback-classic:1.2.12 =runtimeClasspath
7+ ch.qos.logback:logback-core:1.2.12 =runtimeClasspath
88com.azure:azure-sdk-bom:1.2.11=runtimeClasspath
99com.fasterxml.jackson:jackson-bom:2.14.2=runtimeClasspath
1010com.google.guava:guava-bom:31.1-jre=runtimeClasspath
Original file line number Diff line number Diff line change @@ -59,8 +59,8 @@ io.projectreactor.netty:reactor-netty-http:1.1.5=runtimeClasspath
5959io.projectreactor:reactor-core:3.5.4=runtimeClasspath
6060net.java.dev.jna:jna-platform:5.13.0=runtimeClasspath
6161net.java.dev.jna:jna:5.13.0=runtimeClasspath
62- net.minidev:accessors-smart:2.4.8 =runtimeClasspath
63- net.minidev:json-smart:2.4.8 =runtimeClasspath
62+ net.minidev:accessors-smart:2.4.9 =runtimeClasspath
63+ net.minidev:json-smart:2.4.9 =runtimeClasspath
6464org.apache.commons:commons-lang3:3.12.0=runtimeClasspath
6565org.apache.commons:commons-text:1.10.0=runtimeClasspath
6666org.junit:junit-bom:5.9.2=runtimeClasspath
Original file line number Diff line number Diff line change @@ -19,6 +19,12 @@ dependencies {
1919 implementation(" com.azure:azure-core" )
2020 implementation(" com.azure:azure-identity" )
2121
22+ // CVE-2023-1370 - https://github.com/advisories/GHSA-493p-pfq6-5258
23+ // Transitive dependency: json-smart -> com.microsoft.azure:msal4j:1.13.5 -> com.azure:azure-identity
24+ // -> azure-monitor-exporter
25+ // upstream fix: https://github.com/AzureAD/microsoft-authentication-library-for-java/pull/612
26+ implementation(" net.minidev:json-smart:2.4.9" )
27+
2228 compileOnly(" io.opentelemetry:opentelemetry-sdk" )
2329 compileOnly(" io.opentelemetry:opentelemetry-sdk-metrics" )
2430 compileOnly(" io.opentelemetry:opentelemetry-sdk-logs" )
Original file line number Diff line number Diff line change @@ -49,10 +49,10 @@ io.projectreactor.netty:reactor-netty-http:1.1.5=runtimeClasspath
4949io.projectreactor:reactor-core:3.5.4=runtimeClasspath
5050net.java.dev.jna:jna-platform:5.6.0=runtimeClasspath
5151net.java.dev.jna:jna:5.6.0=runtimeClasspath
52- net.minidev:accessors-smart:2.4.8 =runtimeClasspath
53- net.minidev:json-smart:2.4.8 =runtimeClasspath
52+ net.minidev:accessors-smart:2.4.9 =runtimeClasspath
53+ net.minidev:json-smart:2.4.9 =runtimeClasspath
5454org.junit:junit-bom:5.9.2=runtimeClasspath
55- org.ow2.asm:asm:9.1 =runtimeClasspath
55+ org.ow2.asm:asm:9.3 =runtimeClasspath
5656org.reactivestreams:reactive-streams:1.0.4=runtimeClasspath
5757org.slf4j:slf4j-api:1.7.36=runtimeClasspath
5858org.testcontainers:testcontainers-bom:1.17.6=runtimeClasspath
Original file line number Diff line number Diff line change 11
22#agent
33##Dependency License Report
4- _ 2023-03-24 04:32:06 UTC_
4+ _ 2023-03-27 10:28:49 UTC_
55## Apache License, Version 2.0
66
77** 1** ** Group:** ` com.fasterxml.jackson.core ` ** Name:** ` jackson-annotations ` ** Version:** ` 2.14.2 `
@@ -210,12 +210,12 @@ _2023-03-24 04:32:06 UTC_
210210> - ** POM License** : GNU LESSER GENERAL PUBLIC LICENSE, Version 2.1 - [ https://www.gnu.org/licenses/lgpl-2.1 ] ( https://www.gnu.org/licenses/lgpl-2.1 )
211211> - ** Embedded license files** : [ jna-platform-5.13.0.jar/META-INF/LICENSE] ( jna-platform-5.13.0.jar/META-INF/LICENSE )
212212
213- ** 41** ** Group:** ` net.minidev ` ** Name:** ` accessors-smart ` ** Version:** ` 2.4.8 `
213+ ** 41** ** Group:** ` net.minidev ` ** Name:** ` accessors-smart ` ** Version:** ` 2.4.9 `
214214> - ** Project URL** : [ https://urielch.github.io/ ] ( https://urielch.github.io/ )
215215> - ** Manifest License** : Apache License, Version 2.0 (Not Packaged)
216216> - ** POM License** : Apache License, Version 2.0 - [ http://www.apache.org/licenses/LICENSE-2.0 ] ( http://www.apache.org/licenses/LICENSE-2.0 )
217217
218- ** 42** ** Group:** ` net.minidev ` ** Name:** ` json-smart ` ** Version:** ` 2.4.8 `
218+ ** 42** ** Group:** ` net.minidev ` ** Name:** ` json-smart ` ** Version:** ` 2.4.9 `
219219> - ** Project URL** : [ https://urielch.github.io/ ] ( https://urielch.github.io/ )
220220> - ** Manifest License** : Apache License, Version 2.0 (Not Packaged)
221221> - ** POM License** : Apache License, Version 2.0 - [ http://www.apache.org/licenses/LICENSE-2.0 ] ( http://www.apache.org/licenses/LICENSE-2.0 )
You can’t perform that action at this time.
0 commit comments