aboutsummaryrefslogtreecommitdiffstats
path: root/aai-schema/pom.xml
diff options
context:
space:
mode:
authorFiete Ostkamp <Fiete.Ostkamp@telekom.de>2024-11-11 14:58:58 +0100
committerFiete Ostkamp <fiete.ostkamp@telekom.de>2024-11-12 06:54:01 +0000
commitccf10e681044664888d7e0e0b50623bdbe92de5a (patch)
treef6362d0e0695fb76d86493a721bdfff5d2b09608 /aai-schema/pom.xml
parent616e19c4fe775efd611500c23856af69287c0a15 (diff)
Update vulnerable dependencies in schema-service
- update freemarker (2.3.21 -> 2.3.33) - update snakeyaml (1.29 -> 2.3) - remove duplicate declarations of dependencies in pom - remove aai-aaf-auth dependency Issue-ID: AAI-4052 Change-Id: Ice8a520f024c024ae7118378176df6fe1242f1bb Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Diffstat (limited to 'aai-schema/pom.xml')
-rw-r--r--aai-schema/pom.xml13
1 files changed, 7 insertions, 6 deletions
diff --git a/aai-schema/pom.xml b/aai-schema/pom.xml
index edc2d2f..a078d38 100644
--- a/aai-schema/pom.xml
+++ b/aai-schema/pom.xml
@@ -59,12 +59,12 @@
<groupId>org.jvnet.jaxb2_commons</groupId>
<artifactId>jaxb2-basics</artifactId>
<version>0.11.1</version>
- <exclusions>
- <exclusion>
- <groupId>commons-beanutils</groupId>
- <artifactId>commons-beanutils</artifactId>
- </exclusion>
- </exclusions>
+ <exclusions>
+ <exclusion>
+ <groupId>commons-beanutils</groupId>
+ <artifactId>commons-beanutils</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
<groupId>com.googlecode.json-simple</groupId>
@@ -145,6 +145,7 @@
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
+ <version>1.6.13</version>
</plugin>
</plugins>
<resources>