From 345bad924b7bfc68847eb892bb89cc5a5f250d83 Mon Sep 17 00:00:00 2001 From: Mark Hamilton Date: Mon, 12 Feb 2024 18:18:11 -0500 Subject: [PATCH] chore: Bump isolation forest to 3.0.4 (#2168) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 198201954c..15bdea4bb1 100644 --- a/build.sbt +++ b/build.sbt @@ -34,7 +34,7 @@ val extraDependencies = Seq( "com.jcraft" % "jsch" % "0.1.54", "org.apache.httpcomponents.client5" % "httpclient5" % "5.1.3", "org.apache.httpcomponents" % "httpmime" % "4.5.13", - "com.linkedin.isolation-forest" %% "isolation-forest_3.4.1" % "3.0.3" + "com.linkedin.isolation-forest" %% "isolation-forest_3.4.2" % "3.0.4" exclude("com.google.protobuf", "protobuf-java") exclude("org.apache.spark", "spark-mllib_2.12") exclude("org.apache.spark", "spark-core_2.12") exclude("org.apache.spark", "spark-avro_2.12") exclude("org.apache.spark", "spark-sql_2.12"),