Skip to content

Commit

Permalink
Upgrading mime4j on the 7.17 line (#106380)
Browse files Browse the repository at this point in the history
  • Loading branch information
masseyke committed Mar 18, 2024
1 parent ee99b6c commit c53745e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 7 deletions.
5 changes: 5 additions & 0 deletions docs/changelog/106380.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
pr: 106380
summary: Upgrade mime4j on the 7.17 line
area: Ingest Node
type: upgrade
issues: []
12 changes: 6 additions & 6 deletions gradle/verification-metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2684,14 +2684,14 @@
<sha256 value="11448f4b5c7f13d9396a67b33aa938d05f660665e0f14fd08e25acfd3c20ae80" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="org.apache.james" name="apache-mime4j-core" version="0.8.4">
<artifact name="apache-mime4j-core-0.8.4.jar">
<sha256 value="cd53e8269a9e1997c5699ffebd7d5c8245ffc81c2061fa397de27aa13f194883" origin="Generated by Gradle"/>
<component group="org.apache.james" name="apache-mime4j-core" version="0.8.10">
<artifact name="apache-mime4j-core-0.8.10.jar">
<sha256 value="7941ef3a99a999f4960734e272434fa47d67df980babf5ce8fe426bfcaa26c94" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="org.apache.james" name="apache-mime4j-dom" version="0.8.4">
<artifact name="apache-mime4j-dom-0.8.4.jar">
<sha256 value="f85feb2ad16aa15b5bbba48df16cd711b407f966967669cec897bd82498c5b5d" origin="Generated by Gradle"/>
<component group="org.apache.james" name="apache-mime4j-dom" version="0.8.10">
<artifact name="apache-mime4j-dom-0.8.10.jar">
<sha256 value="1dc362d8e6511d53237c0cfd39c8fce5eb947538338421b85541d3beffb40efb" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="org.apache.kerby" name="kerb-admin" version="1.0.1">
Expand Down
2 changes: 1 addition & 1 deletion plugins/ingest-attachment/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ versions << [
'tika' : '1.28.5',
'pdfbox': '2.0.26',
'poi' : '5.2.2',
'mime4j': '0.8.4'
'mime4j': '0.8.10'
]

dependencies {
Expand Down

0 comments on commit c53745e

Please sign in to comment.