You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by cw...@apache.org on 2016/03/02 21:53:21 UTC

svn commit: r1733366 - /uima/uima-as/trunk/uima-as-parent/pom.xml

Author: cwiklik
Date: Wed Mar  2 20:53:21 2016
New Revision: 1733366

URL: http://svn.apache.org/viewvc?rev=1733366&view=rev
Log:
added dependency on Activemq v 5.13.1. This fixes vulnerability found in previous versions of AMQ related to ObjectMessage and java deserialization

Modified:
    uima/uima-as/trunk/uima-as-parent/pom.xml

Modified: uima/uima-as/trunk/uima-as-parent/pom.xml
URL: http://svn.apache.org/viewvc/uima/uima-as/trunk/uima-as-parent/pom.xml?rev=1733366&r1=1733365&r2=1733366&view=diff
==============================================================================
--- uima/uima-as/trunk/uima-as-parent/pom.xml (original)
+++ uima/uima-as/trunk/uima-as-parent/pom.xml Wed Mar  2 20:53:21 2016
@@ -123,9 +123,9 @@
 		<!-- level of uimaj sdk this release depends on -->
 		<uimajDependencyVersion>2.8.1</uimajDependencyVersion>
 		<!-- level of ActiveMQ this release depends on -->
-		<org.apache.activemq.version>5.12.1</org.apache.activemq.version>
+		<org.apache.activemq.version>5.13.1</org.apache.activemq.version>
 		<!-- level of SpringFramework this release depends on -->
-		<org.springframework.version>3.2.11.RELEASE</org.springframework.version>
+		<org.springframework.version>4.1.9.RELEASE</org.springframework.version>
 
                 <org.apache.camel.version>2.15.3</org.apache.camel.version>