[java-idp-plugin-oidc-rp] branch main updated: Update parent version to 11.3.5 and make explicit java-support version
Phil Smart
philip.smart at jisc.ac.uk
Tue Apr 25 08:16:06 UTC 2023
This is an automated email from the git hooks/post-receive script.
philsmart pushed a commit to branch main
in repository java-idp-plugin-oidc-rp.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-oidc-rp.git;a=commit;h=b9a61e270a4d3d027a3b70447dddaab014bf6829
The following commit(s) were added to refs/heads/main by this push:
new b9a61e2 Update parent version to 11.3.5 and make explicit java-support version
b9a61e2 is described below
commit b9a61e270a4d3d027a3b70447dddaab014bf6829
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Tue Apr 25 09:16:01 2023 +0100
Update parent version to 11.3.5 and make explicit java-support version
---
.../idp/plugin/authn/oidc/rp/metadata/impl/package-info.java | 2 +-
pom.xml | 4 +++-
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/idp-oidc-rp-impl/src/main/java/net/shibboleth/idp/plugin/authn/oidc/rp/metadata/impl/package-info.java b/idp-oidc-rp-impl/src/main/java/net/shibboleth/idp/plugin/authn/oidc/rp/metadata/impl/package-info.java
index 01baa97..394ece5 100644
--- a/idp-oidc-rp-impl/src/main/java/net/shibboleth/idp/plugin/authn/oidc/rp/metadata/impl/package-info.java
+++ b/idp-oidc-rp-impl/src/main/java/net/shibboleth/idp/plugin/authn/oidc/rp/metadata/impl/package-info.java
@@ -16,6 +16,6 @@
*/
/**
- * Package that OpenID Provider metadata lookup functions
+ * Package that OpenID Provider and RelyingParty metadata lookup functions
*/
package net.shibboleth.idp.plugin.authn.oidc.rp.metadata.impl;
\ No newline at end of file
diff --git a/pom.xml b/pom.xml
index 96215d9..4b81a46 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>net.shibboleth</groupId>
<artifactId>parent</artifactId>
- <version>11.3.4</version>
+ <version>11.3.5</version>
</parent>
<groupId>net.shibboleth.idp.plugin.authn</groupId>
<artifactId>idp-plugin-oidc-rp-parent</artifactId>
@@ -19,6 +19,8 @@
<idp.version>4.3.0</idp.version>
<opensaml.groupId>org.opensaml</opensaml.groupId>
<opensaml.version>4.3.0</opensaml.version>
+ <java-support.version>8.4.0</java-support.version>
+ <spring-extensions.version>6.3.0</spring-extensions.version>
<oidc.common.version>2.2.0-SNAPSHOT</oidc.common.version>
<idp.oidc.config.version>0.0.1-SNAPSHOT</idp.oidc.config.version>
<checkstyle.configLocation>${project.basedir}/checkstyle.xml</checkstyle.configLocation>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list