This is an automated email from the ASF dual-hosted git repository.
veithen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git
The following commit(s) were added to refs/heads/master by this push:
new 98d913527c Bump com.fasterxml.woodstox:woodstox-core from 7.0.0 to
7.1.0
98d913527c is described below
commit 98d913527cb8a8b6321ac85ac325c599d55d83b7
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sat Oct 26 18:09:08 2024 +0000
Bump com.fasterxml.woodstox:woodstox-core from 7.0.0 to 7.1.0
Bumps
[com.fasterxml.woodstox:woodstox-core](https://github.com/FasterXML/woodstox)
from 7.0.0 to 7.1.0.
-
[Commits](https://github.com/FasterXML/woodstox/compare/woodstox-core-7.0.0...woodstox-core-7.1.0)
---
updated-dependencies:
- dependency-name: com.fasterxml.woodstox:woodstox-core
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index e06a8b6c68..4bb9e7cd58 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1014,7 +1014,7 @@
<dependency>
<groupId>com.fasterxml.woodstox</groupId>
<artifactId>woodstox-core</artifactId>
- <version>7.0.0</version>
+ <version>7.1.0</version>
</dependency>
<!-- Jetty is used by some of the unit tests -->