[java-idp-plugin-jetty] 165/186: IDP-2371 Current Windows jetty-base images include wrong logback jar versions

Rod Widdowson rdw at steadingsoftware.com
Thu Jul 24 15:58:36 UTC 2025


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

rdw pushed a commit to branch dev/foo
in repository java-idp-plugin-jetty.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-jetty.git;a=commit;h=6b481612a8f88551aa93e4ecf92f5b0d43b9a4e2

commit 6b481612a8f88551aa93e4ecf92f5b0d43b9a4e2
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Fri Mar 28 09:34:15 2025 +0000

    IDP-2371 Current Windows jetty-base images include wrong logback jar versions
    
    https://shibboleth.atlassian.net/browse/IDP-2371
    
    jetty 12.0.18 requires logback version 1.5.13
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 7d41a28..42fc3d7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -32,7 +32,7 @@
         <shib-profile.groupId>net.shibboleth</shib-profile.groupId>
         <shib-profile.version>5.2.0-SNAPSHOT</shib-profile.version>
 
-        <logback.version>1.5.6</logback.version>
+        <logback.version>1.5.13</logback.version>
 
         <procrun.groupId>commons-daemon</procrun.groupId>
         <procrun.artifactId>commons-daemon</procrun.artifactId>

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


More information about the commits mailing list