[java-idp-testbed] branch main updated: Bump TOTP plugin version and Jetty version.
Scott Cantor
cantor.2 at osu.edu
Thu Mar 27 18:12:02 UTC 2025
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository java-idp-testbed.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-testbed.git;a=commit;h=b4e58b47b9e2a6fdf31c4f6f4a0790103c06f4fe
The following commit(s) were added to refs/heads/main by this push:
new b4e58b4 Bump TOTP plugin version and Jetty version.
b4e58b4 is described below
commit b4e58b47b9e2a6fdf31c4f6f4a0790103c06f4fe
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Mar 27 14:12:00 2025 -0400
Bump TOTP plugin version and Jetty version.
---
idp-testbed-jetty-12.launch | 2 +-
pom.xml | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/idp-testbed-jetty-12.launch b/idp-testbed-jetty-12.launch
index 961b953..6716a1b 100644
--- a/idp-testbed-jetty-12.launch
+++ b/idp-testbed-jetty-12.launch
@@ -16,7 +16,7 @@
<stringAttribute key="org.eclipse.jdt.launching.JRE_CONTAINER" value="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-17/"/>
<stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value="Main"/>
<stringAttribute key="org.eclipse.jdt.launching.MODULE_NAME" value="java-idp-testbed"/>
- <stringAttribute key="org.eclipse.jdt.launching.PROGRAM_ARGUMENTS" value="-Djetty.home=/opt/jetty-home-12.0.9 -Djava.security.egd=file:/dev/urandom -Didp.home=classpath:/net/shibboleth/idp/module -Didp.webflows=classpath*:/flows -Dlogback.configurationFile=resources/logback.xml -Didp.logfiles=${workspace_loc:java-idp-testbed/src/main/resources/logs} -Djava.io.tmpdir=tmp -Didp.loglevel.ldap=INFO -Didp.loglevel.idp=DEBUG -Didp.loglevel.opensaml=DEBUG -Didp.loglevel.messages=DEBUG"/>
+ <stringAttribute key="org.eclipse.jdt.launching.PROGRAM_ARGUMENTS" value="-Djetty.home=/opt/jetty-home-12.0.16 -Djava.security.egd=file:/dev/urandom -Didp.home=classpath:/net/shibboleth/idp/module -Didp.webflows=classpath*:/flows -Dlogback.configurationFile=resources/logback.xml -Didp.logfiles=${workspace_loc:java-idp-testbed/src/main/resources/logs} -Djava.io.tmpdir=tmp -Didp.loglevel.ldap=INFO -Didp.loglevel.idp=DEBUG -Didp.loglevel.opensaml=DEBUG -Didp.loglevel.messages=DEBUG"/>
<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="java-idp-testbed"/>
<stringAttribute key="org.eclipse.jdt.launching.SOURCE_PATH_PROVIDER" value="org.eclipse.m2e.launchconfig.sourcepathProvider"/>
<stringAttribute key="org.eclipse.jdt.launching.WORKING_DIRECTORY" value="${workspace_loc:java-idp-jetty-base/src/main/resources/jetty-base}"/>
diff --git a/pom.xml b/pom.xml
index 108f009..5402a7f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@
<cas-client.version>3.6.4</cas-client.version>
<oidc-commons.version>3.2.0-SNAPSHOT</oidc-commons.version>
<idp-jetty-base.version>12.0.0-SNAPSHOT</idp-jetty-base.version>
- <jetty.version>12.0.9</jetty.version>
+ <jetty.version>12.0.16</jetty.version>
<logback.version>1.5.6</logback.version>
<slf4j.version>2.0.12</slf4j.version>
</properties>
@@ -545,7 +545,7 @@
<dependency>
<groupId>net.shibboleth.idp.plugin.authn</groupId>
<artifactId>idp-plugin-totp-impl</artifactId>
- <version>2.2.0-SNAPSHOT</version>
+ <version>2.3.0-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
-->
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list