diff options
| author | Paul-Christian Volkmer | 2024-01-01 15:06:35 +0100 |
|---|---|---|
| committer | Paul-Christian Volkmer | 2024-01-01 15:06:35 +0100 |
| commit | 889db6e42d20d8ce532c1c45b0c46d22a08d7abd (patch) | |
| tree | 35dcbfc822c363a5f493f0514a9c9dfcfc947f40 /pom.xml | |
| parent | 9d8a67f3dd1d8c5d13002a7c7dafeed37d4deb66 (diff) | |
chore: update maven plugins
Diffstat (limited to 'pom.xml')
| -rw-r--r-- | pom.xml | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -168,17 +168,17 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> - <version>2.22.2</version> + <version>3.2.3</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-failsafe-plugin</artifactId> - <version>2.22.2</version> + <version>3.2.3</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-dependency-plugin</artifactId> - <version>3.5.0</version> + <version>3.6.1</version> <configuration> <outputDirectory> ${project.build.directory}/classes/ @@ -219,7 +219,7 @@ <plugin> <groupId>org.jacoco</groupId> <artifactId>jacoco-maven-plugin</artifactId> - <version>0.8.10</version> + <version>0.8.11</version> <executions> <execution> <goals> |
