This is an automated email from the ASF dual-hosted git repository.
heneveld pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/brooklyn-server.git
The following commit(s) were added to refs/heads/master by this push:
new b1f63f9 bump cxf to 3.4.1, fix security vuln and standardize http
components version
b1f63f9 is described below
commit b1f63f91ab8182882537be6bf342dcf6340f072e
Author: Alex Heneveld <[email protected]>
AuthorDate: Tue Jan 4 13:09:43 2022 +0000
bump cxf to 3.4.1, fix security vuln and standardize http components version
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index b908eaf..86abc89 100644
--- a/pom.xml
+++ b/pom.xml
@@ -127,7 +127,7 @@
<jakarta.activation.version>1.2.2</jakarta.activation.version>
<!-- double-check downstream projects before changing jackson version
-->
<fasterxml.jackson.version>2.11.3</fasterxml.jackson.version>
- <cxf.version>3.4.0</cxf.version>
+ <cxf.version>3.4.1</cxf.version>
<httpcomponents.httpclient.version>4.5.13</httpcomponents.httpclient.version>
<!-- To match cxf-http-async -->
<httpcomponents.httpcore.version>4.4.14</httpcomponents.httpcore.version> <!--
To match cxf -->
<!-- @deprecated since 0.11 -->