From 5b2f93f7b4b95fd4fd3a3e508bd87c979375df29 Mon Sep 17 00:00:00 2001 From: Aaron McConnell Date: Thu, 1 May 2025 14:45:17 -0400 Subject: [PATCH] Finalize the 1.3.1 release --- README.md | 4 ++-- duo-example/pom.xml | 4 ++-- duo-universal-sdk/pom.xml | 2 +- duo-universal-sdk/src/main/java/com/duosecurity/Client.java | 2 +- pom.xml | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 2a99d6f..24eaf61 100644 --- a/README.md +++ b/README.md @@ -26,10 +26,10 @@ The Duo Universal Client for Java is available from Duo Security on Maven. Incl com.duosecurity duo-universal-sdk - 1.2.0 + 1.3.1 ``` -See https://mvnrepository.com/artifact/com.duosecurity/duo-universal-sdk/1.2.0 for more details. +See https://mvnrepository.com/artifact/com.duosecurity/duo-universal-sdk/1.3.1 for more details. ## TLS 1.2 and 1.3 Support diff --git a/duo-example/pom.xml b/duo-example/pom.xml index fc87739..e9ce409 100644 --- a/duo-example/pom.xml +++ b/duo-example/pom.xml @@ -10,7 +10,7 @@ 4.0.0 duo-example - 1.3.1 + 1.3.2-SNAPSHOT Duo Universal Java https://github.com/duosecurity/duo_universal_java/ Duo Web SDK for two-factor authentication @@ -38,7 +38,7 @@ com.duosecurity duo-universal-sdk - 1.3.1 + 1.3.2-SNAPSHOT org.springframework diff --git a/duo-universal-sdk/pom.xml b/duo-universal-sdk/pom.xml index e6166dd..4c42f75 100644 --- a/duo-universal-sdk/pom.xml +++ b/duo-universal-sdk/pom.xml @@ -6,7 +6,7 @@ duo-universal-sdk com.duosecurity - 1.3.1 + 1.3.2-SNAPSHOT Duo Universal Java https://github.com/duosecurity/duo_universal_java/ Duo Web SDK for two-factor authentication diff --git a/duo-universal-sdk/src/main/java/com/duosecurity/Client.java b/duo-universal-sdk/src/main/java/com/duosecurity/Client.java index 02c2cd7..ad38d28 100644 --- a/duo-universal-sdk/src/main/java/com/duosecurity/Client.java +++ b/duo-universal-sdk/src/main/java/com/duosecurity/Client.java @@ -38,7 +38,7 @@ public class Client { private static final String USER_AGENT_LIB = "duo_universal_java"; - private static final String USER_AGENT_VERSION = "1.3.1"; + private static final String USER_AGENT_VERSION = "1.3.2-SNAPSHOT"; // ************************************************** // Fields diff --git a/pom.xml b/pom.xml index fef63a5..399a8c7 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ com.duosecurity duo-universal-java pom - 1.3.1 + 1.3.2-SNAPSHOT Duo Universal Java https://github.com/duosecurity/duo_universal_java/