summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvasraz <vasyl.razinkov@est.tech>2021-12-14 17:34:40 +0000
committerVasyl Razinkov <vasyl.razinkov@est.tech>2021-12-18 23:59:18 +0000
commit1588ce476208ad7270a2fa4c3385c4dc397907b7 (patch)
tree23f47b30068ffd8c6c5955be46d65959a5a0da4d
parentd4959a269640e6af60814a8257a121d797c7baa6 (diff)
Fix potential Log4Shell Security Vulnerability
Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech> Change-Id: I2bac0e6562f5aea5e98bef9405accde125c24863 Issue-ID: SDC-3820
-rw-r--r--integration-tests/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml
index 0af12424ef..e5fede8815 100644
--- a/integration-tests/pom.xml
+++ b/integration-tests/pom.xml
@@ -323,7 +323,7 @@ limitations under the License.
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
- <version>2.13.1</version>
+ <version>2.17.0</version>
<scope>test</scope>
</dependency>
<dependency>