Skip to content

Commit

Permalink
Bump org.zeromq:jeromq from 0.5.3 to 0.5.4
Browse files Browse the repository at this point in the history
Bumps [org.zeromq:jeromq](https://github.com/zeromq/jeromq) from 0.5.3 to 0.5.4.
- [Changelog](https://github.com/zeromq/jeromq/blob/master/CHANGELOG.md)
- [Commits](https://github.com/zeromq/jeromq/commits)

---
updated-dependencies:
- dependency-name: org.zeromq:jeromq
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 26, 2023
1 parent e103b0a commit 505b3c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.3"
implementation "org.zeromq:jeromq:0.5.4"

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.3"
api "org.zeromq:jeromq:0.5.4"

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

0 comments on commit 505b3c0

Please sign in to comment.