Skip to content

Commit 37f8e46

Browse files
build(deps): update lightning-kmp to v1.9.0
1 parent 8da62e6 commit 37f8e46

File tree

4 files changed

+47
-4
lines changed

4 files changed

+47
-4
lines changed

changelog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88

99
## Breaking
1010
- upgrade: update java from v17 to v21
11+
- upgrade: update lightning-kmp from v1.8.4 to v1.9.0
12+
- upgrade: update bitcoin-kmp from v0.20.0 to v0.22.1
13+
- upgrade: update secp256k1-kmp from v0.15.0 to v0.17.1
1114

1215
## [0.15.0] - 2024-04-01
1316

examples/ln-playground-example-application/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description = 'lightning playground example application package'
55
dependencies {
66
implementation "fr.acinq.secp256k1:secp256k1-kmp-jni-jvm:${acinqSecp256k1KmpVersion}"
77
implementation "fr.acinq.bitcoin:bitcoin-kmp-jvm:${acinqBitcoinKmpVersion}"
8-
implementation "fr.acinq.lightning:lightning-kmp-jvm:${acinqLightningKmpVersion}"
8+
implementation "fr.acinq.lightning:lightning-kmp-core-jvm:${acinqLightningKmpVersion}"
99

1010
implementation "com.google.protobuf:protobuf-java-util:${protobufVersion}"
1111

gradle/verification-metadata.xml

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -324,6 +324,8 @@
324324
<trusting group="org.apache.commons"/>
325325
</trusted-key>
326326
<trusted-key id="B801E2F8EF035068EC1139CC29579F18FA8FD93B" group="com.google.j2objc" name="j2objc-annotations"/>
327+
<trusted-key id="BAE5C184E3B70CB15617700598FE03A974CE0A0B" group="org.jetbrains.kotlin"/>
328+
327329
<trusted-key id="BC87A3FD0A54480F0BADBEBD21939FF0CA2A6567">
328330
<trusting group="commons-codec"/>
329331
<trusting group="org.apache.commons"/>
@@ -7530,5 +7532,43 @@
75307532
<sha256 value="8f10ffd8df0d3e9819c8cc8402709c6b248bc53a954ef6e45470d9ae3a5735fb" origin="Generated by Gradle because artifact wasn't signed" reason="Artifact is not signed"/>
75317533
</artifact>
75327534
</component>
7535+
<component group="co.touchlab" name="kermit" version="2.0.5">
7536+
<artifact name="kermit-2.0.5.module">
7537+
<sha256 value="ff3fa5fb74d648574494066feae976e51a4070a966f3542c45848868f53e4ecf" origin="Generated manually" reason="A key couldn't be downloaded"/>
7538+
</artifact>
7539+
<artifact name="kermit-2.0.5.pom">
7540+
<sha256 value="2784eaf59c1200b1bb8cdac120ca1245405c0cb14ce0c766d22f16ca1554ceb0" origin="Generated manually" reason="A key couldn't be downloaded"/>
7541+
</artifact>
7542+
</component>
7543+
<component group="co.touchlab" name="kermit-core" version="2.0.5">
7544+
<artifact name="kermit-core-2.0.5.module">
7545+
<sha256 value="222cd74f6a9bb70cd61d5584047fd78abf1601e2a00fedbfc71b4da147b33f5e" origin="Generated manually" reason="A key couldn't be downloaded"/>
7546+
</artifact>
7547+
<artifact name="kermit-core-2.0.5.pom">
7548+
<sha256 value="f5f7ea429fafa2e081d0ac414194dc55680883ad7609a8aa90995bf225585a2e" origin="Generated manually" reason="A key couldn't be downloaded"/>
7549+
</artifact>
7550+
</component>
7551+
<component group="co.touchlab" name="kermit-core-jvm" version="2.0.5">
7552+
<artifact name="kermit-core-jvm-2.0.5.jar">
7553+
<sha256 value="64768e6d09600a6916b08cb3ca4c93c85d6e051deb3cca15c7121b3eaf34f40e" origin="Generated manually" reason="A key couldn't be downloaded"/>
7554+
</artifact>
7555+
<artifact name="kermit-core-jvm-2.0.5.module">
7556+
<sha256 value="1f6a25f09781dc0aeebd7b66002572ebbce609f43a0f1196c215aacb90d36d07" origin="Generated manually" reason="A key couldn't be downloaded"/>
7557+
</artifact>
7558+
<artifact name="kermit-core-jvm-2.0.5.pom">
7559+
<sha256 value="7b50a56a9ccf61514ad6c729a6e4513accee0bed7f1cbd0c53d0885ee8bd38fe" origin="Generated manually" reason="A key couldn't be downloaded"/>
7560+
</artifact>
7561+
</component>
7562+
<component group="co.touchlab" name="kermit-jvm" version="2.0.5">
7563+
<artifact name="kermit-jvm-2.0.5.jar">
7564+
<sha256 value="8c595b6ba0567b1ce5a6e199dbf1ee004c8fad658e28fac6c62dcad3f7446f18" origin="Generated manually" reason="A key couldn't be downloaded"/>
7565+
</artifact>
7566+
<artifact name="kermit-jvm-2.0.5.module">
7567+
<sha256 value="d2f2f229203837d743d51c7c4c90f88d55c9d3ce07ea63e5d2c542f9368abcdc" origin="Generated manually" reason="A key couldn't be downloaded"/>
7568+
</artifact>
7569+
<artifact name="kermit-jvm-2.0.5.pom">
7570+
<sha256 value="6440a0df5d5dd3060b5259025ef1a8953b1991788865a411ed83d983b061e3d9" origin="Generated manually" reason="A key couldn't be downloaded"/>
7571+
</artifact>
7572+
</component>
75337573
</components>
75347574
</verification-metadata>

versions.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ ext {
1818
bytebuddyPluginVersion = '1.15.3' // keep in sync with `jmoleculesBomVersion`
1919
jacksonDatatypeMoneyVersion = '1.2.2'
2020
zxingVersion = '3.5.3'
21-
acinqSecp256k1KmpVersion = '0.15.0'
22-
acinqBitcoinKmpVersion = '0.20.0' // keep in sync with `acinqSecp256k1KmpVersion`
23-
acinqLightningKmpVersion = '1.8.4' // keep in sync with `acinqBitcoinKmpVersion`
21+
acinqSecp256k1KmpVersion = '0.17.1'
22+
acinqBitcoinKmpVersion = '0.22.1' // keep in sync with `acinqSecp256k1KmpVersion`
23+
acinqLightningKmpVersion = '1.9.0' // keep in sync with `acinqBitcoinKmpVersion`
2424
sqliteVersion = '3.48.0.0'
2525
hibernateCommunityDialectsVersion = '6.6.5.Final'
2626
lombokVersion = '1.18.30'

0 commit comments

Comments
 (0)