[java-idp-jetty-base] 01/02: Downgrade Logback to 1.3.6 for Jetty 10.15
Tom Zeller
tzeller at dragonacea.biz
Thu May 18 23:57:01 UTC 2023
This is an automated email from the git hooks/post-receive script.
tzeller pushed a commit to branch 10
in repository java-idp-jetty-base.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-jetty-base.git;a=commit;h=dc77c91a8ae2591f6ba995431a36c5af293b9c12
commit dc77c91a8ae2591f6ba995431a36c5af293b9c12
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Thu May 18 18:55:31 2023 -0500
Downgrade Logback to 1.3.6 for Jetty 10.15
https://github.com/eclipse/jetty.project/pull/8943
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index c951ba1..7de15be 100644
--- a/pom.xml
+++ b/pom.xml
@@ -19,7 +19,7 @@
<properties>
<jetty94-dta-ssl.version>1.0.0</jetty94-dta-ssl.version>
<assemblyDirectory>${project.build.directory}/idp-jetty-base</assemblyDirectory>
- <logback.version>1.4.0</logback.version>
+ <logback.version>1.3.6</logback.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