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ò <[email protected]> Authored: Thu Jan 4 16:50:37 2018 +0100 Committer: Francesco Chicchiriccò <[email protected]> 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>
