Skip to content
Snippets Groups Projects
Commit 14be866d authored by Shreya Shah's avatar Shreya Shah
Browse files

Merge branch 'az/ss-vulnerability-169' into 'master'

Upgrade Maven dependency version

See merge request !562
parents 87a81369 418f9f2c
No related branches found
No related tags found
1 merge request!562Upgrade Maven dependency version
Pipeline #193718 failed
......@@ -48,6 +48,7 @@
<artifactId>snakeyaml</artifactId>
</dependency>
<dependency>
<groupId>org.hibernate.validator</groupId>
<artifactId>hibernate-validator</artifactId>
......@@ -237,6 +238,12 @@
<version>2.7</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>xerces</groupId>
<artifactId>xercesImpl</artifactId>
<version>2.12.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>
......
......@@ -320,6 +320,12 @@
<version>${cobertura-maven-plugin.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>xerces</groupId>
<artifactId>xercesImpl</artifactId>
<version>2.12.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment