diff --git a/pom.xml b/pom.xml index b31c26b..101c787 100644 --- a/pom.xml +++ b/pom.xml @@ -68,13 +68,13 @@ org.springframework spring-test - 6.1.21 + 6.2.19 test org.springframework spring-web - 6.1.21 + 6.2.19 test @@ -373,8 +373,10 @@ scripts/check-coverage.py --xml - ${project.reporting.outputDirectory}/jacoco-ut/jacoco.xml - ${project.reporting.outputDirectory}/jacoco-it/jacoco.xml + + ${project.reporting.outputDirectory}/jacoco-ut/jacoco.xml + + ${project.reporting.outputDirectory}/jacoco-it/jacoco.xml --limit ${jacoco.coverage.limit} --compare-branch