[java-idp-testbed] branch maint-4 updated: Update some dependencies to track latest.
Scott Cantor
cantor.2 at osu.edu
Mon Jul 18 14:28:31 UTC 2022
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch maint-4
in repository java-idp-testbed.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-testbed.git;a=commit;h=0530381be7d2cbb8a1dd008fbcc25eb551899e70
The following commit(s) were added to refs/heads/maint-4 by this push:
new 0530381 Update some dependencies to track latest.
0530381 is described below
commit 0530381be7d2cbb8a1dd008fbcc25eb551899e70
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Jul 18 10:28:29 2022 -0400
Update some dependencies to track latest.
---
pom.xml | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index 47fff6f..7038801 100644
--- a/pom.xml
+++ b/pom.xml
@@ -15,7 +15,7 @@
<properties>
<idp.groupId>net.shibboleth.idp</idp.groupId>
- <idp.version>4.2.2-SNAPSHOT</idp.version>
+ <idp.version>4.3.0-SNAPSHOT</idp.version>
<idp-jetty-base.version>9.4.1-SNAPSHOT</idp-jetty-base.version>
<jetty.version>9.4.44.v20210927</jetty.version>
<opensaml.groupId>org.opensaml</opensaml.groupId>
@@ -26,7 +26,7 @@
<!-- Jetty 10 -->
<!--
<idp-jetty-base.version>10.0.0-SNAPSHOT</idp-jetty-base.version>
- <jetty.version>10.0.9</jetty.version>
+ <jetty.version>10.0.11</jetty.version>
<logback.version>1.3.0-alpha13</logback.version>
<slf4j.version>2.0.0-alpha5</slf4j.version>
-->
@@ -310,6 +310,7 @@
</dependency>
<!-- For OIDC plugin testing. -->
+ <!--
<dependency>
<groupId>net.shibboleth.idp.plugin.oidc</groupId>
<artifactId>idp-plugin-oidc-op-impl</artifactId>
@@ -322,7 +323,6 @@
<version>${oidc-commons.version}</version>
<scope>runtime</scope>
<exclusions>
- <!-- This breaks Jetty 10 due to being so old. -->
<exclusion>
<groupId>org.ow2.asm</groupId>
<artifactId>asm</artifactId>
@@ -377,6 +377,7 @@
<version>${oidc-commons.version}</version>
<scope>runtime</scope>
</dependency>
+ -->
</dependencies>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list