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 f81d03778e build(deps): bump org.eclipse.jdt:ecj from 3.45.0 to 3.46.0
(#2592)
f81d03778e is described below
commit f81d03778eaaa39ca3c1ff427479515c90973ca6
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Jun 9 10:51:24 2026 +0200
build(deps): bump org.eclipse.jdt:ecj from 3.45.0 to 3.46.0 (#2592)
Bumps
[org.eclipse.jdt:ecj](https://github.com/eclipse-jdt/eclipse.jdt.core) from
3.45.0 to 3.46.0.
- [Commits](https://github.com/eclipse-jdt/eclipse.jdt.core/commits)
---
updated-dependencies:
- dependency-name: org.eclipse.jdt:ecj
dependency-version: 3.46.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 d6d26668d5..97ee6ae03e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1055,7 +1055,7 @@
<dependency>
<groupId>org.eclipse.jdt</groupId>
<artifactId>ecj</artifactId>
- <version>3.45.0</version>
+ <version>3.46.0</version>
</dependency>
</dependencies>
</plugin>