summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorToineSiebelink <toine.siebelink@est.tech>2022-03-02 12:26:02 +0000
committerToineSiebelink <toine.siebelink@est.tech>2022-03-02 12:26:07 +0000
commit6b35430235490031b7c8cfa9294a475199acd906 (patch)
treedc6759af35b8adb3470f4af4f8c4a2e415029151
parentb5cbf870dbd7009e03b67052acfa574777e3b9a0 (diff)
Update dependencies as recommnede by SECCOM
See also https://wiki.onap.org/display/SV/Jakarta+CPS Issue-ID: CPS-815 Signed-off-by: ToineSiebelink <toine.siebelink@est.tech> Change-Id: I194ab1bf1f3886074ef503b9a61a25abdca6409f
-rw-r--r--pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index cc11e341..a1c3c4dc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -73,6 +73,11 @@
<artifactId>log4j-to-slf4j</artifactId>
<version>2.17.1</version>
</dependency>
+ <dependency>
+ <groupId>com.google.code.gson</groupId>
+ <artifactId>gson</artifactId>
+ <version>2.8.9</version>
+ </dependency>
</dependencies>
</dependencyManagement>
<dependencies>