Skip to content

bmarwell/dependency-update-maven-plugin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dependency Update Maven Plugin

MavenBuild codecov

The Dependency Update Maven Plugin analyzes the dependencies of your Maven project.

If a more recent version of a dependency is found, the plugin will

  • create a new branch
  • update the dependency version in the POM
  • commit and push the change
  • create a merge request

Features

  • supports Public Key, Username Password and Token-Based Authentication

Quickstart

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

Goals

update

Update Mojo

About

A Maven plugin that creates merge requests for dependency updates.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Kotlin 97.0%
  • Shell 3.0%