This is an automated email from the ASF dual-hosted git repository.

guangning pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar-manager.git


The following commit(s) were added to refs/heads/master by this push:
     new b46a59a  Updated to fix Log4J security vulnerabilities (#438)
b46a59a is described below

commit b46a59a0d0242a983db1898d46c2f2a4791c720b
Author: Nicholas Nezis <nicholas.ne...@gmail.com>
AuthorDate: Tue Jan 11 00:10:28 2022 -0500

    Updated to fix Log4J security vulnerabilities (#438)
---
 build.gradle | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/build.gradle b/build.gradle
index 26315a8..b629cba 100644
--- a/build.gradle
+++ b/build.gradle
@@ -99,6 +99,8 @@ jar {
     }
 }
 
+ext['log4j2.version'] = '2.17.1'
+
 dependencies {
     compile group: 'org.springframework.boot', name: 'spring-boot-starter', 
version: springBootVersion
     compile group: 'org.springframework.boot', name: 
'spring-boot-starter-web', version: springBootVersion

Reply via email to