This is an automated email from the ASF dual-hosted git repository. jackie pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/pinot.git
The following commit(s) were added to refs/heads/master by this push: new ea60408deb hash4j version upgrade to 0.17.0 (#12968) ea60408deb is described below commit ea60408debb2dbc3b82c93dee6df8d30db5bf65d Author: Abhishek Sharma <abhishek.sha...@spothero.com> AuthorDate: Fri Apr 19 00:28:11 2024 -0400 hash4j version upgrade to 0.17.0 (#12968) --- pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 67c437975f..24006bcea4 100644 --- a/pom.xml +++ b/pom.xml @@ -155,6 +155,7 @@ <calcite.version>1.36.0</calcite.version> <lucene.version>9.8.0</lucene.version> <reflections.version>0.10.2</reflections.version> + <dynatrace.hash4j.version>0.17.0</dynatrace.hash4j.version> <!-- helix-core, spark-core use libraries from io.dropwizard.metrics --> <dropwizard-metrics.version>4.2.25</dropwizard-metrics.version> <snappy-java.version>1.1.10.5</snappy-java.version> @@ -1242,7 +1243,7 @@ <dependency> <groupId>com.dynatrace.hash4j</groupId> <artifactId>hash4j</artifactId> - <version>0.13.0</version> + <version>${dynatrace.hash4j.version}</version> </dependency> <dependency> <groupId>com.tdunning</groupId> --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org