From 7bd5724a34cb45dabe914c1ee2ec83964ce1d455 Mon Sep 17 00:00:00 2001 From: Michael Jeanson Date: Mon, 24 Jan 2022 18:59:19 +0000 Subject: [PATCH] Bump test dependencies Use current versions of the Maven testing framework plugins. Signed-off-by: Michael Jeanson --- pom.xml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index f2b55cb..e64a7b1 100644 --- a/pom.xml +++ b/pom.xml @@ -37,6 +37,9 @@ UTF-8 UTF-8 + + false + /usr/local/share/java/lttng-ust-agent-common-1.0.0.jar @@ -64,7 +67,7 @@ org.apache.maven.plugins maven-compiler-plugin - 3.6.1 + 3.9.0 1.8 1.8 @@ -74,7 +77,7 @@ org.apache.maven.plugins maven-failsafe-plugin - 2.19.1 + 3.0.0-M5 -- 2.34.1