Skip to content

Commit

Permalink
Bump mapstructVersion from 1.5.4.Final to 1.5.5.Final (#2963)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Apr 29, 2023
1 parent a4a58ac commit d602d99
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 @@ -308,7 +308,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 @@ -345,7 +345,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 d602d99

Please sign in to comment.