Repository: syncope Updated Branches: refs/heads/2_0_X 13caa7a8c -> f78579118 refs/heads/master 6a59c3311 -> 31cb31dd0
Upgrading Jackson, Font Awesome and the Maven Site Plugin Project: http://git-wip-us.apache.org/repos/asf/syncope/repo Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/f7857911 Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/f7857911 Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/f7857911 Branch: refs/heads/2_0_X Commit: f78579118a3d1d78c7434d5c960499217570f33e Parents: 13caa7a Author: Francesco Chicchiriccò <[email protected]> Authored: Fri Nov 18 14:24:56 2016 +0100 Committer: Francesco Chicchiriccò <[email protected]> Committed: Fri Nov 18 14:25:06 2016 +0100 ---------------------------------------------------------------------- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/syncope/blob/f7857911/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 2fdb480..0b8a625 100644 --- a/pom.xml +++ b/pom.xml @@ -360,7 +360,7 @@ under the License. <camel.version>2.17.3</camel.version> - <jackson.version>2.8.4</jackson.version> + <jackson.version>2.8.5</jackson.version> <spring.version>4.3.4.RELEASE</spring.version> <spring-security.version>4.2.0.RELEASE</spring-security.version> @@ -413,7 +413,7 @@ under the License. <bootstrap-select.version>1.11.2</bootstrap-select.version> <bootstrap-fileinput.version>4.3.5</bootstrap-fileinput.version> <bootbox.version>4.4.0</bootbox.version> - <font-awesome.version>4.6.3</font-awesome.version> + <font-awesome.version>4.7.0</font-awesome.version> <ionicons.version>2.0.1</ionicons.version> <highlightjs.version>9.6.0</highlightjs.version> <codemirror.version>5.13.2</codemirror.version> @@ -2009,7 +2009,7 @@ under the License. <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-site-plugin</artifactId> - <version>3.5.1</version> + <version>3.6</version> <dependencies> <dependency> <groupId>org.apache.velocity</groupId>
