[java-idp-testbed] branch main updated: Bump SLF4J and Logback versions to match Jetty 11.0.11

Tom Zeller tzeller at dragonacea.biz
Wed Aug 24 13:19:21 UTC 2022


This is an automated email from the git hooks/post-receive script.

tzeller 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=69a4695f54bfc7934e39344323aed2df74784648

The following commit(s) were added to refs/heads/main by this push:
     new 69a4695  Bump SLF4J and Logback versions to match Jetty 11.0.11
69a4695 is described below

commit 69a4695f54bfc7934e39344323aed2df74784648
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Wed Aug 24 08:19:14 2022 -0500

    Bump SLF4J and Logback versions to match Jetty 11.0.11
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 8e3ea1c..ab46fbd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,8 +26,8 @@
         <idp-jetty-base.version>11.0.0-SNAPSHOT</idp-jetty-base.version>
         <jetty.version>11.0.11</jetty.version>
         <jetty-jstl.version>11.0.0</jetty-jstl.version>
-        <logback.version>1.3.0-alpha13</logback.version>
-        <slf4j.version>2.0.0-alpha5</slf4j.version>
+        <logback.version>1.3.0-alpha16</logback.version>
+        <slf4j.version>2.0.0-alpha6</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