This is an automated email from the ASF dual-hosted git repository.
yikaifei pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/kyuubi.git
The following commit(s) were added to refs/heads/master by this push:
new 3d91a9651 [KYUUBI #4169] Bump scala-maven-plugin from 4.6.1 to 4.8.0
3d91a9651 is described below
commit 3d91a9651bdf2ff5ed701218f6f8d9b3525a5f16
Author: liangbowen <[email protected]>
AuthorDate: Thu Jan 19 10:16:00 2023 +0800
[KYUUBI #4169] Bump scala-maven-plugin from 4.6.1 to 4.8.0
### _Why are the changes needed?_
Bump versions of maven plugins,
- `scala-maven-plugin` from `4.6.1` to `4.8.0` (diff:
https://github.com/davidB/scala-maven-plugin/compare/4.6.1...4.8.0)
### _How was this patch tested?_
- [ ] Add some test cases that check the changes thoroughly including
negative and positive cases if possible
- [ ] Add screenshots for manual tests if appropriate
- [x] [Run
test](https://kyuubi.apache.org/docs/latest/develop_tools/testing.html#running-tests)
locally before make a pull request
Closes #4169 from bowenliang123/bump-maven-plugins.
Closes #4169
308ce764 [liangbowen] bump scala-maven-plugin from 4.6.1 to 4.8.0
Authored-by: liangbowen <[email protected]>
Signed-off-by: Yikf <[email protected]>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index bf04fa1f1..6da070b49 100644
--- a/pom.xml
+++ b/pom.xml
@@ -212,7 +212,7 @@
<maven.plugin.build.helper.version>3.3.0</maven.plugin.build.helper.version>
<maven.plugin.download.version>1.6.6</maven.plugin.download.version>
<maven.plugin.enforcer.mojo.rules.version>1.6.1</maven.plugin.enforcer.mojo.rules.version>
- <maven.plugin.scala.version>4.6.1</maven.plugin.scala.version>
+ <maven.plugin.scala.version>4.8.0</maven.plugin.scala.version>
<maven.plugin.surefire.version>3.0.0-M7</maven.plugin.surefire.version>
<maven.plugin.scalatest.version>2.2.0</maven.plugin.scalatest.version>
<maven.plugin.scalatest.exclude.tags>org.scalatest.tags.Slow,org.apache.kyuubi.tags.HudiTest</maven.plugin.scalatest.exclude.tags>