Bump spring version (#2687)

This commit is contained in:
James Agnew 2021-05-30 19:04:14 -04:00 committed by GitHub
parent 8d377fbf76
commit 786112284b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 1 deletions

View File

@ -0,0 +1,10 @@
---
- item:
type: "add"
title: "The version of a few dependencies have been bumped to the latest versions
(dependent HAPI modules listed in brackets):
<ul>
<li>Spring (JPA): 5.3.6 -> 5.3.7</li>
</ul>
"

View File

@ -811,7 +811,7 @@
<servicemix_xmlresolver_version>1.2_5</servicemix_xmlresolver_version>
<slf4j_version>1.7.30</slf4j_version>
<log4j_to_slf4j_version>2.11.1</log4j_to_slf4j_version>
<spring_version>5.3.6</spring_version>
<spring_version>5.3.7</spring_version>
<!-- FYI: Spring Data JPA 2.1.9 causes test failures due to unexpected cascading deletes -->
<spring_data_version>2.5.0</spring_data_version>
<spring_batch_version>4.3.3</spring_batch_version>