Skip to content

Commit

Permalink
Bump org.mapstruct:mapstruct from 1.5.5.Final to 1.6.2
Browse files Browse the repository at this point in the history
Bumps [org.mapstruct:mapstruct](https://github.com/mapstruct/mapstruct) from 1.5.5.Final to 1.6.2.
- [Release notes](https://github.com/mapstruct/mapstruct/releases)
- [Commits](mapstruct/mapstruct@1.5.5.Final...1.6.2)

---
updated-dependencies:
- dependency-name: org.mapstruct:mapstruct
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 16, 2024
1 parent 582fbd3 commit d4334df
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 @@ -23,9 +23,9 @@ dependencies {
implementation 'com.fasterxml.jackson.core:jackson-databind:2.17.1'
implementation 'org.projectlombok:lombok:1.18.26'
implementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.0'
implementation 'org.mapstruct:mapstruct:1.5.5.Final'
implementation 'org.mapstruct:mapstruct:1.6.2'

annotationProcessor 'org.mapstruct:mapstruct-processor:1.5.5.Final'
annotationProcessor 'org.mapstruct:mapstruct-processor:1.6.2'
annotationProcessor 'org.projectlombok:lombok:1.18.26'

testImplementation 'org.junit.jupiter:junit-jupiter:5.9.1'
Expand Down

0 comments on commit d4334df

Please sign in to comment.