Skip to content

Commit

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

Updates `org.mapstruct:mapstruct-processor` from 1.3.1.Final to 1.5.5.Final
- [Release notes](https://github.com/mapstruct/mapstruct/releases)
- [Commits](mapstruct/mapstruct@1.3.1.Final...1.5.5.Final)

Updates `org.mapstruct:mapstruct` from 1.3.1.Final to 1.5.5.Final
- [Release notes](https://github.com/mapstruct/mapstruct/releases)
- [Commits](mapstruct/mapstruct@1.3.1.Final...1.5.5.Final)

---
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 Aug 18, 2023
1 parent 5ebbd5c commit ea247ad
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 @@ -34,7 +34,7 @@ println "Platform is: ${javafxPlatform}"

dependencies {
def springBootVersion = "2.5.14"
def mapStructVersion = "1.3.1.Final"
def mapStructVersion = "1.5.5.Final"
def commonsVersion = "9a877cee8c77ea89f35995c326702c173036e048"

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

0 comments on commit ea247ad

Please sign in to comment.