Update wildfly-elytron dependency in the main Quarkus distribution (CVE-2021-3642)
Resolves #11196
This commit is contained in:
parent
5c810ad0e5
commit
bb025f1378
2 changed files with 2 additions and 0 deletions
|
@ -46,6 +46,7 @@
|
|||
<microprofile-metrics-api.version>3.0.1</microprofile-metrics-api.version>
|
||||
<wildfly.common.version>1.5.4.Final-format-001</wildfly.common.version>
|
||||
<infinispan.version>13.0.8.Final</infinispan.version>
|
||||
<wildfly-elytron.version>1.18.3.Final</wildfly-elytron.version>
|
||||
|
||||
<!--
|
||||
Java EE dependencies. Not available from JDK 11+.
|
||||
|
|
|
@ -86,6 +86,7 @@
|
|||
<dependency>
|
||||
<groupId>org.wildfly.security</groupId>
|
||||
<artifactId>wildfly-elytron</artifactId>
|
||||
<version>${wildfly-elytron.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>io.quarkiverse.vault</groupId>
|
||||
|
|
Loading…
Reference in a new issue