[java-idp-testbed] branch main updated: Update to Jetty 12.0.8.
Scott Cantor
cantor.2 at osu.edu
Tue May 7 17:12:26 UTC 2024
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=41a92955658749354a85f6a51597a54854b88c0d
The following commit(s) were added to refs/heads/main by this push:
new 41a9295 Update to Jetty 12.0.8.
41a9295 is described below
commit 41a92955658749354a85f6a51597a54854b88c0d
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue May 7 13:12:23 2024 -0400
Update to Jetty 12.0.8.
---
idp-testbed-jetty-12.launch | 2 +-
pom.xml | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/idp-testbed-jetty-12.launch b/idp-testbed-jetty-12.launch
index 0de5f19..25d22b8 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.7 -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.8 -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 a08e0f7..f165a09 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,9 +29,9 @@
<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.7</jetty.version>
- <logback.version>1.4.14</logback.version>
- <slf4j.version>2.0.9</slf4j.version>
+ <jetty.version>12.0.8</jetty.version>
+ <logback.version>1.5.3</logback.version>
+ <slf4j.version>2.0.12</slf4j.version>
</properties>
<dependencies>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list