diff options
author | 2022-03-07 15:04:25 +0000 | |
---|---|---|
committer | 2022-03-07 15:04:25 +0000 | |
commit | 3e7a5c44f53a263792f277b855becc41db4342ba (patch) | |
tree | 4177fce522e22e663c51fa7529a43d1d2bdd52e8 | |
parent | f7fc1dc8a2c9625ba3a5563af456973d461fcb0a (diff) | |
parent | 50063cb477221df6e48dd32f3f8e6fce28dfeb64 (diff) |
Merge "[AAI] Update babel to fix security vulnerabilities"
-rw-r--r-- | pom.xml | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -90,6 +90,8 @@ <aai.common.version>1.9.3</aai.common.version> <aaf.version>2.1.21</aaf.version> <common.logging.version>1.2.2</common.logging.version> + <logback.core.version>1.2.7</logback.core.version> + <groovy.version>2.5.15</groovy.version> <commons.compress.version>1.21</commons.compress.version> <commons.codec.version>1.15</commons.codec.version> @@ -282,6 +284,7 @@ <dependency> <groupId>ch.qos.logback</groupId> <artifactId>logback-core</artifactId> + <version>${logback.core.version}</version> </dependency> <dependency> <groupId>commons-codec</groupId> @@ -305,6 +308,7 @@ <dependency> <groupId>org.codehaus.groovy</groupId> <artifactId>groovy</artifactId> + <version>${groovy.version}</version> </dependency> <dependency> <groupId>org.onap.sdc.sdc-tosca</groupId> |