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 2018/01/04 15:51:13 UTC

[2/2] syncope git commit: Upgrading Angular Translate, BouncyCastle and JDeb

Upgrading Angular Translate, BouncyCastle and JDeb


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

Branch: refs/heads/master
Commit: e975c6c7eee250bf1a1fceecfa4ba6064a043ada
Parents: e968391
Author: Francesco Chicchiriccò <il...@apache.org>
Authored: Thu Jan 4 16:50:37 2018 +0100
Committer: Francesco Chicchiriccò <il...@apache.org>
Committed: Thu Jan 4 16:50:55 2018 +0100

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


http://git-wip-us.apache.org/repos/asf/syncope/blob/e975c6c7/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 5d4b886..10f3f05 100644
--- a/pom.xml
+++ b/pom.xml
@@ -445,7 +445,7 @@ under the License.
     <angular-ui-bootstrap.version>1.3.3</angular-ui-bootstrap.version>
     <angular-ui-select.version>0.19.6</angular-ui-select.version>
     <angular-treasure-overlay-spinner.version>1.1.0</angular-treasure-overlay-spinner.version>
-    <angular-translate.version>2.16.0</angular-translate.version>
+    <angular-translate.version>2.17.0</angular-translate.version>
     
     <ng-password-strength.version>0.2.1</ng-password-strength.version>
     <lodash.version>4.17.4</lodash.version>
@@ -1599,7 +1599,7 @@ under the License.
       <dependency>
         <groupId>org.bouncycastle</groupId>
         <artifactId>bcpkix-jdk15on</artifactId>
-        <version>1.57</version>
+        <version>1.59</version>
         <scope>test</scope>
       </dependency>
       <dependency>
@@ -1879,7 +1879,7 @@ under the License.
         <plugin>
           <groupId>org.vafer</groupId>
           <artifactId>jdeb</artifactId>
-          <version>1.5</version>
+          <version>1.6</version>
         </plugin>
 
         <plugin>