This is an automated email from the ASF dual-hosted git repository.
ilgrosso pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/syncope.git
The following commit(s) were added to refs/heads/master by this push:
new e770b5a23f Upgrading Woodstox
e770b5a23f is described below
commit e770b5a23f453daf00224252e5291d318743cb15
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 23f923e191..cab731ee48 100644
--- a/pom.xml
+++ b/pom.xml
@@ -644,7 +644,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>