Repository: syncope Updated Branches: refs/heads/2_0_X 6213a3200 -> 2056da810 refs/heads/master 243d5ca46 -> 428857e0f
Various upgrades: Elasticsearch, LMAX Disruptor, AspectJ, frontend-maven-plugin, asciidoctor-maven-plugin Project: http://git-wip-us.apache.org/repos/asf/syncope/repo Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/428857e0 Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/428857e0 Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/428857e0 Branch: refs/heads/master Commit: 428857e0fda5abedad7cf3ed941f4306b804a39f Parents: 243d5ca Author: Francesco Chicchiriccò <ilgro...@apache.org> Authored: Mon Oct 2 08:23:27 2017 +0200 Committer: Francesco Chicchiriccò <ilgro...@apache.org> Committed: Mon Oct 2 08:27:09 2017 +0200 ---------------------------------------------------------------------- pom.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/syncope/blob/428857e0/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 018432c..b7e278e 100644 --- a/pom.xml +++ b/pom.xml @@ -391,10 +391,10 @@ under the License. <slf4j.version>1.7.25</slf4j.version> <opensaml.version>3.3.0</opensaml.version> - <elasticsearch.version>5.6.0</elasticsearch.version> + <elasticsearch.version>5.6.2</elasticsearch.version> <log4j.version>2.9.1</log4j.version> - <disruptor.version>3.3.6</disruptor.version> + <disruptor.version>3.3.7</disruptor.version> <commons-io.version>2.5</commons-io.version> <commons-email.version>1.5</commons-email.version> @@ -926,7 +926,7 @@ under the License. <dependency> <groupId>org.aspectj</groupId> <artifactId>aspectjweaver</artifactId> - <version>1.8.10</version> + <version>1.8.11</version> </dependency> <dependency> @@ -1892,7 +1892,7 @@ under the License. <plugin> <groupId>com.github.eirslett</groupId> <artifactId>frontend-maven-plugin</artifactId> - <version>1.5</version> + <version>1.6</version> </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> @@ -2183,7 +2183,7 @@ under the License. <link>http://www.flowable.org/docs/javadocs/</link> <link>https://build.shibboleth.net/nexus/service/local/repositories/releases/archive/org/opensaml/opensaml-saml-api/3.3.0/opensaml-saml-api-3.3.0-javadoc.jar/!/index.html</link> <link>https://build.shibboleth.net/nexus/service/local/repositories/releases/archive/org/opensaml/opensaml-core/3.3.0/opensaml-core-3.3.0-javadoc.jar/!/index.html</link> - <link>https://www.javadoc.io/doc/org.elasticsearch/elasticsearch/5.6.0</link> + <link>https://www.javadoc.io/doc/org.elasticsearch/elasticsearch/5.6.2</link> </links> </configuration> <reportSets> @@ -2262,7 +2262,7 @@ under the License. <plugin> <groupId>org.asciidoctor</groupId> <artifactId>asciidoctor-maven-plugin</artifactId> - <version>1.5.5</version> + <version>1.5.6</version> <dependencies> <dependency> <groupId>org.asciidoctor</groupId>