mirror of https://github.com/dapr/java-sdk.git
fix: examples/pom.xml to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JAVA-CHQOSLOGBACK-6094942 - https://snyk.io/vuln/SNYK-JAVA-CHQOSLOGBACK-6094943 - https://snyk.io/vuln/SNYK-JAVA-CHQOSLOGBACK-6097492 - https://snyk.io/vuln/SNYK-JAVA-CHQOSLOGBACK-6097493 - https://snyk.io/vuln/SNYK-JAVA-COMJAYWAYJSONPATH-6140361 - https://snyk.io/vuln/SNYK-JAVA-NETMINIDEV-1078499 - https://snyk.io/vuln/SNYK-JAVA-NETMINIDEV-1298655 - https://snyk.io/vuln/SNYK-JAVA-NETMINIDEV-3369748 - https://snyk.io/vuln/SNYK-JAVA-ORGYAML-3152153 Signed-off-by: Artur Souza <asouza.pro@gmail.com>
This commit is contained in:
parent
22427c9659
commit
ef3a80d2e6
|
|
@ -24,7 +24,7 @@
|
|||
<maven.deploy.skip>true</maven.deploy.skip>
|
||||
<spotbugs.fail>false</spotbugs.fail>
|
||||
<opentelemetry.version>0.14.0</opentelemetry.version>
|
||||
<springboot.version>3.0.13</springboot.version>
|
||||
<springboot.version>3.2.0</springboot.version>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
|
|
@ -77,7 +77,7 @@
|
|||
<dependency>
|
||||
<groupId>com.jayway.jsonpath</groupId>
|
||||
<artifactId>json-path</artifactId>
|
||||
<version>2.4.0</version>
|
||||
<version>2.9.0</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>io.opentelemetry</groupId>
|
||||
|
|
|
|||
Loading…
Reference in New Issue