summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorseshukm <seshu.kumar.m@huawei.com>2018-09-11 12:24:19 +0800
committerseshukm <seshu.kumar.m@huawei.com>2018-09-11 12:27:13 +0800
commit7f05d1c3f153e89fa78c2bb97b950e42f6b30b38 (patch)
tree32a38af90acbe9ac6d9fdfc9b3a4652e01a39b4b
parent9e0219abc61b28b94d88fefbf8cc4a13d1683a67 (diff)
Fix the highest CLM priority issue
SO/libs org.jboss.resteasy version updated to 3.5.1 from 3.5.0 Change-Id: I69b252c0e0b1344c627462992ce0906c33af3813 Issue-ID: SO-872 Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
-rw-r--r--openstack-client-connectors/resteasy-connector/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/openstack-client-connectors/resteasy-connector/pom.xml b/openstack-client-connectors/resteasy-connector/pom.xml
index 774a32f..9955571 100644
--- a/openstack-client-connectors/resteasy-connector/pom.xml
+++ b/openstack-client-connectors/resteasy-connector/pom.xml
@@ -14,7 +14,7 @@
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-jaxrs</artifactId>
<!-- replaced with 3.5.0.Final <version>2.3.2.Final</version> -->
- <version>3.5.0.Final</version>
+ <version>3.5.1.Final</version><!-- 3.5.0 changed to 3.5.1 for the CLM policy threat issue resolution -->
</dependency>
<dependency>
<groupId>org.codehaus.jackson</groupId>