Closed intsuc closed 2 years ago
Support to define dependencies by pom.xml so that dependabot can update them.
pom.xml
<dependencies> <dependency> <groupId>...</groupId> <artifactId>...</artifactId> <version>...</version> </dependency> <dependency> <groupId>...</groupId> <artifactId>...</artifactId> <version>...</version> </dependency> ... </dependencies>
Support to define dependencies by
pom.xml
so that dependabot can update them.Minimal
pom.xml