Repository: syncope
Updated Branches:
  refs/heads/2_0_X 56d4e95b9 -> 4a9964872
  refs/heads/master dde0773f3 -> aa11ac9b4


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/4a996487
Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/4a996487
Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/4a996487

Branch: refs/heads/2_0_X
Commit: 4a9964872a8db4329e6d2d8c1dbb00b4f60767ba
Parents: 56d4e95
Author: Francesco Chicchiriccò <ilgro...@apache.org>
Authored: Thu Jul 27 09:40:48 2017 +0200
Committer: Francesco Chicchiriccò <ilgro...@apache.org>
Committed: Thu Jul 27 09:40:48 2017 +0200

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


http://git-wip-us.apache.org/repos/asf/syncope/blob/4a996487/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index a62156f..8cf2787 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>2.4.2</openjpa.version>
@@ -1313,7 +1313,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>
@@ -1944,7 +1944,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>

Reply via email to