[knx] Upgrade Calimero library to release 2.5. (#11759)

- Upstream update of base library for KNX access from v2.4 to v2.5.
- Adapt AbstractKNXClient to new interface and replace calls of deprecated
  methods.
Fixes #6849.

Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
This commit is contained in:
Holger Friedrich
2021-12-12 12:55:09 +01:00
committed by GitHub
parent e9ac2be397
commit 4a58a5158c
2 changed files with 9 additions and 8 deletions

View File

@@ -22,7 +22,7 @@
<dependency>
<groupId>com.github.calimero</groupId>
<artifactId>calimero-core</artifactId>
<version>2.4</version>
<version>2.5</version>
<scope>compile</scope>
<exclusions>
<exclusion>
@@ -34,7 +34,7 @@
<dependency>
<groupId>com.github.calimero</groupId>
<artifactId>calimero-device</artifactId>
<version>2.4</version>
<version>2.5</version>
<scope>compile</scope>
<exclusions>
<exclusion>
@@ -46,7 +46,7 @@
<dependency>
<groupId>com.github.calimero</groupId>
<artifactId>calimero-rxtx</artifactId>
<version>2.4</version>
<version>2.5</version>
<scope>compile</scope>
<exclusions>
<exclusion>