This is an automated email from the ASF dual-hosted git repository.
Bukama pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-assembly-plugin.git
The following commit(s) were added to refs/heads/master by this push:
new 79907740 Bump jaxen:jaxen from 2.0.2 to 2.0.3 (#1314)
79907740 is described below
commit 79907740124afdb2ffe6965e471ce6e0045a34c0
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue May 19 06:46:03 2026 +0200
Bump jaxen:jaxen from 2.0.2 to 2.0.3 (#1314)
Bumps [jaxen:jaxen](https://github.com/jaxen-xpath/jaxen) from 2.0.2 to
2.0.3.
- [Release notes](https://github.com/jaxen-xpath/jaxen/releases)
- [Commits](https://github.com/jaxen-xpath/jaxen/compare/v2.0.2...v2.0.3)
---
updated-dependencies:
- dependency-name: jaxen:jaxen
dependency-version: 2.0.3
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index b9aaa561..898f86b6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -245,7 +245,7 @@ under the License.
<dependency>
<groupId>jaxen</groupId>
<artifactId>jaxen</artifactId>
- <version>2.0.2</version>
+ <version>2.0.3</version>
<scope>test</scope>
</dependency>
</dependencies>