From f7b32740f2abfc148692fe0d4628c094eed31798 Mon Sep 17 00:00:00 2001 From: Mark Waite Date: Thu, 10 Oct 2024 11:47:34 -0600 Subject: [PATCH] Depend on git client plugin 6.1.0 (#1672) Git client plugin 6.1.0 uses Jakarta EE 9 and requires Java 17. Better to assure that users of git plugin 5.6.0 also have the matching version of git client plugin for Jakarta EE 9. Reduces the version testing complications and lets me focus on single versions of each plugin in the 2.479 testing. --- pom.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pom.xml b/pom.xml index fe0684cba7..1169b40104 100644 --- a/pom.xml +++ b/pom.xml @@ -106,6 +106,8 @@ org.jenkins-ci.plugins git-client + + 6.1.0 org.jenkins-ci.plugins