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-ORGAPACHETOMCATEMBED-538488 - https://snyk.io/vuln/SNYK-JAVA-ORGAPACHETOMCATEMBED-557361 - https://snyk.io/vuln/SNYK-JAVA-ORGAPACHETOMCATEMBED-570072 - https://snyk.io/vuln/SNYK-JAVA-ORGAPACHETOMCATEMBED-584427 - https://snyk.io/vuln/SNYK-JAVA-ORGHIBERNATEVALIDATOR-568163 - https://snyk.io/vuln/SNYK-JAVA-ORGSPRINGFRAMEWORK-1009832 - https://snyk.io/vuln/SNYK-JAVA-ORGSPRINGFRAMEWORK-542933 - https://snyk.io/vuln/SNYK-JAVA-ORGSPRINGFRAMEWORK-559346 - https://snyk.io/vuln/SNYK-JAVA-ORGYAML-537645
This commit is contained in:
parent
b1691a6138
commit
95bb575453
|
@ -66,7 +66,7 @@
|
|||
<dependency>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-web</artifactId>
|
||||
<version>2.2.2.RELEASE</version>
|
||||
<version>2.3.0.RELEASE</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
|
|
Loading…
Reference in New Issue