Skip to content

Commit

Permalink
Remove mimepull dependency
Browse files Browse the repository at this point in the history
Mimepull dependency was introduced in 1c18fd8 for gh-14924 to force the
version as the one coming from saaj-impl was not on Maven Central.
This is no longer the case.

Version 1.10.0 of Mimepull has been built with Java 11, breaking
compatibility with Java 8 for Spring Boot.

See gh-31145
  • Loading branch information
youribonnaffe authored and wilkinsona committed May 27, 2022
1 parent 194e9f0 commit d38bc13
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions spring-boot-project/spring-boot-dependencies/build.gradle
Expand Up @@ -1293,13 +1293,6 @@ bom {
]
}
}
library("MIMEPull", "1.10.0") {
group("org.jvnet.mimepull") {
modules = [
"mimepull"
]
}
}
library("Mockito", "4.5.1") {
group("org.mockito") {
imports = [
Expand Down

0 comments on commit d38bc13

Please sign in to comment.