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 54bcc3d5c0 build(deps): bump org.eclipse.jdt:ecj from 3.44.0 to 3.45.0
(#2483)
54bcc3d5c0 is described below
commit 54bcc3d5c0725e7fb6b2dabfc05e67e684cd0b78
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Mar 11 09:24:17 2026 +0100
build(deps): bump org.eclipse.jdt:ecj from 3.44.0 to 3.45.0 (#2483)
Bumps
[org.eclipse.jdt:ecj](https://github.com/eclipse-jdt/eclipse.jdt.core) from
3.44.0 to 3.45.0.
- [Commits](https://github.com/eclipse-jdt/eclipse.jdt.core/commits)
---
updated-dependencies:
- dependency-name: org.eclipse.jdt:ecj
dependency-version: 3.45.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
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 49c39d72ac..0678212517 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1054,7 +1054,7 @@
<dependency>
<groupId>org.eclipse.jdt</groupId>
<artifactId>ecj</artifactId>
- <version>3.44.0</version>
+ <version>3.45.0</version>
</dependency>
</dependencies>
</plugin>