This is an automated email from the ASF dual-hosted git repository.
ilgrosso pushed a commit to branch 3_0_X
in repository https://gitbox.apache.org/repos/asf/syncope.git
The following commit(s) were added to refs/heads/3_0_X by this push:
new ef8ca35588 Upgrading Woodstox
ef8ca35588 is described below
commit ef8ca355884a25c7e5df1707f001da6945cd42f5
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Tue Feb 27 08:15:09 2024 +0100
Upgrading Woodstox
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 8b6182dbc2..d4a672df33 100644
--- a/pom.xml
+++ b/pom.xml
@@ -705,7 +705,7 @@ under the License.
<dependency>
<groupId>com.fasterxml.woodstox</groupId>
<artifactId>woodstox-core</artifactId>
- <version>6.6.0</version>
+ <version>6.6.1</version>
</dependency>
<dependency>