Skip to content

Commit bcb963e

Browse files
panbingkundongjoon-hyun
authored andcommitted
[SPARK-49254][BUILD] Upgrade mima-core & sbt-mima-plugin to 1.1.4
### What changes were proposed in this pull request? The pr aims to upgrade `mima-core` & `sbt-mima-plugin` from `1.1.3` to `1.1.4`. ### Why are the changes needed? - The full release notes: https://github.com/lightbend/mima/releases/tag/1.1.4 - This version adapts to `scala-2.13.14`, which is also used by Spark currently Update scala-library, scala-reflect to 2.13.14 by scala-steward in lightbend-labs/mima#809 ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Pass GA. ### Was this patch authored or co-authored using generative AI tooling? No. Closes #47780 from panbingkun/SPARK-49254. Authored-by: panbingkun <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]>
1 parent 29b1381 commit bcb963e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@
292292
<connect.guava.version>33.2.1-jre</connect.guava.version>
293293
<guava.failureaccess.version>1.0.2</guava.failureaccess.version>
294294
<io.grpc.version>1.62.2</io.grpc.version>
295-
<mima.version>1.1.3</mima.version>
295+
<mima.version>1.1.4</mima.version>
296296
<tomcat.annotations.api.version>6.0.53</tomcat.annotations.api.version>
297297

298298
<!-- Version used in Profiler -->

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ addSbtPlugin("com.github.sbt" % "sbt-eclipse" % "6.2.0")
3030

3131
addSbtPlugin("org.scalastyle" %% "scalastyle-sbt-plugin" % "1.0.0")
3232

33-
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.3")
33+
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.4")
3434

3535
addSbtPlugin("com.github.sbt" % "sbt-unidoc" % "0.5.0")
3636

0 commit comments

Comments
 (0)