[java-idp-plugin-jetty] 73/186: Bump Logback to 1.2.9

Rod Widdowson rdw at steadingsoftware.com
Thu Jul 24 15:57:04 UTC 2025


This is an automated email from the git hooks/post-receive script.

rdw pushed a commit to branch dev/foo
in repository java-idp-plugin-jetty.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-jetty.git;a=commit;h=b19df1a2ff0421287cdf8a3ae74356d2c9fb5259

commit b19df1a2ff0421287cdf8a3ae74356d2c9fb5259
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Tue Dec 21 10:40:10 2021 -0600

    Bump Logback to 1.2.9
    
    Unlock parent and remove logback and SLF4J overrides
---
 pom.xml | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index cfcfafb..6e4be37 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth</groupId>
         <artifactId>parent</artifactId>
-        <version>11.2.0</version>
+        <version>11.2.2-SNAPSHOT</version>
     </parent>
 
     <name>idp-jetty-base</name>
@@ -17,8 +17,6 @@
     <version>9.4.1-SNAPSHOT</version>
 
     <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>
     </properties>

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list