diff --git a/dev/deps/dependencies-server b/dev/deps/dependencies-server index 8d62338cdf8..1b373c7293b 100644 --- a/dev/deps/dependencies-server +++ b/dev/deps/dependencies-server @@ -18,7 +18,7 @@ HikariCP/4.0.3//HikariCP-4.0.3.jar RoaringBitmap/1.0.6//RoaringBitmap-1.0.6.jar aopalliance-repackaged/2.6.1//aopalliance-repackaged-2.6.1.jar -ap-loader-all/3.0-8//ap-loader-all-3.0-8.jar +ap-loader-all/3.0-9//ap-loader-all-3.0-9.jar classgraph/4.8.138//classgraph-4.8.138.jar commons-cli/1.5.0//commons-cli-1.5.0.jar commons-crypto/1.0.0//commons-crypto-1.0.0.jar diff --git a/docs/developers/jvmprofiler.md b/docs/developers/jvmprofiler.md index b0f745940c0..464ad14f7c4 100644 --- a/docs/developers/jvmprofiler.md +++ b/docs/developers/jvmprofiler.md @@ -29,7 +29,7 @@ so it is advisable that the `Worker` machines have adequate storage. Code profiling is currently only supported for * Linux (x64) -* Linux (arm 64) +* Linux (arm64) * Linux (musl, x64) * MacOS diff --git a/pom.xml b/pom.xml index fd8edda1ec1..2354dc7493a 100644 --- a/pom.xml +++ b/pom.xml @@ -105,7 +105,7 @@ 9.5.2 2.15.3 1.1.10.5 - 3.0-8 + 3.0-9 4.7.6 diff --git a/project/CelebornBuild.scala b/project/CelebornBuild.scala index 63fe4249c1a..e41dc22abf9 100644 --- a/project/CelebornBuild.scala +++ b/project/CelebornBuild.scala @@ -41,7 +41,7 @@ object Dependencies { val lz4JavaVersion = sparkClientProjects.map(_.lz4JavaVersion).getOrElse("1.8.0") // Dependent library versions - val apLoaderVersion = "3.0-8" + val apLoaderVersion = "3.0-9" val commonsCompressVersion = "1.4.1" val commonsCryptoVersion = "1.0.0" val commonsIoVersion = "2.17.0"