Skip to content

Commit

Permalink
Bump dependencies
Browse files Browse the repository at this point in the history
- org.springframework.boot version 3.3.5
- result-bom version 1.0.1.2
  • Loading branch information
guillermocalvo committed Nov 4, 2024
1 parent 9cda978 commit 840e819
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id 'java'
id 'org.springframework.boot' version '3.3.3'
id 'org.springframework.boot' version '3.3.5'
id 'io.spring.dependency-management' version '1.1.6'
}

Expand All @@ -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.6.0'
implementation platform('com.leakyabstractions:result-bom:1.0.0.0')
implementation platform('com.leakyabstractions:result-bom:1.0.1.2')
implementation 'com.leakyabstractions:result'
implementation 'com.leakyabstractions:result-jackson'
implementation 'com.leakyabstractions:result-lazy'
Expand Down

0 comments on commit 840e819

Please sign in to comment.