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 May 21, 2024
1 parent c0150b3 commit 5905a51
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@
<springdoc-openapi-webmvc.version>1.7.0</springdoc-openapi-webmvc.version>
<springframework.version>5.3.27</springframework.version>
<thrift.version>0.18.1</thrift.version>
<tika.version>1.28.5</tika.version>
<tika.version>2.0.0</tika.version>
<wiremock.version>2.26.0</wiremock.version>
<javax.servlet-api.version>4.0.1</javax.servlet-api.version>

Expand Down Expand Up @@ -803,8 +803,8 @@
<ratchetFrom>origin/main</ratchetFrom>
<formats>
<format>
<trimTrailingWhitespace />
<endWithNewline />
<trimTrailingWhitespace/>
<endWithNewline/>
<includes>
<include>*.java</include>
</includes>
Expand All @@ -826,11 +826,11 @@
<includes>
<include>**/*.md</include>
</includes>
<flexmark></flexmark>
<flexmark/>
</markdown>
</configuration>
<java>
<eclipse></eclipse>
<eclipse/>
</java>
</configuration>
</plugin>
Expand Down

0 comments on commit 5905a51

Please sign in to comment.