ensure smallrye-config is at least 1.6.2

see https://snyk.io/vuln/SNYK-JAVA-IOSMALLRYECONFIG-548898
This commit is contained in:
Sebastian Sdorra
2020-03-20 13:33:28 +01:00
parent 8c917dbdef
commit b7d87efdf2

11
pom.xml
View File

@@ -254,6 +254,17 @@
<version>${resteasy.version}</version>
</dependency>
<!--
Ensure smallrye-config is at least 1.6.2,
smallrye-config is a transitive dependency of resteasy-core.
https://snyk.io/vuln/SNYK-JAVA-IOSMALLRYECONFIG-548898
-->
<dependency>
<groupId>io.smallrye.config</groupId>
<artifactId>smallrye-config</artifactId>
<version>1.6.2</version>
</dependency>
<dependency>
<groupId>javax.ws.rs</groupId>
<artifactId>javax.ws.rs-api</artifactId>