Skip to content

Commit

Permalink
Bump KETHEREUM_VERSION from 0.85.7 to 0.86.0 (#831)
Browse files Browse the repository at this point in the history
Bumps `KETHEREUM_VERSION` from 0.85.7 to 0.86.0.

Updates `com.github.komputing.kethereum:erc20` from 0.85.7 to 0.86.0
- [Release notes](https://github.com/komputing/KEthereum/releases)
- [Commits](komputing/KEthereum@0.85.7...0.86.0)

Updates `com.github.komputing.kethereum:erc55` from 0.85.7 to 0.86.0
- [Release notes](https://github.com/komputing/KEthereum/releases)
- [Commits](komputing/KEthereum@0.85.7...0.86.0)

Updates `com.github.komputing.kethereum:erc1191` from 0.85.7 to 0.86.0
- [Release notes](https://github.com/komputing/KEthereum/releases)
- [Commits](komputing/KEthereum@0.85.7...0.86.0)

Updates `com.github.komputing.kethereum:model` from 0.85.7 to 0.86.0
- [Release notes](https://github.com/komputing/KEthereum/releases)
- [Commits](komputing/KEthereum@0.85.7...0.86.0)

Updates `com.github.komputing.kethereum:rpc` from 0.85.7 to 0.86.0
- [Release notes](https://github.com/komputing/KEthereum/releases)
- [Commits](komputing/KEthereum@0.85.7...0.86.0)

Updates `com.github.komputing.kethereum:crypto_impl_bouncycastle` from 0.85.7 to 0.86.0
- [Release notes](https://github.com/komputing/KEthereum/releases)
- [Commits](komputing/KEthereum@0.85.7...0.86.0)

---
updated-dependencies:
- dependency-name: com.github.komputing.kethereum:erc20
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: com.github.komputing.kethereum:erc55
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: com.github.komputing.kethereum:erc1191
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: com.github.komputing.kethereum:model
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: com.github.komputing.kethereum:rpc
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: com.github.komputing.kethereum:crypto_impl_bouncycastle
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 24, 2023
1 parent 5b007ba commit cb4b2b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
buildscript {
ext {
KOTLIN_VERSION = "1.9.0"
KETHEREUM_VERSION = "0.85.7"
KETHEREUM_VERSION = "0.86.0"
}

repositories {
Expand Down

0 comments on commit cb4b2b1

Please sign in to comment.