This is an automated email from the ASF dual-hosted git repository.
slachiewicz 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 caeb88c0 Bump jaxen:jaxen from 2.0.1 to 2.0.2
caeb88c0 is described below
commit caeb88c032d947390e1c5c42cb5294e3c9962675
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon May 11 06:31:50 2026 +0000
Bump jaxen:jaxen from 2.0.1 to 2.0.2
Bumps [jaxen:jaxen](https://github.com/jaxen-xpath/jaxen) from 2.0.1 to
2.0.2.
- [Release notes](https://github.com/jaxen-xpath/jaxen/releases)
- [Commits](https://github.com/jaxen-xpath/jaxen/compare/v2.0.1...v2.0.2)
---
updated-dependencies:
- dependency-name: jaxen:jaxen
dependency-version: 2.0.2
dependency-type: direct:development
update-type: version-update:semver-patch
...
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 f98f9dec..9f4c93f4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -245,7 +245,7 @@ under the License.
<dependency>
<groupId>jaxen</groupId>
<artifactId>jaxen</artifactId>
- <version>2.0.1</version>
+ <version>2.0.2</version>
<scope>test</scope>
</dependency>
</dependencies>