From 0618ddb3edd98bfd0a4d88b55135792033e8bc5c Mon Sep 17 00:00:00 2001 From: James Nord Date: Wed, 22 May 2024 15:36:42 +0100 Subject: [PATCH] use eddsa-api plugin for eddsa library --- pom.xml | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 0e7cc118..b1b53692 100644 --- a/pom.xml +++ b/pom.xml @@ -60,7 +60,7 @@ THE SOFTWARE. true 999999-SNAPSHOT jenkinsci/${project.artifactId}-plugin - 2.361.4 + 2.426.3 false High @@ -82,8 +82,8 @@ THE SOFTWARE. io.jenkins.tools.bom - bom-2.361.x - 2102.v854b_fec19c92 + bom-2.426.x + 2555.v3190a_8a_c60c6 import pom @@ -91,6 +91,11 @@ THE SOFTWARE. + + io.jenkins.plugins + eddsa-api + 0.3.0-4.v84c6f0f4969e + org.tmatesoft.svnkit svnkit @@ -104,6 +109,11 @@ THE SOFTWARE. net.java.dev.jna jna-platform + + + net.i2p.crypto + eddsa +