Skip to content

Commit a95abd5

Browse files
authored
Merge pull request #41 from csowada/develop
Prepare Release 1.1.13
2 parents 603d33c + d35f45f commit a95abd5

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file.
33

44
## Unreleased
55

6+
## [1.1.13] - 2025-01-31
7+
### Changed
8+
- Update project dependencies to openHAB 4.x versions
9+
610
## [1.1.12] - 2025-01-29
711
### Changed
812
- Update project dependencies

pom.xml

Lines changed: 3 additions & 3 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.12</version>
10+
<version>1.1.13</version>
1111
<url>https://github.com/csowada/ebus</url>
1212
<packaging>bundle</packaging>
1313

@@ -321,7 +321,7 @@
321321
<dependency>
322322
<groupId>org.apache.commons</groupId>
323323
<artifactId>commons-lang3</artifactId>
324-
<version>3.17.0</version>
324+
<version>3.14.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.11.0</version>
347+
<version>2.10.1</version>
348348
<scope>provided</scope>
349349
</dependency>
350350

0 commit comments

Comments
 (0)