[java-idp-jetty-base] branch 12-windows updated: IDP-2371 Current Windows jetty-base images include wrong logback jar versions
Rod Widdowson
rdw at steadingsoftware.com
Fri Mar 28 09:51:46 UTC 2025
This is an automated email from the git hooks/post-receive script.
rdw pushed a commit to branch 12-windows
in repository java-idp-jetty-base.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-jetty-base.git;a=commit;h=b47badc9242d718693c206a6099a57797ed2d273
The following commit(s) were added to refs/heads/12-windows by this push:
new b47badc IDP-2371 Current Windows jetty-base images include wrong logback jar versions
b47badc is described below
commit b47badc9242d718693c206a6099a57797ed2d273
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Fri Mar 28 09:32:22 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 e0b1b40..d0794d3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
<assemblyDirectory>${project.build.directory}/idp-jetty-base</assemblyDirectory>
<!-- Dependencies for the shipped jetty-home -->
- <logback.version>1.5.6</logback.version>
+ <logback.version>1.5.13</logback.version>
<!-- The things we will combine into the MSI -->
<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