Repository: syncope
Updated Branches:
  refs/heads/2_0_X 8b1cb556b -> 5c89e3a3d
  refs/heads/master 9cc238c97 -> c89dc8f61


Various upgrades


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

Branch: refs/heads/2_0_X
Commit: 5c89e3a3dc99b0b375af3c6fdabf167a2c014cc8
Parents: 8b1cb55
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:25 2017 +0200

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


http://git-wip-us.apache.org/repos/asf/syncope/blob/5c89e3a3/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index aa54589..b6bdb56 100644
--- a/pom.xml
+++ b/pom.xml
@@ -386,7 +386,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>
@@ -987,7 +987,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>
@@ -1667,7 +1667,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>
@@ -1678,7 +1678,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>
@@ -2125,7 +2125,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