From 6e3b24b7ad10cbdedb280e97f7c011d256059e5a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 13:23:03 +0000 Subject: [PATCH] Bump com.leakyabstractions:result-bom from 1.2.0.1 to 1.3.0.0 Bumps [com.leakyabstractions:result-bom](https://github.com/leakyabstractions/result-bom) from 1.2.0.1 to 1.3.0.0. - [Release notes](https://github.com/leakyabstractions/result-bom/releases) - [Changelog](https://github.com/LeakyAbstractions/result-bom/blob/main/CHANGELOG.md) - [Commits](https://github.com/leakyabstractions/result-bom/compare/1.2.0.1...1.3.0.0) --- updated-dependencies: - dependency-name: com.leakyabstractions:result-bom dependency-version: 1.3.0.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index ec79892..1b1ba09 100644 --- a/build.gradle +++ b/build.gradle @@ -27,7 +27,7 @@ dependencies { implementation 'org.springframework.boot:spring-boot-starter-webmvc' implementation 'org.springframework.cloud:spring-cloud-starter-openfeign' implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:3.0.3' - implementation platform('com.leakyabstractions:result-bom:1.2.0.1') + implementation platform('com.leakyabstractions:result-bom:1.3.0.0') implementation 'com.leakyabstractions:result' implementation 'com.leakyabstractions:result-jackson3' implementation 'com.leakyabstractions:result-lazy'