This is an automated email from the ASF dual-hosted git repository.
deki pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cxf-build-utils.git
The following commit(s) were added to refs/heads/master by this push:
new 1b688ec Updating fastinfoset version
1b688ec is described below
commit 1b688ec6bf7ba05af680aae095194c73fda49695
Author: Dennis Kieselhorst <[email protected]>
AuthorDate: Wed Jan 9 20:14:07 2019 +0100
Updating fastinfoset version
---
xml2fastinfoset-plugin/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/xml2fastinfoset-plugin/pom.xml b/xml2fastinfoset-plugin/pom.xml
index 9da982c..be22305 100644
--- a/xml2fastinfoset-plugin/pom.xml
+++ b/xml2fastinfoset-plugin/pom.xml
@@ -85,7 +85,7 @@
<dependency>
<groupId>com.sun.xml.fastinfoset</groupId>
<artifactId>FastInfoset</artifactId>
- <version>1.2.13</version>
+ <version>1.2.16</version>
</dependency>
</dependencies>
</project>