[java-idp-plugin-vci] 02/03: Snapshot dependencies, finally

Codeberg noreply at shibboleth.net
Thu Sep 24 09:43:07 UTC 2026


This is an automated email from the git hooks/post-receive script.

codeberg pushed a commit to branch main
in repository java-idp-plugin-vci.

View the commit online:
https://codeberg.org/Shibboleth/java-idp-plugin-vci/commit/7b1d892a598432ba3854a668d8eb698625e531e6

commit 7b1d892a598432ba3854a668d8eb698625e531e6
Author: Janne Lauros <janne.lauros at csc.fi>
AuthorDate: Thu Sep 24 12:38:51 2026 +0300

    Snapshot dependencies, finally
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 4572194..6bc2240 100644
--- a/pom.xml
+++ b/pom.xml
@@ -17,14 +17,14 @@
     <packaging>pom</packaging>
     <properties>
         <shibboleth.projectName>java-idp-plugin-vci</shibboleth.projectName>
-        <oidc.op.version>4.3.0</oidc.op.version>
+        <oidc.op.version>4.4.0-SNAPSHOT</oidc.op.version>
         <!-- Compile only, for the OpenID Federation decorator. Unreleased, see openid-vci-oidfed.xml. -->
         <oidfed-common.groupId>net.shibboleth.oidfed</oidfed-common.groupId>
         <oidfed-common.version>1.0.0-SNAPSHOT</oidfed-common.version>
         <shib-shared.groupId>net.shibboleth</shib-shared.groupId>
         <shib-shared.version>9.0.0</shib-shared.version>
         <oidc-common.groupId>net.shibboleth.oidc</oidc-common.groupId>
-        <oidc-common.version>3.3.0</oidc-common.version>
+        <oidc-common.version>3.4.0-SNAPSHOT</oidc-common.version>
         <idp.groupId>net.shibboleth.idp</idp.groupId>
         <idp.version>5.0.0</idp.version>
         <shib-profile.groupId>net.shibboleth</shib-profile.groupId>
@@ -35,7 +35,7 @@
         <shib-metadata.version>5.0.0</shib-metadata.version>
         <opensaml.groupId>org.opensaml</opensaml.groupId>
         <opensaml.version>5.0.0</opensaml.version>
-        <oidc.config.version>3.0.0</oidc.config.version>
+        <oidc.config.version>3.1.0-SNAPSHOT</oidc.config.version>
         <commons.io.version>2.6</commons.io.version>
         <checkstyle.configLocation>${project.basedir}/resources/checkstyle/checkstyle.xml</checkstyle.configLocation>
         <!-- Dependency management in oidc-common-bom, but versions needed here for javadoc links -->

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list