This is an automated email from the ASF dual-hosted git repository. ilgrosso pushed a commit to branch 2_1_X in repository https://gitbox.apache.org/repos/asf/syncope.git
commit ab3f5664799d87273f5b1a80e6582a5c893b64e2 Author: Francesco Chicchiriccò <[email protected]> AuthorDate: Tue Jun 22 15:00:57 2021 +0200 Upgrading Mockito and Spring Security --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 25f3c16..32cbbbc 100644 --- a/pom.xml +++ b/pom.xml @@ -409,7 +409,7 @@ under the License. <jackson.version>2.11.4</jackson.version> <spring.version>5.2.15.RELEASE</spring.version> - <spring-security.version>5.2.10.RELEASE</spring-security.version> + <spring-security.version>5.2.11.RELEASE</spring-security.version> <openjpa.version>3.2.0</openjpa.version> <hikaricp.version>4.0.3</hikaricp.version> @@ -450,7 +450,7 @@ under the License. <h2.version>1.4.200</h2.version> <junit.version>5.7.2</junit.version> - <mockito.version>3.11.1</mockito.version> + <mockito.version>3.11.2</mockito.version> <conf.directory>${project.build.directory}/test-classes</conf.directory> <bundles.directory>${project.build.directory}/bundles</bundles.directory>
