Skip to content

Commit

Permalink
issues/263 - import patch issues/9 and issues/11 from forked https://…
Browse files Browse the repository at this point in the history
  • Loading branch information
meywood committed Apr 15, 2024
1 parent 949defd commit 09e6634
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 9 deletions.
8 changes: 5 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,11 @@ repositories {
dependencies {
implementation "dev.oak3:sbs4j:${sbs4jVersion}"
implementation "io.github.oak:jsonrpc4j:${jsonrpc4jVersion}"
implementation "com.syntifi.crypto:crypto-key-common:${cryptokeyVersion}"
implementation "com.syntifi.crypto:crypto-key-ed25519:${cryptokeyVersion}"
implementation "com.syntifi.crypto:crypto-key-secp256k1:${cryptokeyVersion}"
// implementation "com.syntifi.crypto:crypto-key-common:${cryptokeyVersion}"
// implementation "com.syntifi.crypto:crypto-key-ed25519:${cryptokeyVersion}"
// implementation "com.syntifi.crypto:crypto-key-secp256k1:${cryptokeyVersion}"
implementation "org.bouncycastle:bcpkix-jdk15on:${bouncyCastleVersion}"
implementation "org.web3j:core:${web3jVersion}"
implementation "com.fasterxml.jackson.core:jackson-core:${jacksonVersion}"
implementation "com.fasterxml.jackson.core:jackson-databind:${jacksonVersion}"
implementation "com.fasterxml.jackson.core:jackson-annotations:${jacksonVersion}"
Expand Down
14 changes: 8 additions & 6 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
sbs4jVersion=0.1.8
bouncyCastleVersion=1.69
commonsIoVersion=2.11.0
cryptokeyVersion=0.4.0
cxfRtRsSseVersion=3.5.5
lombokPluginVersion=6.2.0
jupiterVersion=5.9.0
jsonrpc4jVersion=1.6.1-oak
jacksonVersion=2.13.4
javaTuplesVersion=1.2
jodaTimeVersion=2.11.1
jsonassertVersion=1.5.1
jsonPathAssertVersion=2.7.0
jsonrpc4jVersion=1.6.1-oak
jupiterVersion=5.9.0
mockwebserverVersion=4.10.0
log4jVersion=2.18.0
lombokPluginVersion=6.2.0
sbs4jVersion=0.1.8
slf4jApiVersion=2.0.0
javaTuplesVersion=1.2
jodaTimeVersion=2.11.1
web3jVersion=5.0.0

0 comments on commit 09e6634

Please sign in to comment.