From a02a4e7a94fca4402e090d821938029afa95475e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 27 Sep 2025 21:09:31 +0000 Subject: [PATCH] Bump org.web3j:core from 4.2.0 to 5.0.1 Bumps [org.web3j:core](https://github.com/LFDT-web3j/web3j) from 4.2.0 to 5.0.1. - [Release notes](https://github.com/LFDT-web3j/web3j/releases) - [Changelog](https://github.com/LFDT-web3j/web3j/blob/main/CHANGELOG.md) - [Commits](https://github.com/LFDT-web3j/web3j/compare/v4.2.0...v5.0.1) --- updated-dependencies: - dependency-name: org.web3j:core dependency-version: 5.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index ae59870..557dacf 100644 --- a/build.gradle +++ b/build.gradle @@ -68,7 +68,7 @@ subprojects { compileOnly 'org.projectlombok:lombok:1.18.6' compile 'commons-beanutils:commons-beanutils:1.9.4' // compile "org.springframework.boot:spring-boot-starter-data-redis:$springBootVersion" - compile 'org.web3j:core:4.2.0' + compile 'org.web3j:core:5.0.1' compile 'wf.bitcoin:bitcoin-rpc-client:1.1.0' // compile 'com.github.EOSEssentials:eos-java-rpc-wrapper:master'