You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2017/07/27 07:41:11 UTC

[2/2] syncope git commit: Upgrading Spring, PDFBox and frontend-maven-plugin

Upgrading Spring, PDFBox and frontend-maven-plugin


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

Branch: refs/heads/master
Commit: aa11ac9b41e738a37d695dc3a480965d9934c6ca
Parents: dde0773
Author: Francesco Chicchiriccò <il...@apache.org>
Authored: Thu Jul 27 09:40:48 2017 +0200
Committer: Francesco Chicchiriccò <il...@apache.org>
Committed: Thu Jul 27 09:41:01 2017 +0200

----------------------------------------------------------------------
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/aa11ac9b/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 8634e04..fef3931 100644
--- a/pom.xml
+++ b/pom.xml
@@ -357,7 +357,7 @@ under the License.
 
     <jackson.version>2.8.9</jackson.version>
 
-    <spring.version>4.3.9.RELEASE</spring.version>
+    <spring.version>4.3.10.RELEASE</spring.version>
     <spring-security.version>4.2.3.RELEASE</spring-security.version>
 
     <openjpa.version>3.0.0-SNAPSHOT</openjpa.version>
@@ -1258,7 +1258,7 @@ under the License.
       <dependency>
         <groupId>org.apache.pdfbox</groupId>
         <artifactId>pdfbox</artifactId>
-        <version>2.0.6</version>
+        <version>2.0.7</version>
       </dependency>
       
       <dependency>
@@ -1889,7 +1889,7 @@ under the License.
         <plugin>
           <groupId>com.github.eirslett</groupId>
           <artifactId>frontend-maven-plugin</artifactId>
-          <version>1.4</version>
+          <version>1.5</version>
         </plugin>
         <plugin>
           <groupId>org.codehaus.mojo</groupId>