Bump org.eclipse.jdt:ecj from 3.45.0 to 3.46.0 (#20919)

* Bump org.eclipse.jdt:ecj from 3.45.0 to 3.46.0

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] <support@github.com>

* Fixes for ecj 3.46

Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Holger Friedrich <mail@holger-friedrich.de>
This commit is contained in:
dependabot[bot]
2026-06-13 08:44:30 +02:00
committed by GitHub
co-authored by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Holger Friedrich
parent a8604a0916
commit 6e83787d8c
2 changed files with 3 additions and 3 deletions
@@ -53,8 +53,8 @@ import org.openhab.core.util.HexUtils;
public class GenericEEP extends EEP {
final List<Class<? extends State>> supportedStates = Collections
.unmodifiableList(List.of(DateTimeType.class, DecimalType.class, HSBType.class, OnOffType.class,
OpenClosedType.class, PercentType.class, PlayPauseType.class, PointType.class,
.unmodifiableList(List.<Class<? extends State>> of(DateTimeType.class, DecimalType.class, HSBType.class,
OnOffType.class, OpenClosedType.class, PercentType.class, PlayPauseType.class, PointType.class,
RewindFastforwardType.class, StringListType.class, StringType.class, UpDownType.class));
public GenericEEP() {
+1 -1
View File
@@ -333,7 +333,7 @@ Import-Package: \
<dependency>
<groupId>org.eclipse.jdt</groupId>
<artifactId>ecj</artifactId>
<version>3.45.0</version>
<version>3.46.0</version>
</dependency>
</dependencies>
</plugin>