[java-idp-jetty-base] branch 12 updated: IDP-2371 Current Windows jetty-base images include wrong logback jar versions
Rod Widdowson
rdw at steadingsoftware.com
Fri Mar 28 09:51:24 UTC 2025
This is an automated email from the git hooks/post-receive script.
rdw pushed a commit to branch 12
in repository java-idp-jetty-base.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-jetty-base.git;a=commit;h=6b481612a8f88551aa93e4ecf92f5b0d43b9a4e2
The following commit(s) were added to refs/heads/12 by this push:
new 6b48161 IDP-2371 Current Windows jetty-base images include wrong logback jar versions
6b48161 is described below
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