Skip to content

Commit b62e686

Browse files
[WIP] Upgrade Karaf from 4.4.6 to 4.4.7
* Sync runtime dependencies with Karaf 4.4.7, most notably: * BouncyCastle 1.78.1 * Jackson 2.18.2 Signed-off-by: Holger Friedrich <[email protected]>
1 parent 7ac9838 commit b62e686

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

bundles/org.openhab.ui.habot/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
<dependencies>
1515
<dependency>
1616
<groupId>org.bouncycastle</groupId>
17-
<artifactId>bcprov-jdk15on</artifactId>
18-
<version>1.69</version>
17+
<artifactId>bcprov-jdk18on</artifactId>
18+
<version>1.78.1</version>
1919
</dependency>
2020
<dependency>
2121
<groupId>org.apache.opennlp</groupId>

bundles/org.openhab.ui.habot/src/main/feature/feature.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<bundle>mvn:org.openhab.ui.bundles/org.openhab.ui.habot/${project.version}</bundle>
99
<bundle>mvn:org.openhab.core.bundles/org.openhab.core.semantics/${project.version}</bundle>
1010
<bundle>mvn:org.openhab.core.bundles/org.openhab.core.io.rest/${project.version}</bundle>
11-
<bundle dependency="true">mvn:org.bouncycastle/bcprov-jdk15on/1.69</bundle>
11+
<bundle dependency="true">mvn:org.bouncycastle/bcprov-jdk18on/1.78.1</bundle>
1212
<bundle dependency="true">mvn:org.apache.opennlp/opennlp-tools/1.9.3</bundle>
1313
<bundle dependency="true">mvn:org.bitbucket.b_c/jose4j/0.7.9</bundle>
1414
</feature>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@
6767

6868
<bnd.version>7.1.0</bnd.version>
6969
<eea.version>2.4.0</eea.version>
70-
<jackson.version>2.16.0</jackson.version>
71-
<karaf.version>4.4.6</karaf.version>
70+
<jackson.version>2.18.2</jackson.version>
71+
<karaf.version>4.4.7-SNAPSHOT</karaf.version>
7272
<ohc.version>5.0.0-SNAPSHOT</ohc.version>
7373
<sat.version>0.16.0</sat.version>
7474
<spotless.version>2.43.0</spotless.version>

0 commit comments

Comments
 (0)