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 c6578da28b build(deps): bump org.apache.maven:maven-artifact from
3.9.14 to 3.9.15 (#2528)
c6578da28b is described below
commit c6578da28b947a1fbcfe1f2c3fd0568dff541440
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Apr 20 12:55:02 2026 +0200
build(deps): bump org.apache.maven:maven-artifact from 3.9.14 to 3.9.15
(#2528)
Bumps org.apache.maven:maven-artifact from 3.9.14 to 3.9.15.
---
updated-dependencies:
- dependency-name: org.apache.maven:maven-artifact
dependency-version: 3.9.15
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 36330e2df9..9c002132eb 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.14</version>
+ <version>3.9.15</version>
</dependency>
</dependencies>
</plugin>