mirror of
https://github.com/apache/maven-mvnd.git
synced 2025-10-13 13:44:26 +00:00
Updates to build (dependabot reported) and other stuff (#951)
Most of cumulative things dependabot reported, plus more. Changes: * use plugins from parent (instead to double-maintain them here as well) * general cleanup, add property where there are 2+ uses for it * update plugins not present in parent * non-key dependencies (maven3, maven4, graalvm not touched) updates
This commit is contained in:
@@ -42,6 +42,7 @@
|
||||
org/junit/jupiter/junit-jupiter/${junit.jupiter.version}
|
||||
org/junit/jupiter/junit-jupiter-api/${junit.jupiter.version}</preinstall.artifacts>
|
||||
|
||||
<testcontainers.version>1.19.7</testcontainers.version>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
@@ -97,13 +98,13 @@
|
||||
<dependency>
|
||||
<groupId>org.testcontainers</groupId>
|
||||
<artifactId>testcontainers</artifactId>
|
||||
<version>1.18.1</version>
|
||||
<version>${testcontainers.version}</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.testcontainers</groupId>
|
||||
<artifactId>junit-jupiter</artifactId>
|
||||
<version>1.18.1</version>
|
||||
<version>${testcontainers.version}</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
Reference in New Issue
Block a user