Skip to content

Commit

Permalink
fix: pom.xml to reduce vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed Oct 25, 2024
1 parent b62ee76 commit 50039a4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
</scm>

<properties>
<tika.version>2.9.2</tika.version>
<tika.version>3.0.0</tika.version>
<junit.version>5.10.2</junit.version>
<spotbugs.version>4.8.4</spotbugs.version>
<spotless.version>2.43.0</spotless.version>
Expand Down Expand Up @@ -271,7 +271,7 @@
</goals>
<configuration>
<rules>
<banDuplicatePomDependencyVersions></banDuplicatePomDependencyVersions>
<banDuplicatePomDependencyVersions/>
<requireMavenVersion>
<version>3.8</version>
</requireMavenVersion>
Expand All @@ -293,7 +293,7 @@
<failWhenParentIsSnapshot>false</failWhenParentIsSnapshot>
<message>No Snapshots Allowed!</message>
</requireReleaseDeps>
<requireReleaseDepsInPlugins implementation="org.apache.maven.enforcer.rule.requireReleaseDepsInPlugins"></requireReleaseDepsInPlugins>
<requireReleaseDepsInPlugins implementation="org.apache.maven.enforcer.rule.requireReleaseDepsInPlugins"/>
</rules>
<fail>true</fail>
</configuration>
Expand Down Expand Up @@ -357,7 +357,7 @@
<reflowLongStrings>true</reflowLongStrings>
<formatJavadoc>false</formatJavadoc>
</googleJavaFormat>
<formatAnnotations></formatAnnotations>
<formatAnnotations/>
</java>
<pom>
<!-- These are the defaults, you can override if you want -->
Expand Down

0 comments on commit 50039a4

Please sign in to comment.