Upgrading Disruptor and Angular Translate
Project: http://git-wip-us.apache.org/repos/asf/syncope/repo Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/7006d43d Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/7006d43d Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/7006d43d Branch: refs/heads/master Commit: 7006d43de2dc35aa8c63e463163b14e77ade60c8 Parents: bf87c85 Author: Francesco Chicchiriccò <[email protected]> Authored: Fri Oct 7 16:41:50 2016 +0200 Committer: Francesco Chicchiriccò <[email protected]> Committed: Fri Oct 7 16:42:05 2016 +0200 ---------------------------------------------------------------------- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/syncope/blob/7006d43d/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 9c38408..0caea61 100644 --- a/pom.xml +++ b/pom.xml @@ -381,7 +381,7 @@ under the License. <slf4j.version>1.7.21</slf4j.version> <log4j.version>2.7</log4j.version> - <disruptor.version>3.3.5</disruptor.version> + <disruptor.version>3.3.6</disruptor.version> <commons-io.version>2.5</commons-io.version> <commons-email.version>1.4</commons-email.version> @@ -429,7 +429,7 @@ under the License. <angular-ui-bootstrap.version>1.3.3</angular-ui-bootstrap.version> <angular-ui-select.version>0.17.1</angular-ui-select.version> <angular-treasure-overlay-spinner.version>1.1.0</angular-treasure-overlay-spinner.version> - <angular-translate.version>2.11.1</angular-translate.version> + <angular-translate.version>2.12.1</angular-translate.version> <ng-password-strength.version>0.2.1</ng-password-strength.version> <lodash.version>4.15.0</lodash.version>
