[AAI] Update schema-service to fix security vulnerabilities 30/127530/1
authorwr148d <wr148d@att.com>
Mon, 7 Mar 2022 14:49:28 +0000 (09:49 -0500)
committerwr148d <wr148d@att.com>
Mon, 7 Mar 2022 14:49:28 +0000 (09:49 -0500)
Issue-ID: AAI-3414
Signed-off-by: wr148d <wr148d@att.com>
Change-Id: I1f820955dafb3a2961e9566ae0ae12a07e061ec2

aai-schema-gen/pom.xml
aai-schema-service/pom.xml

index 122abb0..358d1e6 100644 (file)
         <dependency>
             <groupId>org.yaml</groupId>
             <artifactId>snakeyaml</artifactId>
-            <version>1.18</version>
+            <version>1.29</version>
             <scope>compile</scope>
         </dependency>
         <dependency>
index 3c08ce3..ce62491 100644 (file)
@@ -42,6 +42,8 @@
         <docker.push.registry>localhost:5000</docker.push.registry>
         <aai.docker.version>1.0.0</aai.docker.version>
 
+        <logback.version>1.2.7</logback.version>
+
         <!--
              Location where assembly of our scripts, resources and main jar will be held
                 Check the ${project.artifactId}/src/main/assembly/descriptor.xml for more info
         <dependency>
             <groupId>ch.qos.logback</groupId>
             <artifactId>logback-core</artifactId>
+            <version>${logback.version}</version>
         </dependency>
         <dependency>
             <groupId>ch.qos.logback</groupId>