[java-idp-plugin-duo] 04/04: Revert "JDUO-92 - Update duo_universal_java to version 1.2.0"

Phil Smart philip.smart at jisc.ac.uk
Wed Mar 26 11:11:16 UTC 2025


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=1c084d4c6986a8c35c3789a6f4dcf13d97e39e47

commit 1c084d4c6986a8c35c3789a6f4dcf13d97e39e47
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Wed Mar 26 11:08:50 2025 +0000

    Revert "JDUO-92 - Update duo_universal_java to version 1.2.0"
    
    This reverts commit 7c8a9778aaf283cb683f7b23b6206b6990032aff.
---
 .../idp/plugin/authn/duo/nimbus/plugin.properties  |  2 +-
 idp-duo-sdk-client-impl/pom.xml                    | 45 +++++++++++-----------
 .../idp/plugin/authn/duo/sdk/plugin.properties     |  2 +-
 pom.xml                                            |  2 +-
 4 files changed, 26 insertions(+), 25 deletions(-)

diff --git a/idp-duo-nimbus-client-impl/src/main/resources/net/shibboleth/idp/plugin/authn/duo/nimbus/plugin.properties b/idp-duo-nimbus-client-impl/src/main/resources/net/shibboleth/idp/plugin/authn/duo/nimbus/plugin.properties
index 2d3400c7..545541ca 100644
--- a/idp-duo-nimbus-client-impl/src/main/resources/net/shibboleth/idp/plugin/authn/duo/nimbus/plugin.properties
+++ b/idp-duo-nimbus-client-impl/src/main/resources/net/shibboleth/idp/plugin/authn/duo/nimbus/plugin.properties
@@ -2,7 +2,7 @@
 
 plugin.id = net.shibboleth.idp.plugin.authn.duo.nimbus
 # Only used when package manifest is not available
-plugin.version = 2.1.1
+plugin.version = 2.1.0
 
 # prereqs
 plugin.modules.required = idp.oidc.common.4
diff --git a/idp-duo-sdk-client-impl/pom.xml b/idp-duo-sdk-client-impl/pom.xml
index 9cb53783..65bee79c 100644
--- a/idp-duo-sdk-client-impl/pom.xml
+++ b/idp-duo-sdk-client-impl/pom.xml
@@ -17,12 +17,6 @@
     <properties>
         <checkstyle.configLocation>${project.basedir}/../resources/checkstyle/checkstyle.xml</checkstyle.configLocation>
         <automatic.module.name>net.shibboleth.idp.plugin.authn.duo.sdk.impl</automatic.module.name>
-        <retrofit2.retrofit.version>2.11.0</retrofit2.retrofit.version>
-        <retrofit2.converter-jackson.version>2.11.0</retrofit2.converter-jackson.version>
-        <okhttp3.okhttp.version>3.14.9</okhttp3.okhttp.version>
-        <okio.okio.version>1.17.2</okio.okio.version>
-        <bytebuddy.byte-buddy.version>1.15.4</bytebuddy.byte-buddy.version>
-        <auth0.java-jwt.version>4.0.0</auth0.java-jwt.version>
     </properties>
 
     <dependencies>
@@ -54,36 +48,43 @@
         <dependency>
             <groupId>com.squareup.retrofit2</groupId>
             <artifactId>retrofit</artifactId>
-            <version>${retrofit2.retrofit.version}</version>
-        </dependency>  
+            <version>2.9.0</version>
+        </dependency>
         <dependency>
             <groupId>com.squareup.okhttp3</groupId>
             <artifactId>okhttp</artifactId>
-            <version>${okhttp3.okhttp.version}</version>
-        </dependency> 
-        <dependency>
-            <groupId>com.squareup.okio</groupId>
-            <artifactId>okio</artifactId>
-            <version>${okio.okio.version}</version>
-        </dependency>     
+            <version>3.14.9</version>
+        </dependency>
         <dependency>
-            <groupId>net.bytebuddy</groupId>
-            <artifactId>byte-buddy</artifactId>
-            <version>${bytebuddy.byte-buddy.version}</version>
-            <scope>runtime</scope>
-        </dependency>       
+	        <groupId>com.squareup.okio</groupId>
+	        <artifactId>okio</artifactId>
+	        <version>1.15.0</version>
+        </dependency>
         <dependency>
             <groupId>com.squareup.retrofit2</groupId>
             <artifactId>converter-jackson</artifactId>
-            <version>${retrofit2.converter-jackson.version}</version>
+            <version>2.9.0</version>
             <scope>runtime</scope>
         </dependency>
+        <dependency>
+            <groupId>org.projectlombok</groupId>
+            <artifactId>lombok</artifactId>
+            <version>1.18.20</version>
+            <scope>provided</scope>
+        </dependency> 
         <dependency>
             <groupId>com.auth0</groupId>
             <artifactId>java-jwt</artifactId>
-            <version>${auth0.java-jwt.version}</version>
+            <version>3.3.0</version>
             <scope>runtime</scope>
         </dependency>
+        <dependency>
+            <groupId>com.squareup.okhttp3</groupId>
+            <artifactId>logging-interceptor</artifactId>
+            <version>4.9.1</version>
+            <scope>runtime</scope>
+        </dependency>
+
         <!-- provided dependencies -->
         <dependency>
             <groupId>${oidc-common.groupId}</groupId>
diff --git a/idp-duo-sdk-client-impl/src/main/resources/net/shibboleth/idp/plugin/authn/duo/sdk/plugin.properties b/idp-duo-sdk-client-impl/src/main/resources/net/shibboleth/idp/plugin/authn/duo/sdk/plugin.properties
index 15207ae8..577f1b1d 100644
--- a/idp-duo-sdk-client-impl/src/main/resources/net/shibboleth/idp/plugin/authn/duo/sdk/plugin.properties
+++ b/idp-duo-sdk-client-impl/src/main/resources/net/shibboleth/idp/plugin/authn/duo/sdk/plugin.properties
@@ -2,7 +2,7 @@
 
 plugin.id = net.shibboleth.idp.plugin.authn.duo.sdk
 # Only used when package manifest is not available
-plugin.version = 2.1.1
+plugin.version = 2.1.0
 plugin.license =/net/shibboleth/idp/plugin/authn/duo/sdk/doc/Duo-LICENSE.txt
 
 # prereqs
diff --git a/pom.xml b/pom.xml
index 1ce30be7..5f6d3ee6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
         <shibboleth.projectName>java-idp-plugin-duo</shibboleth.projectName>
         <idp.groupId>net.shibboleth.idp</idp.groupId>
         <idp.version>5.0.0</idp.version>
-        <duo.client.version>1.2.0</duo.client.version>
+        <duo.client.version>1.1.3</duo.client.version>
         <okhttp3.mockserver.version>4.9.3</okhttp3.mockserver.version>
         <okhttp3.tls.version>4.9.3</okhttp3.tls.version>
         <opensaml.groupId>org.opensaml</opensaml.groupId>

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


More information about the commits mailing list