Skip to content

Commit

Permalink
Revert "fix(deps): update dependency org.apache.maven:maven-model to …
Browse files Browse the repository at this point in the history
…v3.9.4" (#5419)
  • Loading branch information
MartinWitt authored Aug 31, 2023
1 parent c18a84d commit 6177cde
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
<!-- We use this old version for maximum compatibility, as we use the system maven installation for all commands anyways. -->
<groupId>org.apache.maven</groupId>
<artifactId>maven-model</artifactId>
<version>3.9.4</version>
<version>3.6.0</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
Expand Down
1 change: 1 addition & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"digest",
"pinDigest"
],
"ignoreDeps": ["org.apache.maven:maven-model"],
"automerge":true
}
]
Expand Down

0 comments on commit 6177cde

Please sign in to comment.