[java-idp-jetty-base] branch 11 updated: Update logback version.
Scott Cantor
cantor.2 at osu.edu
Thu Oct 20 18:19:23 UTC 2022
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch 11
in repository java-idp-jetty-base.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-jetty-base.git;a=commit;h=789c91971656e2e619443d752c8757b0c22aaa5f
The following commit(s) were added to refs/heads/11 by this push:
new 789c919 Update logback version.
789c919 is described below
commit 789c91971656e2e619443d752c8757b0c22aaa5f
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Oct 20 14:19:19 2022 -0400
Update logback version.
---
.gitignore | 1 +
pom.xml | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/.gitignore b/.gitignore
index 55222fa..0056eeb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -21,3 +21,4 @@
.settings
.classpath
.project
+/bin/
diff --git a/pom.xml b/pom.xml
index 5a4b2f9..92643cc 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.3.0-alpha13</logback.version>
+ <logback.version>1.4.4</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