This is an automated email from the ASF dual-hosted git repository.
joewitt pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git
The following commit(s) were added to refs/heads/main by this push:
new 7aadb0f NIFI-9566 This closes #5657. Upgraded Logback from 1.2.9 to
1.2.10
7aadb0f is described below
commit 7aadb0f0fd124f716d59187fc3fbe4e4e23c7920
Author: exceptionfactory <[email protected]>
AuthorDate: Thu Jan 13 10:18:55 2022 -0600
NIFI-9566 This closes #5657. Upgraded Logback from 1.2.9 to 1.2.10
Signed-off-by: Joe Witt <[email protected]>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 7f7c447..f4413b7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -114,7 +114,7 @@
<gcs.version>2.1.5</gcs.version>
<aspectj.version>1.9.6</aspectj.version>
<jersey.version>2.33</jersey.version>
- <logback.version>1.2.9</logback.version>
+ <logback.version>1.2.10</logback.version>
<mockito.version>3.11.2</mockito.version>
<netty.3.version>3.10.6.Final</netty.3.version>
<netty.4.version>4.1.72.Final</netty.4.version>