[SPARK-35850][BUILD] Upgrade scala-maven-plugin to 4.5.3

### What changes were proposed in this pull request?
This PR aims to upgrade the scala-maven-plugin version to 4.5.3.

### Why are the changes needed?
This will upgrade `sbt-compiler-bridge` from 1.3.1 to 1.5.5 in order to bring the latest bug fixes.

### Does this PR introduce _any_ user-facing change?
No.

### How was this patch tested?
Pass the CIs.

Closes #33007 from williamhyun/scalamvnplugin.

Authored-by: William Hyun <william@apache.org>
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
This commit is contained in:
William Hyun 2021-06-21 21:35:42 -07:00 committed by Dongjoon Hyun
parent a8fdb98ecb
commit 89dbf514f5

View file

@ -2560,7 +2560,7 @@
<plugin>
<groupId>net.alchim31.maven</groupId>
<artifactId>scala-maven-plugin</artifactId>
<version>4.3.0</version>
<version>4.5.3</version>
<executions>
<execution>
<id>eclipse-add-source</id>