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=dc5826afb43fc5f4fe0f599f1413bd93e6f9206a
The following commit(s) were added to refs/heads/main by this push:
new dc5826a Lock parent and dependency versions
dc5826a is described below
commit dc5826afb43fc5f4fe0f599f1413bd93e6f9206a
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Fri Apr 15 12:35:31 2022 +0100
Lock parent and dependency versions
---
pom.xml | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/pom.xml b/pom.xml
index 5f3b31c..15dd56c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
<parent>
<groupId>net.shibboleth</groupId>
<artifactId>parent</artifactId>
- <version>11.3.0-SNAPSHOT</version>
+ <version>11.3.1</version>
</parent>
<groupId>net.shibboleth.idp.plugin.authn</groupId>
@@ -21,12 +21,12 @@
<properties>
<idp.groupId>net.shibboleth.idp</idp.groupId>
- <idp.version>4.1.2</idp.version>
+ <idp.version>4.2.0</idp.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>
- <oidc.common.version>2.0.0-SNAPSHOT</oidc.common.version>
+ <opensaml.version>4.2.0</opensaml.version>
+ <java-support.version>8.3.1</java-support.version>
+ <oidc.common.version>2.0.0</oidc.common.version>
<checkstyle.configLocation>${project.basedir}/checkstyle.xml</checkstyle.configLocation>
<jdk.version>15.3</jdk.version>
</properties>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.