Skip to content

Commit

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

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

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Apr 24, 2023
1 parent 4154145 commit b69e45e
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 @@ -329,7 +329,7 @@ dependencies {
implementation("io.github.micheljung:fxstage:0.8.3")
implementation("io.github.micheljung:jfx-waitomo-theme:0.3.0")
implementation("org.kitteh.irc:client-lib:8.0.0")
def mapstructVersion = "1.5.4.Final"
def mapstructVersion = "1.5.5.Final"
implementation("org.mapstruct:mapstruct:${mapstructVersion}")
implementation("com.code-disaster.steamworks4j:steamworks4j:1.9.0")

Expand Down Expand Up @@ -366,7 +366,7 @@ dependencies {
annotationProcessor("org.projectlombok:lombok")
annotationProcessor("org.mapstruct:mapstruct-processor:${mapstructVersion}")
testAnnotationProcessor("org.projectlombok:lombok")
testAnnotationProcessor("org.mapstruct:mapstruct-processor:1.5.4.Final")
testAnnotationProcessor("org.mapstruct:mapstruct-processor:1.5.5.Final")
compileOnly("org.projectlombok:lombok")
testCompileOnly("org.projectlombok:lombok")

Expand Down

0 comments on commit b69e45e

Please sign in to comment.