Skip to content

Commit

Permalink
[SPARK-43771][BUILD][CONNECT] Upgrade mima-core from 1.1.0 to 1.1.2
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 from 1.1.0 to 1.1.2.

### Why are the changes needed?
- New version includes bug fixed, eg:
1.Handle POM-only modules by creating empty Definitions by rossabaker in lightbend-labs/mima#743

- Release note:
1.https://github.com/lightbend/mima/releases/tag/1.1.2
2.https://github.com/lightbend/mima/releases/tag/1.1.1

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

### How was this patch tested?
Pass GA.

Closes #41294 from panbingkun/SPARK-43771.

Authored-by: panbingkun <[email protected]>
Signed-off-by: yangjie01 <[email protected]>
  • Loading branch information
panbingkun authored and LuciferYang committed May 24, 2023
1 parent ee27e85 commit 1c6b538
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion connector/connect/client/jvm/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<sbt.project.name>connect-client-jvm</sbt.project.name>
<guava.version>31.0.1-jre</guava.version>
<guava.failureaccess.version>1.0.1</guava.failureaccess.version>
<mima.version>1.1.0</mima.version>
<mima.version>1.1.2</mima.version>
</properties>

<dependencies>
Expand Down

0 comments on commit 1c6b538

Please sign in to comment.