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:12 UTC

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

Repository: syncope
Updated Branches:
  refs/heads/2_0_X fe9867c29 -> 6e9e71c59
  refs/heads/master e96839132 -> e975c6c7e


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

Branch: refs/heads/2_0_X
Commit: 6e9e71c598da16d06f3137a8bfbaceab5a97bd55
Parents: fe9867c
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:37 2018 +0100

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


http://git-wip-us.apache.org/repos/asf/syncope/blob/6e9e71c5/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 08dd687..0009f0b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -449,7 +449,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>
@@ -1680,7 +1680,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>
@@ -1930,7 +1930,7 @@ under the License.
         <plugin>
           <groupId>org.vafer</groupId>
           <artifactId>jdeb</artifactId>
-          <version>1.5</version>
+          <version>1.6</version>
         </plugin>
 
         <plugin>


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

Posted by il...@apache.org.
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>