Various upgrades

Project: http://git-wip-us.apache.org/repos/asf/syncope/repo
Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/28c2e4a0
Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/28c2e4a0
Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/28c2e4a0

Branch: refs/heads/master
Commit: 28c2e4a051eca1bde9e4eaddd4ad5c3eaba9dfb4
Parents: 9cc238c
Author: Francesco Chicchiriccò <ilgro...@apache.org>
Authored: Sat Apr 15 07:42:25 2017 +0200
Committer: Francesco Chicchiriccò <ilgro...@apache.org>
Committed: Sat Apr 15 07:42:43 2017 +0200

----------------------------------------------------------------------
 pom.xml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/28c2e4a0/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 91360cf..2f20487 100644
--- a/pom.xml
+++ b/pom.xml
@@ -385,7 +385,7 @@ under the License.
     <commons-io.version>2.5</commons-io.version>
     <commons-email.version>1.4</commons-email.version>
     <commons-codec.version>1.10</commons-codec.version>
-    <commons-jexl.version>3.0</commons-jexl.version>
+    <commons-jexl.version>3.1</commons-jexl.version>
     <commons-lang.version>3.5</commons-lang.version>
     <commons-collection.version>4.1</commons-collection.version>
     <commons-logging.version>1.1.3</commons-logging.version>
@@ -980,7 +980,7 @@ under the License.
       <dependency>
         <groupId>org.apache.xmlgraphics</groupId>
         <artifactId>fop</artifactId>
-        <version>2.1</version>
+        <version>2.2</version>
         <exclusions>
           <exclusion>
             <groupId>xalan</groupId>
@@ -1612,7 +1612,7 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-surefire-plugin</artifactId>
-          <version>2.19.1</version>
+          <version>2.20</version>
           <configuration>
             <redirectTestOutputToFile>true</redirectTestOutputToFile>
             <encoding>utf-8</encoding>
@@ -1623,7 +1623,7 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-failsafe-plugin</artifactId>
-          <version>2.19.1</version>
+          <version>2.20</version>
           <configuration>
             <redirectTestOutputToFile>true</redirectTestOutputToFile>
             <encoding>utf-8</encoding>
@@ -2070,7 +2070,7 @@ under the License.
               <dependency>
                 <groupId>org.asciidoctor</groupId>
                 <artifactId>asciidoctorj-pdf</artifactId>
-                <version>1.5.0-alpha.14</version>
+                <version>1.5.0-alpha.15</version>
               </dependency>
               <dependency>
                 <groupId>org.asciidoctor</groupId>

Reply via email to