From 6fd5ca86131703312a9e4cc136193f35bf2e350f Mon Sep 17 00:00:00 2001 From: Oliver Drotbohm Date: Thu, 16 Sep 2021 12:43:24 +0200 Subject: [PATCH] #1623 - Update test dependencies for 1.2.9 release. ArchUnit -> 0.21.0 Logback -> 1.2.6 JaCoCo -> 0.8.7 JUnit -> 5.7.2 Removed Bintray plugin repository. --- pom.xml | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/pom.xml b/pom.xml index 4b9dbacf..221eaea5 100644 --- a/pom.xml +++ b/pom.xml @@ -73,13 +73,13 @@ 3.19.0 0.2.5 1.2.2 - 1.2.3 - 0.8.6 + 1.2.6 + 0.8.7 ${project.build.directory}/jacoco.exec 2.12.5 spring.hateoas 2.5.0 - 5.7.1 + 5.7.2 2020.0.11 1.7.32 5.3.10 @@ -1033,7 +1033,7 @@ com.tngtech.archunit archunit - 0.16.0 + 0.21.0 test @@ -1221,9 +1221,11 @@ - bintray-plugins - bintray-plugins - https://jcenter.bintray.com + spring-plugins-release + https://repo.spring.io/plugins-release + + false +