This is an automated email from the ASF dual-hosted git repository.
coheigea pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ws-xmlschema.git
The following commit(s) were added to refs/heads/master by this push:
new 054ee9b2 Bump org.apache.maven.scm:maven-scm-provider-svnexe from
2.0.1 to 2.1.0 (#50)
054ee9b2 is described below
commit 054ee9b2f6bc8945281b4bdd596e2483108f3d94
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Oct 21 06:15:50 2025 +0100
Bump org.apache.maven.scm:maven-scm-provider-svnexe from 2.0.1 to 2.1.0
(#50)
Bumps org.apache.maven.scm:maven-scm-provider-svnexe from 2.0.1 to 2.1.0.
---
updated-dependencies:
- dependency-name: org.apache.maven.scm:maven-scm-provider-svnexe
dependency-type: direct:production
update-type: version-update:semver-minor
...
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 a9e76cf7..480bcce3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -234,7 +234,7 @@
<dependency>
<groupId>org.apache.maven.scm</groupId>
<artifactId>maven-scm-provider-svnexe</artifactId>
- <version>2.0.1</version>
+ <version>2.2.1</version>
</dependency>
</dependencies>
</plugin>