[java-idp-plugin-duo] branch main updated: JDUO-50 - Duo universal SDK update
Phil Smart
philip.smart at jisc.ac.uk
Fri Dec 10 11:49:02 UTC 2021
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=db5967350d2f31758571776fc9900fe3b1264969
The following commit(s) were added to refs/heads/main by this push:
new db59673 JDUO-50 - Duo universal SDK update
db59673 is described below
commit db5967350d2f31758571776fc9900fe3b1264969
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Fri Dec 10 11:48:55 2021 +0000
JDUO-50 - Duo universal SDK update
- Update universal-sdk to v1.1.3 and associated dependencies.
https://shibboleth.atlassian.net/browse/JDUO-50
---
idp-duo-sdk-client-impl/pom.xml | 10 +++++-----
.../net/shibboleth/idp/plugin/authn/duo/sdk/plugin.properties | 2 +-
pom.xml | 2 +-
3 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/idp-duo-sdk-client-impl/pom.xml b/idp-duo-sdk-client-impl/pom.xml
index a331036..d9b47e3 100644
--- a/idp-duo-sdk-client-impl/pom.xml
+++ b/idp-duo-sdk-client-impl/pom.xml
@@ -48,7 +48,7 @@
<dependency>
<groupId>com.squareup.retrofit2</groupId>
<artifactId>retrofit</artifactId>
- <version>2.5.0</version>
+ <version>2.9.0</version>
</dependency>
<dependency>
<groupId>com.squareup.okhttp3</groupId>
@@ -63,15 +63,15 @@
<dependency>
<groupId>com.squareup.retrofit2</groupId>
<artifactId>converter-jackson</artifactId>
- <version>2.1.0</version>
+ <version>2.9.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.20</version>
- <scope>runtime</scope>
- </dependency>
+ <scope>provided</scope>
+ </dependency>
<dependency>
<groupId>com.auth0</groupId>
<artifactId>java-jwt</artifactId>
@@ -81,7 +81,7 @@
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>logging-interceptor</artifactId>
- <version>3.3.1</version>
+ <version>4.9.1</version>
<scope>runtime</scope>
</dependency>
<dependency>
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 e710d19..7c1a7e6 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 = 1.1.1
+plugin.version = 1.1.2
plugin.license =/net/shibboleth/idp/plugin/authn/duo/sdk/doc/Duo-LICENSE.txt
# prereqs
diff --git a/pom.xml b/pom.xml
index 8c76d1c..a614d17 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
<properties>
<idp.groupId>net.shibboleth.idp</idp.groupId>
<idp.version>4.1.2</idp.version>
- <duo.client.version>1.1.2</duo.client.version>
+ <duo.client.version>1.1.3</duo.client.version>
<opensaml.groupId>org.opensaml</opensaml.groupId>
<opensaml.version>4.1.1</opensaml.version>
<java-support.version>8.2.1</java-support.version>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list