From 1367fabd71feeb48c15f14ff0d322217ef14ce46 Mon Sep 17 00:00:00 2001 From: wk333 <13474090681@163.com> Date: Tue, 15 Feb 2022 14:47:19 +0800 Subject: [PATCH] Rebuild for fix log4j1.x cves (cherry picked from commit 988b161e3a414c9f091951473b6501c11d844990) --- http-builder.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/http-builder.spec b/http-builder.spec index b41e9c1..3967c5b 100644 --- a/http-builder.spec +++ b/http-builder.spec @@ -1,6 +1,6 @@ Name: http-builder Version: 0.7.2 -Release: 6 +Release: 7 Summary: Easy HTTP client for Groovy License: ASL 2.0 URL: https://github.com/jgritman/httpbuilder @@ -76,5 +76,8 @@ rm src/test/groovy/groovyx/net/http/HttpURLClientTest.groovy %doc LICENSE %changelog +* Mon Feb 14 2022 wangkai - 0.7.2-7 +- Rebuild for fix log4j1.x cves + * Tue Mar 3 2020 likexin - 0.7.2-6 - package init