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 Nov 23, 2024
1 parent 1d4c3fa commit e02f7dc
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 @@ -740,7 +740,7 @@
</goals>
</pluginExecutionFilter>
<action>
<ignore />
<ignore/>
</action>
</pluginExecution>
<pluginExecution>
Expand All @@ -759,7 +759,7 @@
</goals>
</pluginExecutionFilter>
<action>
<ignore />
<ignore/>
</action>
</pluginExecution>
<pluginExecution>
Expand All @@ -780,7 +780,7 @@
</goals>
</pluginExecutionFilter>
<action>
<ignore />
<ignore/>
</action>
</pluginExecution>
</pluginExecutions>
Expand Down Expand Up @@ -1118,7 +1118,7 @@
For instance, our version of Lucene is tied to the version of Hibernate Search. Similarly, our
version of Hibernate Search must be compatible with the version of Hibernate and Hibernate must
be compatible with our version of Spring. -->
<springVersion>5.2.14.RELEASE</springVersion>
<springVersion>6.1.14</springVersion>
<hibernateVersion>5.6.9.Final</hibernateVersion>
<hibernateSearchVersion>5.11.10.Final</hibernateSearchVersion>
<luceneVersion>5.5.5</luceneVersion>
Expand All @@ -1132,7 +1132,7 @@
<log4jVersion>2.17.2</log4jVersion>
<owaspCsrfGuardVersion>4.1.4</owaspCsrfGuardVersion>

<customArgLineForTesting />
<customArgLineForTesting/>

<sonar.host.url>https://sonar.openmrs.org</sonar.host.url>
<sonar.issuesReport.html.enable>true</sonar.issuesReport.html.enable>
Expand Down

0 comments on commit e02f7dc

Please sign in to comment.