Skip to content

Commit

Permalink
Bump dependencies
Browse files Browse the repository at this point in the history
- assertj version 3.27.2
- springdoc-openapi-starter-webmvc-ui version 2.8.3
  • Loading branch information
guillermocalvo committed Jan 17, 2025
1 parent f8aa331 commit c614834
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
Expand Up @@ -25,14 +25,14 @@ ext {
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.7.0'
implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:2.8.3'
implementation platform('com.leakyabstractions:result-bom:1.0.2.0')
implementation 'com.leakyabstractions:result'
implementation 'com.leakyabstractions:result-jackson'
implementation 'com.leakyabstractions:result-lazy'
testImplementation 'org.springframework.boot:spring-boot-starter-test'
testImplementation 'com.leakyabstractions:result-assertj'
testImplementation 'org.assertj:assertj-core:3.27.0'
testImplementation 'org.assertj:assertj-core:3.27.2'
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
}

Expand Down

0 comments on commit c614834

Please sign in to comment.