MVN

io.github.georgberky.maven.plugins.depsupdate : dependency-update-maven-plugin

Maven & Gradle

Oct 19, 2022
26 stars

io.github.georgberky.maven.plugins.depsupdate:dependency-update-maven-plugin · The Dependency Update Maven plugin creates merge requests for dependency updates.

<plugin>
    <groupId>io.github.georgberky.maven.plugins.depsupdate</groupId>
    <artifactId>dependency-update-maven-plugin</artifactId>
    <version>0.9.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.georgberky.maven.plugins.depsupdate : dependency-update-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 0.9.0

All Versions

Choose a version of io.github.georgberky.maven.plugins.depsupdate : dependency-update-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
0.9.x
dependency-update-maven-plugin-0.9.0
0.8.x
dependency-update-maven-plugin-0.8.1
dependency-update-maven-plugin-0.8.0
0.7.x
dependency-update-maven-plugin-0.7.0

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

<plugin>
    <groupId>io.github.georgberky.maven.plugins.depsupdate</groupId>
    <artifactId>dependency-update-maven-plugin</artifactId>
    <version>0.9.0</version>
</plugin>