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-build-tools.git
The following commit(s) were added to refs/heads/develop by this push: new 79f3b6e chore(deps): bump org.apache.commons:commons-lang3 from 3.14.0 to 3.17.0 (#127) 79f3b6e is described below commit 79f3b6e1a84c330ab8f18619f6b6ec03dafd5aba Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Wed Sep 3 09:24:50 2025 +0200 chore(deps): bump org.apache.commons:commons-lang3 from 3.14.0 to 3.17.0 (#127) Bumps org.apache.commons:commons-lang3 from 3.14.0 to 3.17.0. --- updated-dependencies: - dependency-name: org.apache.commons:commons-lang3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <supp...@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- code-generation/plc4x-maven-plugin/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code-generation/plc4x-maven-plugin/pom.xml b/code-generation/plc4x-maven-plugin/pom.xml index 54adc1e..f51fb87 100644 --- a/code-generation/plc4x-maven-plugin/pom.xml +++ b/code-generation/plc4x-maven-plugin/pom.xml @@ -61,7 +61,7 @@ <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> - <version>3.14.0</version> + <version>3.17.0</version> </dependency> <dependency>