From 3e0b7f9bf8c670dd349713066f3c44507ec0c310 Mon Sep 17 00:00:00 2001 From: Basil Crow Date: Thu, 5 Sep 2024 14:53:45 -0700 Subject: [PATCH] Add OpenId Connect Authentication to the managed set --- bom-weekly/pom.xml | 5 +++++ sample-plugin/pom.xml | 8 +++++++- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/bom-weekly/pom.xml b/bom-weekly/pom.xml index 74dc71b4e..0ad11cd32 100644 --- a/bom-weekly/pom.xml +++ b/bom-weekly/pom.xml @@ -890,6 +890,11 @@ oauth-credentials 0.653.v14cf2088e950 + + org.jenkins-ci.plugins + oic-auth + 4.331.vd925b_f76f3a_c + org.jenkins-ci.plugins pam-auth diff --git a/sample-plugin/pom.xml b/sample-plugin/pom.xml index 26d7087f3..1fbd52233 100644 --- a/sample-plugin/pom.xml +++ b/sample-plugin/pom.xml @@ -14,7 +14,8 @@ 999999-SNAPSHOT weekly - 2.475 + + 2.476-rc35309.670fcb_f703b_7 false 2254.vcff7a_d4969e5 @@ -747,6 +748,11 @@ nodejs test + + org.jenkins-ci.plugins + oic-auth + test + org.jenkins-ci.plugins pam-auth