diff options
author | liamfallon <liam.fallon@est.tech> | 2019-07-02 11:01:03 +0000 |
---|---|---|
committer | liamfallon <liam.fallon@est.tech> | 2019-07-02 11:01:03 +0000 |
commit | 791ef7832edc7478ec344ed47c90aa5826e95b8e (patch) | |
tree | 3ade4a1bebc34db84a00bad1ab03da37f17316ba /plugins/plugins-event | |
parent | a53d04a49c67c6b89304bf90459162327e8ed475 (diff) |
Fix security vulnerabilities in apex-pdp
Upgraded the versions of avro, jquery and jgroups to versions
in order to remove security vulnerabilities.
Issue-ID: POLICY-1074
Change-Id: I412b9c951b061b19e6ae6edacf7b3785d4c7869b
Signed-off-by: liamfallon <liam.fallon@est.tech>
Diffstat (limited to 'plugins/plugins-event')
-rw-r--r-- | plugins/plugins-event/plugins-event-carrier/plugins-event-carrier-jms/pom.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/plugins/plugins-event/plugins-event-carrier/plugins-event-carrier-jms/pom.xml b/plugins/plugins-event/plugins-event-carrier/plugins-event-carrier-jms/pom.xml index 3d1b86bfd..f2e5a069e 100644 --- a/plugins/plugins-event/plugins-event-carrier/plugins-event-carrier-jms/pom.xml +++ b/plugins/plugins-event/plugins-event-carrier/plugins-event-carrier-jms/pom.xml @@ -43,6 +43,10 @@ <groupId>commons-beanutils</groupId> <artifactId>commons-beanutils</artifactId> </exclusion> + <exclusion> + <groupId>org.jgroups</groupId> + <artifactId>jgroups</artifactId> + </exclusion> </exclusions> </dependency> <dependency> @@ -50,6 +54,11 @@ <artifactId>netty-all</artifactId> <version>4.1.25.Final</version> </dependency> + <dependency> + <groupId>org.jgroups</groupId> + <artifactId>jgroups</artifactId> + <version>4.1.1.Final</version> + </dependency> </dependencies> <profiles> |