Skip to content

Commit

Permalink
Merge b69e45e into 4154145
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Apr 24, 2023
2 parents 4154145 + b69e45e commit 244e870
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 244e870

Please sign in to comment.