This is an automated email from the ASF dual-hosted git repository.
reta pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cxf-build-utils.git
The following commit(s) were added to refs/heads/main by this push:
new 506a3d5 Bump org.apache.maven:maven-model from 3.9.12 to 3.9.13 (#208)
506a3d5 is described below
commit 506a3d5a905d0aa6aee2b6446741dcc45d884694
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Mar 9 19:06:12 2026 -0400
Bump org.apache.maven:maven-model from 3.9.12 to 3.9.13 (#208)
Bumps org.apache.maven:maven-model from 3.9.12 to 3.9.13.
---
updated-dependencies:
- dependency-name: org.apache.maven:maven-model
dependency-version: 3.9.13
dependency-type: direct:production
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>
---
buildtools/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/buildtools/pom.xml b/buildtools/pom.xml
index 8313134..34bda79 100644
--- a/buildtools/pom.xml
+++ b/buildtools/pom.xml
@@ -56,7 +56,7 @@
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-model</artifactId>
- <version>3.9.12</version>
+ <version>3.9.13</version>
<optional>true</optional>
</dependency>
<dependency>