Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Snyk] Security upgrade org.springframework:spring-test from 5.2.14.RELEASE to 6.1.14 #230

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading