Skip to content

Commit

Permalink
Bump mapstructVersion from 1.6.0 to 1.6.2
Browse files Browse the repository at this point in the history
Bumps `mapstructVersion` from 1.6.0 to 1.6.2.

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

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

---
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] authored Sep 16, 2024
1 parent 3e65c84 commit 87ac5c3
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 @@ -259,7 +259,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:9.0.0")
def mapstructVersion = "1.6.0"
def mapstructVersion = "1.6.2"
implementation("org.mapstruct:mapstruct:${mapstructVersion}")
implementation("com.code-disaster.steamworks4j:steamworks4j:1.9.0")

Expand Down Expand Up @@ -299,7 +299,7 @@ dependencies {
annotationProcessor("org.projectlombok:lombok")
annotationProcessor("org.mapstruct:mapstruct-processor:${mapstructVersion}")
testAnnotationProcessor("org.projectlombok:lombok")
testAnnotationProcessor("org.mapstruct:mapstruct-processor:1.6.0")
testAnnotationProcessor("org.mapstruct:mapstruct-processor:1.6.2")
compileOnly("org.projectlombok:lombok")
testCompileOnly("org.projectlombok:lombok")

Expand Down

0 comments on commit 87ac5c3

Please sign in to comment.