[java-idp-plugin-duo] branch main updated: Update to IdP v4.3 to support new authn audit implementation

Phil Smart philip.smart at jisc.ac.uk
Thu Feb 16 10:37:24 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-duo.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-duo.git;a=commit;h=944fff9a84ec08542bc5cb4097764d8e9985a63b

The following commit(s) were added to refs/heads/main by this push:
     new 944fff9  Update to IdP v4.3 to support new authn audit implementation
944fff9 is described below

commit 944fff9a84ec08542bc5cb4097764d8e9985a63b
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Thu Feb 16 10:37:21 2023 +0000

    Update to IdP v4.3 to support new authn audit implementation
---
 pom.xml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/pom.xml b/pom.xml
index 8000d3a..64ee6ff 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.idp.plugin.authn</groupId>
@@ -21,12 +21,12 @@
 
     <properties>
         <idp.groupId>net.shibboleth.idp</idp.groupId>
-        <idp.version>4.2.0</idp.version>
+        <idp.version>4.3.0</idp.version>
         <duo.client.version>1.1.3</duo.client.version>
         <opensaml.groupId>org.opensaml</opensaml.groupId>
-        <opensaml.version>4.2.0</opensaml.version>
-        <java-support.version>8.3.1</java-support.version>   
-        <spring-extensions.version>6.2.0</spring-extensions.version>   
+        <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.0.0</oidc.common.version>
         <checkstyle.configLocation>${project.basedir}/checkstyle.xml</checkstyle.configLocation>
 	<jdk.version>15.3</jdk.version>

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


More information about the commits mailing list