summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index abcd47f..2333fd8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -45,7 +45,7 @@
<dependency>
<groupId>com.fasterxml.jackson.dataformat</groupId>
<artifactId>jackson-dataformat-xml</artifactId>
- <version>2.16.2</version>
+ <version>2.20.0</version>
</dependency>
</dependencies>
<build>
@@ -72,8 +72,8 @@
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.8.11</version>
<configuration>
- <destfile>/target/coverage-reports/jacoco-unit.exec</destfile>
- <datafile>/target/coverage-reports/jacoco-unit.exec</datafile>
+ <destFile>/target/coverage-reports/jacoco-unit.exec</destFile>
+ <destFile>/target/coverage-reports/jacoco-unit.exec</destFile>
</configuration>
<executions>
<execution>