From c24a4826ae8e640d1cc60b0a45113ff4304c52c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Aug 2026 19:59:50 +0000 Subject: [PATCH] Bump com.bitpay:bitpay_sdk from 10.3.0 to 10.3.2 Bumps [com.bitpay:bitpay_sdk](https://github.com/bitpay/java-bitpay-client) from 10.3.0 to 10.3.2. - [Release notes](https://github.com/bitpay/java-bitpay-client/releases) - [Commits](https://github.com/bitpay/java-bitpay-client/compare/v10.3.0...v10.3.2) --- updated-dependencies: - dependency-name: com.bitpay:bitpay_sdk dependency-version: 10.3.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index be01a80..37ddb37 100644 --- a/build.gradle +++ b/build.gradle @@ -30,7 +30,7 @@ dependencies { developmentOnly("org.springframework.boot:spring-boot-devtools") compileOnly 'org.projectlombok:lombok:1.18.46' implementation 'com.google.code.gson:gson:2.14.0' - implementation 'com.bitpay:bitpay_sdk:10.3.0' + implementation 'com.bitpay:bitpay_sdk:10.3.2' implementation 'org.liquibase:liquibase-core:5.0.3' implementation 'com.h2database:h2:2.4.240' implementation 'org.springframework:spring-webflux:7.0.8'