diff --git a/fe/fe-core/pom.xml b/fe/fe-core/pom.xml index 41d364de7b2ebd..356b4347296349 100644 --- a/fe/fe-core/pom.xml +++ b/fe/fe-core/pom.xml @@ -37,7 +37,7 @@ under the License. ${basedir}/../../ ${env.FE_UT_PARALLEL} - 0.8.5 + 0.8.7 1.1.0 2.17.257 python @@ -179,8 +179,9 @@ under the License. + - org.jmockit + com.github.hazendaz.jmockit jmockit test @@ -783,7 +784,7 @@ under the License. org.jacoco jacoco-maven-plugin - 0.8.5 + 0.8.7 default-prepare-agent @@ -883,7 +884,7 @@ under the License. not reuse forked jvm, so that each unit test will run in separate jvm. to avoid singleton confict<--> false - -javaagent:${settings.localRepository}/org/jmockit/jmockit/1.48/jmockit-1.48.jar -Xmx2048m + -javaagent:${settings.localRepository}/com/github/hazendaz/jmockit/jmockit/1.49.4/jmockit-1.49.4.jar -Xmx2048m -Duser.timezone=Asia/Shanghai @{jacocoArgLine} diff --git a/fe/pom.xml b/fe/pom.xml index 5e526486e48a8b..e77868b65fb5ee 100644 --- a/fe/pom.xml +++ b/fe/pom.xml @@ -296,10 +296,11 @@ under the License. + - org.jmockit + com.github.hazendaz.jmockit jmockit - 1.48 + 1.49.4 test diff --git a/fe/spark-dpp/pom.xml b/fe/spark-dpp/pom.xml index ff241b044a97b3..fd7f8b595c839a 100644 --- a/fe/spark-dpp/pom.xml +++ b/fe/spark-dpp/pom.xml @@ -66,8 +66,9 @@ under the License. + - org.jmockit + com.github.hazendaz.jmockit jmockit test @@ -178,7 +179,7 @@ under the License. not reuse forked jvm, so that each unit test will run in separate jvm. to avoid singleton confict<--> false - -javaagent:${settings.localRepository}/org/jmockit/jmockit/1.48/jmockit-1.48.jar + -javaagent:${settings.localRepository}/com/github/hazendaz/jmockit/jmockit/1.49.4/jmockit-1.49.4.jar