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 2019/12/12 10:20:03 UTC

svn commit: r1871262 - /santuario/xml-security-java/trunk/pom.xml

Author: coheigea
Date: Thu Dec 12 10:20:03 2019
New Revision: 1871262

URL: http://svn.apache.org/viewvc?rev=1871262&view=rev
Log:
Updating a few plugins and deps

Modified:
    santuario/xml-security-java/trunk/pom.xml

Modified: santuario/xml-security-java/trunk/pom.xml
URL: http://svn.apache.org/viewvc/santuario/xml-security-java/trunk/pom.xml?rev=1871262&r1=1871261&r2=1871262&view=diff
==============================================================================
--- santuario/xml-security-java/trunk/pom.xml (original)
+++ santuario/xml-security-java/trunk/pom.xml Thu Dec 12 10:20:03 2019
@@ -153,7 +153,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-compiler-plugin</artifactId>
-                <version>3.6.2</version>
+                <version>3.8.0</version>
                 <configuration>
                     <source>${targetJdk}</source>
                     <target>${targetJdk}</target>
@@ -174,7 +174,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-jar-plugin</artifactId>
-                <version>3.0.2</version>
+                <version>3.1.0</version>
                 <executions>
                     <execution>
                         <phase>test-compile</phase>
@@ -301,7 +301,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-javadoc-plugin</artifactId>
-                <version>3.1.0</version>
+                <version>3.1.1</version>
             </plugin>
 
         </plugins>
@@ -546,13 +546,13 @@
 
     <properties>
         <xml.apis.version>1.4.01</xml.apis.version>
-        <slf4j.version>1.7.28</slf4j.version>
+        <slf4j.version>1.7.29</slf4j.version>
         <xalan.version>2.7.2</xalan.version>
         <xerces.version>2.12.0</xerces.version>
         <junit.version>5.5.1</junit.version>
         <log4j.version>1.2.17</log4j.version>
         <bcprov.version>1.64</bcprov.version>
-        <hamcrest.version>2.1</hamcrest.version>
+        <hamcrest.version>2.2</hamcrest.version>
         <xmlunit.version>2.6.3</xmlunit.version>
         <commons.codec.version>1.13</commons.codec.version>
         <woodstox.core.version>5.2.1</woodstox.core.version>