From 21351a144c934c1a4a16bc553bdbed4e3f5da511 Mon Sep 17 00:00:00 2001 From: Jesse Glick Date: Fri, 12 Apr 2024 17:10:12 -0400 Subject: [PATCH] Add `oidc-provider` (#3094) * Add `oidc-provider` * Update * Pick up https://github.com/jenkinsci/oidc-provider-plugin/pull/40 --- bom-weekly/pom.xml | 5 +++++ sample-plugin/pom.xml | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/bom-weekly/pom.xml b/bom-weekly/pom.xml index f31a89dd0..f0abaa7d0 100644 --- a/bom-weekly/pom.xml +++ b/bom-weekly/pom.xml @@ -363,6 +363,11 @@ mysql-api 8.3.0-21.v2837a_a_360d57 + + io.jenkins.plugins + oidc-provider + 62.vd67c19f76766 + io.jenkins.plugins okhttp-api diff --git a/sample-plugin/pom.xml b/sample-plugin/pom.xml index 87b6b9cdb..4f4534719 100644 --- a/sample-plugin/pom.xml +++ b/sample-plugin/pom.xml @@ -326,6 +326,11 @@ mysql-api test + + io.jenkins.plugins + oidc-provider + test + io.jenkins.plugins okhttp-api