Skip to content

Commit

Permalink
Update mapstruct monorepo to v1.6.0 (#497)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Aug 15, 2024
1 parent fdbd531 commit 311a2e2
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 @@ -406,7 +406,7 @@ dependencies {
implementation 'org.zalando:problem-spring-web-starter:0.29.1'
implementation 'org.apache.commons:commons-collections4:4.4'

implementation 'org.mapstruct:mapstruct:1.5.5.Final'
implementation 'org.mapstruct:mapstruct:1.6.0'
implementation 'org.openapitools:jackson-databind-nullable:0.2.6'
implementation group: 'org.apache.xmlbeans', name: 'xmlbeans', version: '5.2.1'

Expand All @@ -423,7 +423,7 @@ dependencies {
implementation project(path: ':context')
implementation 'javax.annotation:javax.annotation-api:1.3.2'

annotationProcessor 'org.mapstruct:mapstruct-processor:1.5.5.Final'
annotationProcessor 'org.mapstruct:mapstruct-processor:1.6.0'

testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine'
testImplementation(platform('org.junit:junit-bom:5.11.0'))
Expand Down

0 comments on commit 311a2e2

Please sign in to comment.