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:
Tamas Cservenak
2024-04-19 16:26:23 +02:00
committed by GitHub
parent 1fc7a988b9
commit d41d6a2709
4 changed files with 20 additions and 62 deletions

View File

@@ -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>