summaryrefslogtreecommitdiffstats
path: root/artifactbroker/pom.xml
diff options
context:
space:
mode:
authorLukasz Rajewski <lukasz.rajewski@orange.com>2021-12-14 22:48:50 +0100
committerLukasz Rajewski <lukasz.rajewski@orange.com>2021-12-14 21:51:39 +0000
commitad52ed17f65fb21aee7b118feba2a0cb467d0bc8 (patch)
treea9d6b12a5475bb0dfca88f67b268c5736ab1248e /artifactbroker/pom.xml
parent2100406749f87561bede90475575b5b98d7014a7 (diff)
Fix log4j cve
Issue-ID: MULTICLOUD-1433 Signed-off-by: Lukasz Rajewski <lukasz.rajewski@orange.com> Change-Id: Ie3fec64788bbafa57e6d9b73c042bf41e19fc08f
Diffstat (limited to 'artifactbroker/pom.xml')
-rw-r--r--artifactbroker/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/artifactbroker/pom.xml b/artifactbroker/pom.xml
index 342a772..4925317 100644
--- a/artifactbroker/pom.xml
+++ b/artifactbroker/pom.xml
@@ -57,7 +57,7 @@
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
- <version>2.14.1</version>
+ <version>2.16.0</version>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>