This is an automated email from the ASF dual-hosted git repository.
sruehl pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x.git
The following commit(s) were added to refs/heads/develop by this push:
new ce31eb15e9 build(deps): bump org.apache.maven:maven-artifact from
3.9.12 to 3.9.13 (#2482)
ce31eb15e9 is described below
commit ce31eb15e9703e2b6416e3c74d177c1e0dfc47be
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Mar 11 09:24:28 2026 +0100
build(deps): bump org.apache.maven:maven-artifact from 3.9.12 to 3.9.13
(#2482)
Bumps org.apache.maven:maven-artifact from 3.9.12 to 3.9.13.
---
updated-dependencies:
- dependency-name: org.apache.maven:maven-artifact
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>
---
plc4j/drivers/all/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/plc4j/drivers/all/pom.xml b/plc4j/drivers/all/pom.xml
index add5641e6c..3963a6f88c 100644
--- a/plc4j/drivers/all/pom.xml
+++ b/plc4j/drivers/all/pom.xml
@@ -68,7 +68,7 @@
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-artifact</artifactId>
- <version>3.9.12</version>
+ <version>3.9.13</version>
</dependency>
</dependencies>
</plugin>