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 bef30a7 Bump org.apache.maven:maven-model from 3.9.13 to 3.9.14 (#211)
bef30a7 is described below
commit bef30a75547957a42bd9bec6771600ec61f90376
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Mar 16 18:24:58 2026 -0400
Bump org.apache.maven:maven-model from 3.9.13 to 3.9.14 (#211)
Bumps org.apache.maven:maven-model from 3.9.13 to 3.9.14.
---
updated-dependencies:
- dependency-name: org.apache.maven:maven-model
dependency-version: 3.9.14
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 9949d69..92fd2cd 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.13</version>
+ <version>3.9.14</version>
<optional>true</optional>
</dependency>
<dependency>