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 b7c3c45 Bump org.apache.maven:maven-model from 3.9.9 to 3.9.10 (#161)
b7c3c45 is described below
commit b7c3c455264e6b235682fd916fd73db1d6684ccf
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Jun 5 19:44:28 2025 -0400
Bump org.apache.maven:maven-model from 3.9.9 to 3.9.10 (#161)
Bumps org.apache.maven:maven-model from 3.9.9 to 3.9.10.
---
updated-dependencies:
- dependency-name: org.apache.maven:maven-model
dependency-version: 3.9.10
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 2cd769a..1102b45 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.9</version>
+ <version>3.9.10</version>
<optional>true</optional>
</dependency>
<dependency>