From cb4b1b283328969262655d4f8c8dc068771a011e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 13:11:18 +0000 Subject: [PATCH] Bump com.leakyabstractions:result-bom from 1.0.4.0 to 1.1.0.0 Bumps [com.leakyabstractions:result-bom](https://github.com/leakyabstractions/result-bom) from 1.0.4.0 to 1.1.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.0.4.0...1.1.0.0) --- updated-dependencies: - dependency-name: com.leakyabstractions:result-bom dependency-version: 1.1.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 ce257a6..cd77d6a 100644 --- a/build.gradle +++ b/build.gradle @@ -25,7 +25,7 @@ dependencies { implementation 'org.springframework.boot:spring-boot-starter-web' implementation 'org.springframework.cloud:spring-cloud-starter-openfeign' implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:2.8.14' - implementation platform('com.leakyabstractions:result-bom:1.0.4.0') + implementation platform('com.leakyabstractions:result-bom:1.1.0.0') implementation 'com.leakyabstractions:result' implementation 'com.leakyabstractions:result-jackson' implementation 'com.leakyabstractions:result-lazy'