[java-idp-testbed] branch main updated: Update Jetty and logging versions.

Scott Cantor cantor.2 at osu.edu
Thu Oct 20 18:14:59 UTC 2022


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=a570ab3c9aa15f0c7e04a84252b72fbff4c68746

The following commit(s) were added to refs/heads/main by this push:
     new a570ab3  Update Jetty and logging versions.
a570ab3 is described below

commit a570ab3c9aa15f0c7e04a84252b72fbff4c68746
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Oct 20 14:14:57 2022 -0400

    Update Jetty and logging versions.
---
 idp-testbed-jetty-11.launch | 2 +-
 pom.xml                     | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/idp-testbed-jetty-11.launch b/idp-testbed-jetty-11.launch
index e17c2ee..cc68737 100644
--- a/idp-testbed-jetty-11.launch
+++ b/idp-testbed-jetty-11.launch
@@ -15,7 +15,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-11.0.11 -Djava.security.egd=file:/dev/urandom -Didp.home=classpath: -Didp.webflows=classpath*:/flows -Dlogback.configurationFile=resources/logback.xml -Didp.logfiles=${workspace_loc:java-idp-testbed/src/main/resources/logs} -Djava.io.tmpdir=tmp -Dnet.shibboleth.idp.plugin.oidc.op.servlet.RegisterFilterServletContextInitializer=disabled -Didp.loglevel.ldap=INFO -Didp.loglevel.idp=DEB [...]
+    <stringAttribute key="org.eclipse.jdt.launching.PROGRAM_ARGUMENTS" value="-Djetty.home=/opt/jetty-home-11.0.12 -Djava.security.egd=file:/dev/urandom -Didp.home=classpath: -Didp.webflows=classpath*:/flows -Dlogback.configurationFile=resources/logback.xml -Didp.logfiles=${workspace_loc:java-idp-testbed/src/main/resources/logs} -Djava.io.tmpdir=tmp -Dnet.shibboleth.idp.plugin.oidc.op.servlet.RegisterFilterServletContextInitializer=disabled -Didp.loglevel.ldap=INFO -Didp.loglevel.idp=DEB [...]
     <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 5612507..e25308a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,10 +24,10 @@
         <cas-client.version>3.6.4</cas-client.version>
         <oidc-commons.version>2.1.1-SNAPSHOT</oidc-commons.version>
         <idp-jetty-base.version>11.0.0-SNAPSHOT</idp-jetty-base.version>
-        <jetty.version>11.0.11</jetty.version>
+        <jetty.version>11.0.12</jetty.version>
         <jetty-jstl.version>11.0.0</jetty-jstl.version>
-        <logback.version>1.3.0-alpha16</logback.version>
-        <slf4j.version>2.0.0-alpha6</slf4j.version>
+        <logback.version>1.4.4</logback.version>
+        <slf4j.version>2.0.3</slf4j.version>
      </properties>
 
     <repositories>

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list