From 167044f715a5635eb07ed6d1c8f2e7a9bd2bfa9c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Jun 2021 07:43:18 -0700 Subject: [PATCH] Bump fastutil from 8.2.3 to 8.5.4 (#11347) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Bump fastutil from 8.2.3 to 8.5.4 Bumps [fastutil](https://github.com/vigna/fastutil) from 8.2.3 to 8.5.4. - [Release notes](https://github.com/vigna/fastutil/releases) - [Changelog](https://github.com/vigna/fastutil/blob/master/CHANGES) - [Commits](https://github.com/vigna/fastutil/compare/8.2.3...8.5.4) --- updated-dependencies: - dependency-name: it.unimi.dsi:fastutil dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * update licenses.yaml * update maven dependency list for -core and -extra libraries to pass maven dependency checks Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Xavier Léauté --- benchmarks/pom.xml | 2 +- core/pom.xml | 8 ++++++++ extensions-contrib/distinctcount/pom.xml | 5 +++++ extensions-contrib/tdigestsketch/pom.xml | 2 +- extensions-core/datasketches/pom.xml | 2 +- extensions-core/histogram/pom.xml | 2 +- extensions-core/orc-extensions/pom.xml | 5 +++++ indexing-service/pom.xml | 2 +- licenses.yaml | 4 +++- pom.xml | 13 ++++++++++++- processing/pom.xml | 2 +- server/pom.xml | 2 +- sql/pom.xml | 2 +- 13 files changed, 41 insertions(+), 10 deletions(-) diff --git a/benchmarks/pom.xml b/benchmarks/pom.xml index d3c7ec574ea..db7925c91c1 100644 --- a/benchmarks/pom.xml +++ b/benchmarks/pom.xml @@ -148,7 +148,7 @@ it.unimi.dsi - fastutil + fastutil-core org.roaringbitmap diff --git a/core/pom.xml b/core/pom.xml index 29c39e1e6ce..757012dcbd9 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -183,6 +183,14 @@ it.unimi.dsi fastutil + + it.unimi.dsi + fastutil-core + + + it.unimi.dsi + fastutil-extra + io.netty netty-buffer diff --git a/extensions-contrib/distinctcount/pom.xml b/extensions-contrib/distinctcount/pom.xml index b4155cdb977..65cfb680398 100644 --- a/extensions-contrib/distinctcount/pom.xml +++ b/extensions-contrib/distinctcount/pom.xml @@ -81,6 +81,11 @@ fastutil provided + + it.unimi.dsi + fastutil-core + provided + diff --git a/extensions-contrib/tdigestsketch/pom.xml b/extensions-contrib/tdigestsketch/pom.xml index 19f7034b86a..cebead76d97 100644 --- a/extensions-contrib/tdigestsketch/pom.xml +++ b/extensions-contrib/tdigestsketch/pom.xml @@ -98,7 +98,7 @@ it.unimi.dsi - fastutil + fastutil-core provided diff --git a/extensions-core/datasketches/pom.xml b/extensions-core/datasketches/pom.xml index 8e83ecc6ca8..b8557467667 100644 --- a/extensions-core/datasketches/pom.xml +++ b/extensions-core/datasketches/pom.xml @@ -105,7 +105,7 @@ it.unimi.dsi - fastutil + fastutil-core provided diff --git a/extensions-core/histogram/pom.xml b/extensions-core/histogram/pom.xml index b9f4e0fccd2..84b7ff4d20b 100644 --- a/extensions-core/histogram/pom.xml +++ b/extensions-core/histogram/pom.xml @@ -89,7 +89,7 @@ it.unimi.dsi - fastutil + fastutil-core provided diff --git a/extensions-core/orc-extensions/pom.xml b/extensions-core/orc-extensions/pom.xml index eb43e25dcde..fe206f2fbf0 100644 --- a/extensions-core/orc-extensions/pom.xml +++ b/extensions-core/orc-extensions/pom.xml @@ -417,6 +417,11 @@ fastutil provided + + it.unimi.dsi + fastutil-core + provided + com.google.guava guava diff --git a/indexing-service/pom.xml b/indexing-service/pom.xml index 5c1d55aa7e4..5ef9fa63e30 100644 --- a/indexing-service/pom.xml +++ b/indexing-service/pom.xml @@ -201,7 +201,7 @@ it.unimi.dsi - fastutil + fastutil-core org.apache.logging.log4j diff --git a/licenses.yaml b/licenses.yaml index 48494d2d15e..5273425fe28 100644 --- a/licenses.yaml +++ b/licenses.yaml @@ -1481,9 +1481,11 @@ name: fastutil license_category: binary module: java-core license_name: Apache License version 2.0 -version: 8.2.3 +version: 8.5.4 libraries: - it.unimi.dsi: fastutil + - it.unimi.dsi: fastutil-core + - it.unimi.dsi: fastutil-extra --- diff --git a/pom.xml b/pom.xml index 009a13f2501..7584bc5a9a9 100644 --- a/pom.xml +++ b/pom.xml @@ -87,6 +87,7 @@ 1.3.0 10.14.2.0 4.0.0 + 8.5.4 16.0.1 4.1.0 1.3 @@ -897,7 +898,17 @@ it.unimi.dsi fastutil - 8.2.3 + ${fastutil.version} + + + it.unimi.dsi + fastutil-core + ${fastutil.version} + + + it.unimi.dsi + fastutil-extra + ${fastutil.version} com.opencsv diff --git a/processing/pom.xml b/processing/pom.xml index 8d38ad1edb9..646857eb97c 100644 --- a/processing/pom.xml +++ b/processing/pom.xml @@ -77,7 +77,7 @@ it.unimi.dsi - fastutil + fastutil-core com.ning diff --git a/server/pom.xml b/server/pom.xml index cf0030d640f..a9569a38aef 100644 --- a/server/pom.xml +++ b/server/pom.xml @@ -181,7 +181,7 @@ it.unimi.dsi - fastutil + fastutil-core com.github.ben-manes.caffeine diff --git a/sql/pom.xml b/sql/pom.xml index 033cc79215b..9611fe89e73 100644 --- a/sql/pom.xml +++ b/sql/pom.xml @@ -147,7 +147,7 @@ it.unimi.dsi - fastutil + fastutil-core com.fasterxml.jackson.core