Skip to content
This repository was archived by the owner on May 6, 2024. It is now read-only.

Commit 7e70079

Browse files
author
xieqi
authored
[POAE7-2396] bump junit and checkstyle to meet github security scan (#435)
1 parent f4b016c commit 7e70079

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ build-common:
5757
@sed -i "s/velox\/substrait\/proto\///g" ${CPP_SOURCE_DIR}/thirdparty/velox/velox/substrait/proto/substrait/parameterized_types.proto
5858
@sed -i "s/velox\/substrait\/proto\///g" ${CPP_SOURCE_DIR}/thirdparty/velox/velox/substrait/proto/substrait/plan.proto
5959
@sed -i "s/velox\/substrait\/proto\///g" ${CPP_SOURCE_DIR}/thirdparty/velox/velox/substrait/proto/substrait/type_expressions.proto
60+
@sed -i 's|"https://.*arrow.*tar.gz"|"https://github.com/apache/arrow/archive/refs/tags/apache-arrow-8.0.0.tar.gz"|g' ${CPP_SOURCE_DIR}/thirdparty/velox/third_party/CMakeLists.txt
6061

6162
@mkdir -p ${CPP_BUILD_DIR}
6263
@cd ${CPP_BUILD_DIR} && \

jvm/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
<scalatest.version>3.0.8</scalatest.version>
6161
<scalacheck.version>1.14.2</scalacheck.version>
6262
<slf4j.version>1.7.30</slf4j.version>
63-
<junit.version>4.12</junit.version>
63+
<junit.version>4.13.1</junit.version>
6464
<hadoop.deps.scope>provided</hadoop.deps.scope>
6565
<spark.deps.scope>provided</spark.deps.scope>
6666
<checkstyle.failOnViolation>true</checkstyle.failOnViolation>
@@ -118,7 +118,7 @@
118118
<dependency>
119119
<groupId>com.puppycrawl.tools</groupId>
120120
<artifactId>checkstyle</artifactId>
121-
<version>8.19</version>
121+
<version>8.29</version>
122122
</dependency>
123123
<dependency>
124124
<groupId>org.slf4j</groupId>

0 commit comments

Comments
 (0)