Skip to content

Commit

Permalink
[SPARK-49254][BUILD] Upgrade mima-core & sbt-mima-plugin to 1.1.4
Browse files Browse the repository at this point in the history
### 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:/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 apache#47780 from panbingkun/SPARK-49254.

Authored-by: panbingkun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
  • Loading branch information
panbingkun authored and attilapiros committed Oct 4, 2024
1 parent 0530357 commit 2efede9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@
<connect.guava.version>33.2.1-jre</connect.guava.version>
<guava.failureaccess.version>1.0.2</guava.failureaccess.version>
<io.grpc.version>1.62.2</io.grpc.version>
<mima.version>1.1.3</mima.version>
<mima.version>1.1.4</mima.version>
<tomcat.annotations.api.version>6.0.53</tomcat.annotations.api.version>

<!-- Version used in Profiler -->
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ addSbtPlugin("com.github.sbt" % "sbt-eclipse" % "6.2.0")

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

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

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

Expand Down

0 comments on commit 2efede9

Please sign in to comment.