Skip to content

Commit

Permalink
Bump dependencies
Browse files Browse the repository at this point in the history
- spring-boot to version 3.3.1
- spring-dependency-management to version 1.1.6
- springdoc-openapi-starter-webmvc-ui to version 2.6.0
  • Loading branch information
guillermocalvo committed Jul 17, 2024
1 parent 9f538b7 commit 2aa5d63
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
id 'java'
id 'org.springframework.boot' version '3.3.0'
id 'io.spring.dependency-management' version '1.1.5'
id 'org.springframework.boot' version '3.3.1'
id 'io.spring.dependency-management' version '1.1.6'
}

group = 'com.leakyabstractions'
Expand All @@ -24,7 +24,7 @@ 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.5.0'
implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:2.6.0'
implementation platform('com.leakyabstractions:result-bom:0.3.4.1')
implementation 'com.leakyabstractions:result'
implementation 'com.leakyabstractions:result-jackson'
Expand Down

0 comments on commit 2aa5d63

Please sign in to comment.