Skip to content

Commit 133e690

Browse files
committed
Revert dependencies for openHAB compatibility
1 parent d35f45f commit 133e690

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<description>eBUS core library - This library handles the communication with heating engineering via the BUS specification. This protocol is used by many heating manufacturers in Europe.</description>
88
<groupId>de.cs-dev.ebus</groupId>
99
<artifactId>ebus-core</artifactId>
10-
<version>1.1.13</version>
10+
<version>1.1.14</version>
1111
<url>https://github.com/csowada/ebus</url>
1212
<packaging>bundle</packaging>
1313

@@ -314,14 +314,14 @@
314314
<dependency>
315315
<groupId>org.slf4j</groupId>
316316
<artifactId>slf4j-api</artifactId>
317-
<version>1.7.36</version>
317+
<version>1.7.32</version>
318318
<scope>provided</scope>
319319
</dependency>
320320

321321
<dependency>
322322
<groupId>org.apache.commons</groupId>
323323
<artifactId>commons-lang3</artifactId>
324-
<version>3.14.0</version>
324+
<version>3.12.0</version>
325325
<scope>provided</scope>
326326
</dependency>
327327

@@ -344,7 +344,7 @@
344344
<dependency>
345345
<groupId>com.google.code.gson</groupId>
346346
<artifactId>gson</artifactId>
347-
<version>2.10.1</version>
347+
<version>2.9.1</version>
348348
<scope>provided</scope>
349349
</dependency>
350350

0 commit comments

Comments
 (0)