[java-idp-jetty-base] branch 9.4-windows updated: IDP-1891 New jetty-base-windows for V4.1.5
Rod Widdowson
rdw at steadingsoftware.com
Sun Jan 9 11:36:16 UTC 2022
This is an automated email from the git hooks/post-receive script.
rdw pushed a commit to branch 9.4-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=ca72052018f70d64a8b6938436a9e0d1e09b25b0
The following commit(s) were added to refs/heads/9.4-windows by this push:
new ca72052 IDP-1891 New jetty-base-windows for V4.1.5
ca72052 is described below
commit ca72052018f70d64a8b6938436a9e0d1e09b25b0
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Sun Jan 9 11:35:04 2022 +0000
IDP-1891 New jetty-base-windows for V4.1.5
https://shibboleth.atlassian.net/browse/IDP-1891
Move to logback 1.2.10 in anticipation of the IdP moving to it
---
pom.xml | 3 +--
src/main/resources/jetty-base/start.d/idp-system.ini | 2 +-
2 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index c8bd9fd..0011458 100644
--- a/pom.xml
+++ b/pom.xml
@@ -18,10 +18,9 @@
<properties>
<slf4j.version>1.7.32</slf4j.version>
- <logback.version>1.2.6</logback.version>
<jetty94-dta-ssl.version>1.0.0</jetty94-dta-ssl.version>
<assemblyDirectory>${project.build.directory}/idp-jetty-base</assemblyDirectory>
- <logback.version>1.2.9</logback.version>
+ <logback.version>1.2.10</logback.version>
</properties>
<repositories>
diff --git a/src/main/resources/jetty-base/start.d/idp-system.ini b/src/main/resources/jetty-base/start.d/idp-system.ini
index 5cf837a..bedc9cd 100644
--- a/src/main/resources/jetty-base/start.d/idp-system.ini
+++ b/src/main/resources/jetty-base/start.d/idp-system.ini
@@ -10,4 +10,4 @@
jetty.sslContext.renegotiationAllowed=false
## Pin logback version
-logback.version=1.2.9
+logback.version=1.2.10
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list