Revision f32ca4b2799d028620d010f8c9c4f7c09f4ad864 authored by HyukjinKwon on 30 November 2019, 18:23:11 UTC, committed by Sean Owen on 30 November 2019, 18:23:11 UTC
### What changes were proposed in this pull request?

We used 2.28.2 of Mockito as of https://github.com/apache/spark/pull/25139 because 3.0.0 might be unstable. Now 3.1.0 is released.

See release notes - https://github.com/mockito/mockito/blob/v3.1.0/doc/release-notes/official.md

### Why are the changes needed?

To bring the fixes made in the dependency.

### Does this PR introduce any user-facing change?

No.

### How was this patch tested?

Jenkins will test.

Closes #26707 from HyukjinKwon/upgrade-Mockito.

Authored-by: HyukjinKwon <gurwls223@apache.org>
Signed-off-by: Sean Owen <sean.owen@databricks.com>
1 parent 700a2ed
History
File Mode Size
slaves.sh -rwxr-xr-x 2.7 KB
spark-config.sh -rwxr-xr-x 1.4 KB
spark-daemon.sh -rwxr-xr-x 5.6 KB
spark-daemons.sh -rwxr-xr-x 1.2 KB
start-all.sh -rwxr-xr-x 1.2 KB
start-history-server.sh -rwxr-xr-x 1.7 KB
start-master.sh -rwxr-xr-x 2.0 KB
start-mesos-dispatcher.sh -rwxr-xr-x 1.8 KB
start-mesos-shuffle-service.sh -rwxr-xr-x 1.4 KB
start-slave.sh -rwxr-xr-x 3.1 KB
start-slaves.sh -rwxr-xr-x 1.5 KB
start-thriftserver.sh -rwxr-xr-x 2.0 KB
stop-all.sh -rwxr-xr-x 1.4 KB
stop-history-server.sh -rwxr-xr-x 1.0 KB
stop-master.sh -rwxr-xr-x 1.1 KB
stop-mesos-dispatcher.sh -rwxr-xr-x 1.2 KB
stop-mesos-shuffle-service.sh -rwxr-xr-x 1.1 KB
stop-slave.sh -rwxr-xr-x 1.5 KB
stop-slaves.sh -rwxr-xr-x 1.0 KB
stop-thriftserver.sh -rwxr-xr-x 1.0 KB

back to top