Skip to content

Commit

Permalink
Bump mapStructVersion from 1.5.5.Final to 1.6.2
Browse files Browse the repository at this point in the history
Bumps `mapStructVersion` from 1.5.5.Final to 1.6.2.

Updates `org.mapstruct:mapstruct-processor` 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)

Updates `org.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-processor
  dependency-type: direct:production
  update-type: version-update:semver-minor
- 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 17, 2024
1 parent f0af206 commit ac1ff74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ println "Platform is: ${javafxPlatform}"

dependencies {
def springBootVersion = "3.3.2"
def mapStructVersion = "1.5.5.Final"
def mapStructVersion = "1.6.2"
def commonsVersion = "763f32222acf0011c6b8b36dac9e0462eb433745"

annotationProcessor(platform("org.springframework.boot:spring-boot-dependencies:${springBootVersion}"))
Expand Down

0 comments on commit ac1ff74

Please sign in to comment.