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 3430da0585 build(deps): bump org.eclipse.jdt:ecj from 3.42.0 to 3.43.0 (#2249) 3430da0585 is described below commit 3430da0585869b568ede0259a00faa42497878d8 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Mon Sep 8 10:16:10 2025 +0200 build(deps): bump org.eclipse.jdt:ecj from 3.42.0 to 3.43.0 (#2249) Bumps [org.eclipse.jdt:ecj](https://github.com/eclipse-jdt/eclipse.jdt.core) from 3.42.0 to 3.43.0. - [Commits](https://github.com/eclipse-jdt/eclipse.jdt.core/commits) --- updated-dependencies: - dependency-name: org.eclipse.jdt:ecj dependency-version: 3.43.0 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> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 01df5201be..5cd06431b7 100644 --- a/pom.xml +++ b/pom.xml @@ -1054,7 +1054,7 @@ <dependency> <groupId>org.eclipse.jdt</groupId> <artifactId>ecj</artifactId> - <version>3.42.0</version> + <version>3.43.0</version> </dependency> </dependencies> </plugin>