diff options
author | vasraz <vasyl.razinkov@est.tech> | 2021-12-14 17:34:40 +0000 |
---|---|---|
committer | Vasyl Razinkov <vasyl.razinkov@est.tech> | 2021-12-18 23:59:18 +0000 |
commit | 1588ce476208ad7270a2fa4c3385c4dc397907b7 (patch) | |
tree | 23f47b30068ffd8c6c5955be46d65959a5a0da4d /integration-tests | |
parent | d4959a269640e6af60814a8257a121d797c7baa6 (diff) |
Fix potential Log4Shell Security Vulnerability
Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech>
Change-Id: I2bac0e6562f5aea5e98bef9405accde125c24863
Issue-ID: SDC-3820
Diffstat (limited to 'integration-tests')
-rw-r--r-- | integration-tests/pom.xml | 2 |
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> |