You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@santuario.apache.org by co...@apache.org on 2016/11/21 11:24:05 UTC

svn commit: r1770651 - /santuario/xml-security-java/branches/2.0.x-fixes/pom.xml

Author: coheigea
Date: Mon Nov 21 11:24:05 2016
New Revision: 1770651

URL: http://svn.apache.org/viewvc?rev=1770651&view=rev
Log:
Updating eclipse + slf4j

Modified:
    santuario/xml-security-java/branches/2.0.x-fixes/pom.xml

Modified: santuario/xml-security-java/branches/2.0.x-fixes/pom.xml
URL: http://svn.apache.org/viewvc/santuario/xml-security-java/branches/2.0.x-fixes/pom.xml?rev=1770651&r1=1770650&r2=1770651&view=diff
==============================================================================
--- santuario/xml-security-java/branches/2.0.x-fixes/pom.xml (original)
+++ santuario/xml-security-java/branches/2.0.x-fixes/pom.xml Mon Nov 21 11:24:05 2016
@@ -472,7 +472,7 @@
     <properties>
         <xml.apis.version>1.4.01</xml.apis.version>
         <oldxmlsec.version>1.5.8</oldxmlsec.version>
-        <slf4j.version>1.7.14</slf4j.version>
+        <slf4j.version>1.7.21</slf4j.version>
         <xalan.version>2.7.2</xalan.version>
         <xerces.version>2.11.0</xerces.version>
         <junit.version>4.12</junit.version>
@@ -481,7 +481,7 @@
         <xmlunit.version>1.6</xmlunit.version>
         <commons.codec.version>1.10</commons.codec.version>
         <woodstox.core.asl.version>4.4.1</woodstox.core.asl.version>
-        <jetty.version>8.1.17.v20150415</jetty.version>
+        <jetty.version>8.1.22.v20160922</jetty.version>
         <xmlsec.jaxb.context.class />
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         <targetJdk>1.6</targetJdk>