[java-parent-project] branch maint-11 updated: JPAR-213 - Update to latest slf4j/logback
Scott Cantor
cantor.2 at osu.edu
Fri Nov 4 17:16:27 UTC 2022
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch maint-11
in repository java-parent-project.
View the commit online:
http://git.shibboleth.net/view/?p=java-parent-project.git;a=commit;h=afcc5aa60a4fb44961b87cf40ddebb9401b61532
The following commit(s) were added to refs/heads/maint-11 by this push:
new afcc5aa JPAR-213 - Update to latest slf4j/logback
afcc5aa is described below
commit afcc5aa60a4fb44961b87cf40ddebb9401b61532
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Oct 20 14:09:06 2022 -0400
JPAR-213 - Update to latest slf4j/logback
https://shibboleth.atlassian.net/browse/JPAR-213
2.0.3 and 1.4.4 respectively.
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 6943ffa..2d7753e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -56,13 +56,13 @@
<mockito.version>3.9.0</mockito.version>
<testng.version>7.5</testng.version>
<unboundid.version>4.0.14</unboundid.version>
- <logback.version>1.2.11</logback.version>
<metrics.version>4.2.9</metrics.version>
<rhino.version>1.7.14</rhino.version>
<nashorn.jdk.version>15.3</nashorn.jdk.version> <!-- Test only dependency -->
<rhino.engine.version>1.0.0</rhino.engine.version> <!-- Test only dependency -->
<slf4j.groupId>org.slf4j</slf4j.groupId>
- <slf4j.version>1.7.36</slf4j.version>
+ <slf4j.version>2.0.3</slf4j.version>
+ <logback.version>1.4.4</logback.version>
<spring.groupId>org.springframework</spring.groupId>
<spring.version>5.3.23</spring.version>
<spring-webflow.groupId>org.springframework.webflow</spring-webflow.groupId>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list