diff options
author | 2022-01-03 14:17:00 -0500 | |
---|---|---|
committer | 2022-01-03 14:55:11 -0500 | |
commit | b28d09d2e9a97994b0aa93c5632ebaf1f80cee41 (patch) | |
tree | e6d0401e63ea692de9409cb2c5103e02f112ad31 /ms/sliboot/pom.xml | |
parent | fcc85dc1e3c199c72a173dee04c216a17b7e86a7 (diff) |
Upgrade to log4j2 2.17.1
Update to use version 2.17.1 to resolve log4shell vulnerability
Issue-ID: CCSDK-3556
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: I5fff58c7cc59f4a95156fb0180a2d8aa070d4b30
Diffstat (limited to 'ms/sliboot/pom.xml')
-rw-r--r-- | ms/sliboot/pom.xml | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/ms/sliboot/pom.xml b/ms/sliboot/pom.xml index 3a7f15c8..94120bb9 100644 --- a/ms/sliboot/pom.xml +++ b/ms/sliboot/pom.xml @@ -3,10 +3,9 @@ <modelVersion>4.0.0</modelVersion> <parent> - <groupId>org.onap.ccsdk.parent</groupId> - <artifactId>spring-boot-25-starter-parent</artifactId> - <version>2.3.0</version> - <relativePath/> + <groupId>org.onap.ccsdk.apps</groupId> + <artifactId>ccsdk-apps-ms</artifactId> + <version>1.3.0-SNAPSHOT</version> </parent> <groupId>org.onap.ccsdk.apps</groupId> @@ -236,7 +235,6 @@ <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-dependency-plugin</artifactId> <version>2.10</version> - <executions> <execution> <id>copy-sliapi-model-swagger</id> @@ -519,7 +517,7 @@ <configuration> <images> <image> - <name>mariadb:10.5</name> + <name>mariadb:latest</name> <alias>slibootdb</alias> <run> <env> |