Repository: nifi Updated Branches: refs/heads/master fdda8f3e0 -> f8e3bef60
NIFI-923: - Upgrading to the current release of spring. - This closes #82 Signed-off-by: joewitt <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/f8e3bef6 Tree: http://git-wip-us.apache.org/repos/asf/nifi/tree/f8e3bef6 Diff: http://git-wip-us.apache.org/repos/asf/nifi/diff/f8e3bef6 Branch: refs/heads/master Commit: f8e3bef60615b882f0254b0223848cea81cc2428 Parents: fdda8f3 Author: Matt Gilman <[email protected]> Authored: Mon Jan 25 09:47:07 2016 -0500 Committer: joewitt <[email protected]> Committed: Mon Jan 25 10:14:45 2016 -0500 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/nifi/blob/f8e3bef6/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 501593f..875ef6d 100644 --- a/pom.xml +++ b/pom.xml @@ -90,7 +90,7 @@ language governing permissions and limitations under the License. --> <org.slf4j.version>1.7.12</org.slf4j.version> <jetty.version>9.2.11.v20150529</jetty.version> <lucene.version>4.10.4</lucene.version> - <spring.version>4.1.6.RELEASE</spring.version> + <spring.version>4.2.4.RELEASE</spring.version> <spring.security.version>4.0.3.RELEASE</spring.security.version> <jersey.version>1.19</jersey.version> <hadoop.version>2.6.2</hadoop.version>
