Skip to content

Commit

Permalink
JeroMQ 0.6.09
Browse files Browse the repository at this point in the history
  • Loading branch information
msgilligan committed Feb 23, 2024
1 parent 9d1ec6b commit 93c5a89
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Released: in-progress
=== Dependency Updates

* Jackson 2.16.0
* JeroMQ 0.6.0
* Micronaut Platform 4.2.0
* Groovy 4.0.16

Expand Down
2 changes: 1 addition & 1 deletion cj-btc-rx-jsonrpc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies {
implementation project(':cj-bitcoinj-util')
implementation project(':cj-btc-jsonrpc')
implementation project(':consensusj-rx-zeromq')
implementation "org.zeromq:jeromq:0.5.4"
implementation "org.zeromq:jeromq:0.6.0"

testImplementation "org.slf4j:slf4j-jdk14:${slf4jVersion}"
}
Expand Down
2 changes: 1 addition & 1 deletion consensusj-rx-zeromq/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ext.moduleName = 'org.consensusj.rx.zeromq'

dependencies {
api "io.reactivex.rxjava3:rxjava:${rxJavaVersion}"
api "org.zeromq:jeromq:0.5.4"
api "org.zeromq:jeromq:0.6.0"

testImplementation "org.slf4j:slf4j-jdk14:${slf4jVersion}"
}
Expand Down

0 comments on commit 93c5a89

Please sign in to comment.