This is an automated email from the ASF dual-hosted git repository. cwylie pushed a commit to branch 0.14.1-incubating in repository https://gitbox.apache.org/repos/asf/incubator-druid.git
commit 3bb96d1f492442edd869cfb1639c5cf718288b06 Author: Alexander Saydakov <[email protected]> AuthorDate: Wed Apr 3 14:06:02 2019 -0700 use latest sketches-core-0.13.1 (#7320) * use latest sketches-core-0.13.0 * latest release --- extensions-core/datasketches/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions-core/datasketches/pom.xml b/extensions-core/datasketches/pom.xml index 0b8fbfe..61e0daf 100644 --- a/extensions-core/datasketches/pom.xml +++ b/extensions-core/datasketches/pom.xml @@ -37,7 +37,7 @@ <dependency> <groupId>com.yahoo.datasketches</groupId> <artifactId>sketches-core</artifactId> - <version>0.12.0</version> + <version>0.13.1</version> </dependency> <dependency> <groupId>org.apache.commons</groupId> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
