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 b48abc3653 build(deps): bump org.apache.maven:maven-artifact from 3.9.10 to 3.9.11 (#2183) b48abc3653 is described below commit b48abc365338f0684177acc2fd15e9524efb466e Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Wed Jul 16 09:21:41 2025 +0200 build(deps): bump org.apache.maven:maven-artifact from 3.9.10 to 3.9.11 (#2183) Bumps org.apache.maven:maven-artifact from 3.9.10 to 3.9.11. --- updated-dependencies: - dependency-name: org.apache.maven:maven-artifact dependency-version: 3.9.11 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <supp...@github.com> 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 f46e5e507e..2525d78925 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.10</version> + <version>3.9.11</version> </dependency> </dependencies> </plugin>