Skip to content

Commit

Permalink
Bump dependencies
Browse files Browse the repository at this point in the history
- org.springframework.boot version 3.3.4
- result-bom version 1.0.1.1
  • Loading branch information
guillermocalvo committed Oct 8, 2024
1 parent f4e3b1b commit e7aa2c9
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.4'
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.1')
implementation 'com.leakyabstractions:result'
implementation 'com.leakyabstractions:result-jackson'
implementation 'com.leakyabstractions:result-lazy'
Expand Down

0 comments on commit e7aa2c9

Please sign in to comment.