File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change 57
57
<detekt .version>1.22.0</detekt .version>
58
58
<dokka .version>1.8.10</dokka .version>
59
59
<jacoco .version>0.8.8</jacoco .version>
60
- <maven-plugin-tools .version>3.8.1</maven-plugin-tools .version>
60
+ <!-- Don't upgrade before checking compatibility with `kotlin-maven-plugin-tools`.
61
+ See also `renovate.json`.
62
+ See https://github.com/saveourtool/diktat/issues/1632 for details. -->
63
+ <maven-plugin-tools .version>3.6.4</maven-plugin-tools .version>
61
64
<jbool .version>1.24</jbool .version>
62
65
<!-- downgraded to be compliance with ktlint -->
63
66
<mu-logging .version>2.1.23</mu-logging .version>
Original file line number Diff line number Diff line change 63
63
],
64
64
"allowedVersions" : " <= 0.47.0"
65
65
},
66
+ {
67
+ "managers" : [" maven" ],
68
+ "matchPackageNames" : [
69
+ " org.apache.maven.plugins:maven-plugin-plugin"
70
+ ],
71
+ "allowedVersions" : " < 3.7.0"
72
+ },
73
+ {
74
+ "managers" : [" maven" ],
75
+ "matchPackageNames" : [
76
+ " org.apache.maven.plugin-tools:maven-plugin-annotations"
77
+ ],
78
+ "allowedVersions" : " < 3.7.0"
79
+ },
66
80
{
67
81
"managers" : [" gradle" ],
68
82
"matchPackagePatterns" : [
You can’t perform that action at this time.
0 commit comments