Bump spring version

This commit is contained in:
jamesagnew 2016-12-04 18:51:21 -05:00
parent ffefb79bf1
commit bf05dd86f8
2 changed files with 11 additions and 2 deletions

View File

@ -312,7 +312,7 @@
<maven_source_plugin_version>2.4</maven_source_plugin_version>
<phloc_schematron_version>2.7.1</phloc_schematron_version>
<phloc_commons_version>4.4.5</phloc_commons_version>
<spring_version>4.3.1.RELEASE</spring_version>
<spring_version>4.3.4.RELEASE</spring_version>
<thymeleaf-version>3.0.1.RELEASE</thymeleaf-version>
<xmlunit_version>1.6</xmlunit_version>

View File

@ -7,7 +7,16 @@
</properties>
<body>
<release version="2.2" date="TBD">
<action type="fix">
<action type="add">
Bump the version of a few dependencies to the
latest versions (dependent HAPI modules listed in brackets):
<![CDATA[
<ul>
<li>spring (JPA): 4.3.1 -&gt; 4.3.4</li>
</ul>
]]>
</action>
<action type="fix">
Fix issue in AuthorizationIntetceptor where
transactions are blocked even when they
should not be