From 0355d909c3e7900b4f8676454239d763945ecd59 Mon Sep 17 00:00:00 2001 From: wk333 <13474090681@163.com> Date: Tue, 15 Feb 2022 16:33:46 +0800 Subject: [PATCH] Rebuild for fix log4j1.x cves (cherry picked from commit 049f9703ffd015a50361e8e861b9981eadfc5eb2) --- hibernate-validator.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/hibernate-validator.spec b/hibernate-validator.spec index 6efbd7d..d5173b6 100644 --- a/hibernate-validator.spec +++ b/hibernate-validator.spec @@ -4,7 +4,7 @@ Name: hibernate-validator Version: 5.2.4 -Release: 5 +Release: 6 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-6 +- Rebuild for fix log4j1.x cves + * Mon Nov 29 2021 lingsheng - 5.2.4-5 - Limit javax.annotation-api version to 1.2 -- Gitee