[bluetooth.generic] Upgrade to latest gatt parser library (#16209)

Signed-off-by: Kai Kreuzer <kai@openhab.org>
This commit is contained in:
Kai Kreuzer 2024-01-04 23:52:44 +01:00 committed by GitHub
parent 099dc692c8
commit 40d484b89f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,7 +24,7 @@
<dependency> <dependency>
<groupId>org.openhab</groupId> <groupId>org.openhab</groupId>
<artifactId>bluetooth-gatt-parser</artifactId> <artifactId>bluetooth-gatt-parser</artifactId>
<version>2.0.0</version> <version>2.1.0</version>
<scope>compile</scope> <scope>compile</scope>
</dependency> </dependency>
<dependency> <dependency>