Skip to content

Commit c5de8fc

Browse files
Upgrade jbbp to 3.0.1
* Upgrade jbbp from 1.4.1 to 3.0.1, changelog: https://github.com/raydac/java-binary-block-parser?tab=readme-ov-fie#change-log Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
1 parent 9c27b89 commit c5de8fc

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

bom/compile/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@
141141
<dependency>
142142
<groupId>com.igormaznitsa</groupId>
143143
<artifactId>jbbp</artifactId>
144-
<version>1.4.1</version>
144+
<version>3.0.1</version>
145145
<scope>compile</scope>
146146
</dependency>
147147

bom/runtime/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -470,7 +470,7 @@
470470
<dependency>
471471
<groupId>com.igormaznitsa</groupId>
472472
<artifactId>jbbp</artifactId>
473-
<version>1.4.1</version>
473+
<version>3.0.1</version>
474474
<scope>compile</scope>
475475
</dependency>
476476

features/karaf/openhab-tp/src/main/feature/feature.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,8 @@
135135
</feature>
136136

137137
<feature name="openhab.tp-jbbp" description="Java Binary Block Parser library" version="${project.version}">
138-
<capability>openhab.tp;feature=jbbp;version=1.4.1</capability>
139-
<bundle dependency="true">mvn:org.openhab.osgiify/com.igormaznitsa.jbbp/1.4.1</bundle>
138+
<capability>openhab.tp;feature=jbbp;version=3.0.1</capability>
139+
<bundle dependency="true">mvn:org.openhab.osgiify/com.igormaznitsa.jbbp/3.0.1</bundle>
140140
</feature>
141141

142142
<feature name="openhab.tp-netty" description="Netty bundles" version="${project.version}">

0 commit comments

Comments
 (0)