Skip to content

Commit

Permalink
Update all-updates to v1.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Nov 9, 2024
1 parent f444e25 commit 9a83484
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ repositories {
dependencies {
constraints {
implementation("org.springdoc:springdoc-openapi-starter-webmvc-ui:2.6.0")
implementation("org.mapstruct:mapstruct:1.6.2")
annotationProcessor("org.mapstruct:mapstruct-processor:1.6.2")
implementation("org.mapstruct:mapstruct:1.6.3")
annotationProcessor("org.mapstruct:mapstruct-processor:1.6.3")
implementation("io.github.resilience4j:resilience4j-spring-boot3:2.2.0")
}
}
Expand Down

0 comments on commit 9a83484

Please sign in to comment.