File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2828 <sortpom-maven-plugin .version>4.0.0</sortpom-maven-plugin .version>
2929 <spotbugs-maven-plugin .version>4.10.3.0</spotbugs-maven-plugin .version>
3030 <spotless-maven-plugin .version>3.9.0</spotless-maven-plugin .version>
31- <versions-maven-plugin .version>2.21.0</versions-maven-plugin .version>
3231 <!-- ==================== dependency versions ======================-->
3332 <logback .version>1.6.1</logback .version>
3433 <lombok .version>1.18.46</lombok .version>
161160 </execution >
162161 </executions >
163162 </plugin >
164- <plugin >
165- <groupId >org.codehaus.mojo</groupId >
166- <artifactId >versions-maven-plugin</artifactId >
167- <version >${versions-maven-plugin.version} </version >
168- <configuration >
169- <allowSnapshots >false</allowSnapshots >
170- <allowMinorUpdates >true</allowMinorUpdates >
171- </configuration >
172- <executions >
173- <execution >
174- <id >display-dependency-updates</id >
175- <goals >
176- <goal >display-dependency-updates</goal >
177- </goals >
178- <phase >validate</phase >
179- </execution >
180- <execution >
181- <id >display-plugin-updates</id >
182- <goals >
183- <goal >display-plugin-updates</goal >
184- </goals >
185- <phase >validate</phase >
186- </execution >
187- </executions >
188- </plugin >
189163 </plugins >
190164 </build >
191165</project >
You can’t perform that action at this time.
0 commit comments