[java-oidc-common] branch main updated: Bump parent, idp, opensaml and java-support versions to match IdP 4.3.0.
Henri Mikkonen
henri.mikkonen at iki.fi
Fri Apr 21 10:54:59 UTC 2023
This is an automated email from the git hooks/post-receive script.
hjmikkon pushed a commit to branch main
in repository java-oidc-common.
View the commit online:
http://git.shibboleth.net/view/?p=java-oidc-common.git;a=commit;h=0af40bdb877a91f3a32ca14cb527eabfe6958970
The following commit(s) were added to refs/heads/main by this push:
new 0af40bd Bump parent, idp, opensaml and java-support versions to match IdP 4.3.0.
0af40bd is described below
commit 0af40bdb877a91f3a32ca14cb527eabfe6958970
Author: Henri Mikkonen <henri.mikkonen at iki.fi>
AuthorDate: Fri Apr 21 13:51:39 2023 +0300
Bump parent, idp, opensaml and java-support versions to match IdP 4.3.0.
We need this in order to let dependencies (config, RP, OP) be able to load multiple
postconfig.xmls for various services (such as relying-party).
---
pom.xml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/pom.xml b/pom.xml
index abaa275..baba9b2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
<parent>
<groupId>net.shibboleth</groupId>
<artifactId>parent</artifactId>
- <version>11.3.4</version>
+ <version>11.3.5</version>
</parent>
<groupId>net.shibboleth.oidc</groupId>
<artifactId>oidc-common-parent</artifactId>
@@ -16,10 +16,10 @@
<description>A POM containing properties, dependencies, etc. that are common across all Shibboleth OIDC Java common libraries.</description>
<properties>
<idp.groupId>net.shibboleth.idp</idp.groupId>
- <idp.version>4.2.0</idp.version>
+ <idp.version>4.3.0</idp.version>
<opensaml.groupId>org.opensaml</opensaml.groupId>
- <opensaml.version>4.2.0</opensaml.version>
- <java-support.version>8.3.1</java-support.version>
+ <opensaml.version>4.3.0</opensaml.version>
+ <java-support.version>8.4.0</java-support.version>
<nimbus-jose-jwt.version>9.29</nimbus-jose-jwt.version>
<oauth2-oidc-sdk.version>10.5.1</oauth2-oidc-sdk.version>
<json.smart.version>2.4.8</json.smart.version>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list