From ed006fe6202859535241b43c09604919a0ba9252 Mon Sep 17 00:00:00 2001 From: wk333 <13474090681@163.com> Date: Tue, 15 Feb 2022 14:42:37 +0800 Subject: [PATCH] Rebuild for fix log4j1.x cves --- hibernate-validator.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/hibernate-validator.spec b/hibernate-validator.spec index c3758a3..2b645ca 100644 --- a/hibernate-validator.spec +++ b/hibernate-validator.spec @@ -4,7 +4,7 @@ Name: hibernate-validator Version: 5.2.4 -Release: 4 +Release: 5 Summary: Bean Validation 1.1 (JSR 349) Reference Implementation License: ASL 2.0 URL: http://www.hibernate.org/subprojects/validator.html @@ -144,6 +144,9 @@ rm engine/src/main/java/org/hibernate/validator/internal/engine/valuehandling/Ja %license copyright.txt license.txt %changelog +* Mon Feb 14 2022 wangkai - 5.2.4-5 +- Rebuild for fix log4j1.x cves + * Mon Aug 23 2021 houyingchao - 5.2.4-4 - Fix CVE-2019-10219 -- Gitee