Skip to content

Commit

Permalink
Reverted mapstruct update, ignoring in dependabot
Browse files Browse the repository at this point in the history
Mapstruct should only be updated if necessary, for example due to a missing/buggy feature mandatory for this SPI impl.
  • Loading branch information
S1artie committed Sep 16, 2024
1 parent 6207cb3 commit 9e76f51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ updates:
ignore:
- dependency-name: "*"
update-types: [ "version-update:semver-major" ]
- dependency-name: "org.mapstruct:*"
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>

<mapstruct.version>1.6.2</mapstruct.version>
<mapstruct.version>1.6.0</mapstruct.version>
<slf4j.version>2.0.16</slf4j.version>
<protobuf.version>3.25.4</protobuf.version>
<grpc.version>1.65.0</grpc.version>
Expand Down

0 comments on commit 9e76f51

Please sign in to comment.