diff options
author | wr148d <wr148d@att.com> | 2022-03-07 09:49:28 -0500 |
---|---|---|
committer | wr148d <wr148d@att.com> | 2022-03-07 09:49:28 -0500 |
commit | 18f4b071105ff353a2c180c311f1595c807db301 (patch) | |
tree | ad6f6f6ea27b96b5a26b39467fd9cafbae034469 /aai-schema-gen | |
parent | 23122e1451d7ee894dbbd67c15f46aec03b5096f (diff) |
[AAI] Update schema-service to fix security vulnerabilities
Issue-ID: AAI-3414
Signed-off-by: wr148d <wr148d@att.com>
Change-Id: I1f820955dafb3a2961e9566ae0ae12a07e061ec2
Diffstat (limited to 'aai-schema-gen')
-rw-r--r-- | aai-schema-gen/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/aai-schema-gen/pom.xml b/aai-schema-gen/pom.xml index 122abb0..358d1e6 100644 --- a/aai-schema-gen/pom.xml +++ b/aai-schema-gen/pom.xml @@ -654,7 +654,7 @@ <dependency> <groupId>org.yaml</groupId> <artifactId>snakeyaml</artifactId> - <version>1.18</version> + <version>1.29</version> <scope>compile</scope> </dependency> <dependency> |