From b73cc728a32ed12df404feda4397a618b5dc951b Mon Sep 17 00:00:00 2001 From: James Nord Date: Wed, 29 May 2024 17:34:17 +0100 Subject: [PATCH] add eddsa plugin (#148) Updates baseline, and re-aligns the bom --- pom.xml | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 52dfbef..24f9917 100644 --- a/pom.xml +++ b/pom.xml @@ -51,7 +51,7 @@ 2 999999-SNAPSHOT jenkinsci/trilead-api-plugin - 2.401.3 + 2.426.3 2.0.0 @@ -73,7 +73,7 @@ io.jenkins.tools.bom - bom-2.401.x + bom-2.426.x 2745.vc7b_fe4c876fa_ pom import @@ -91,6 +91,11 @@ com.google.code.gson gson + + + net.i2p.crypto + eddsa + @@ -108,5 +113,10 @@ io.jenkins.plugins gson-api + + io.jenkins.plugins + eddsa-api + 0.3.0-4.v84c6f0f4969e +