[java-idp-jetty-base] branch 10-windows updated: IDP-2236 Update Jetty base for windows installer to Jetty 10/11.0.20
Rod Widdowson
rdw at steadingsoftware.com
Sun Mar 17 13:24:58 UTC 2024
This is an automated email from the git hooks/post-receive script.
rdw pushed a commit to branch 10-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=acabd455aec44d010f4bf4b1d6d8e86969f5cf1c
The following commit(s) were added to refs/heads/10-windows by this push:
new acabd45 IDP-2236 Update Jetty base for windows installer to Jetty 10/11.0.20
acabd45 is described below
commit acabd455aec44d010f4bf4b1d6d8e86969f5cf1c
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Sun Mar 17 13:23:40 2024 +0000
IDP-2236 Update Jetty base for windows installer to Jetty 10/11.0.20
https://shibboleth.atlassian.net/browse/IDP-2236
jetty 10.-.20 changes (version, logback and slf4j)
---
pom.xml | 6 +++---
src/main/resources/jetty-base/start.d/idp-system.ini | 4 ++--
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/pom.xml b/pom.xml
index b5ee2bc..f39c8c6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -14,12 +14,12 @@
<groupId>net.shibboleth.idp</groupId>
<artifactId>idp-jetty-base</artifactId>
<packaging>pom</packaging>
- <version>10.0.19-WINDOWS-SNAPSHOT</version>
+ <version>10.0.20-WINDOWS-SNAPSHOT</version>
<properties>
<assemblyDirectory>${project.build.directory}/idp-jetty-base</assemblyDirectory>
- <logback.version>1.3.11</logback.version>
- <slf4j.version>2.0.5</slf4j.version>
+ <logback.version>1.3.14</logback.version>
+ <slf4j.version>2.0.9</slf4j.version>
<maven-dist-enforcer-data.version>1.0.14</maven-dist-enforcer-data.version>
</properties>
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 634cf5d..3f11917 100644
--- a/src/main/resources/jetty-base/start.d/idp-system.ini
+++ b/src/main/resources/jetty-base/start.d/idp-system.ini
@@ -13,8 +13,8 @@ jetty.ssl.port=443
jetty.http.port=80
jetty.http.host=localhost
-logback.version=1.3.11
-slf4j.version=2.0.5
+logback.version=1.3.14
+slf4j.version=2.0.9
## Route request logging through standard logging API
etc/jetty-requestlog.xml
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list