Skip to content

Commit

Permalink
[WIP] Upgrade Karaf from 4.4.6 to 4.4.7
Browse files Browse the repository at this point in the history
* Sync runtime dependencies with Karaf 4.4.7, most notably:
   * BouncyCastle 1.78.1
   * Jackson 2.17.2

Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
  • Loading branch information
holgerfriedrich committed Oct 6, 2024
1 parent 6c46b79 commit 2a00641
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions bundles/org.openhab.ui.habot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
<dependencies>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk15on</artifactId>
<version>1.69</version>
<artifactId>bcprov-jdk18on</artifactId>
<version>1.78.1</version>
</dependency>
<dependency>
<groupId>org.apache.opennlp</groupId>
Expand Down
2 changes: 1 addition & 1 deletion bundles/org.openhab.ui.habot/src/main/feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<bundle>mvn:org.openhab.ui.bundles/org.openhab.ui.habot/${project.version}</bundle>
<bundle>mvn:org.openhab.core.bundles/org.openhab.core.semantics/${project.version}</bundle>
<bundle>mvn:org.openhab.core.bundles/org.openhab.core.io.rest/${project.version}</bundle>
<bundle dependency="true">mvn:org.bouncycastle/bcprov-jdk15on/1.69</bundle>
<bundle dependency="true">mvn:org.bouncycastle/bcprov-jdk18on/1.78.1</bundle>
<bundle dependency="true">mvn:org.apache.opennlp/opennlp-tools/1.9.3</bundle>
<bundle dependency="true">mvn:org.bitbucket.b_c/jose4j/0.7.9</bundle>
</feature>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@

<bnd.version>7.0.0</bnd.version>
<eea.version>2.3.0</eea.version>
<jackson.version>2.16.0</jackson.version>
<karaf.version>4.4.6</karaf.version>
<jackson.version>2.17.2</jackson.version>
<karaf.version>4.4.7-SNAPSHOT</karaf.version>
<ohc.version>4.3.0-SNAPSHOT</ohc.version>
<sat.version>0.16.0</sat.version>
<spotless.version>2.43.0</spotless.version>
Expand Down

0 comments on commit 2a00641

Please sign in to comment.