mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-01-29 10:49:09 +01:00
ensure smallrye-config is at least 1.6.2
see https://snyk.io/vuln/SNYK-JAVA-IOSMALLRYECONFIG-548898
This commit is contained in:
11
pom.xml
11
pom.xml
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user