ben-manes/gradle-versions-plugin

Gradle plugin to discover dependency updates

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 5 minutes ago
Type:Plugin / ExtensionCategory(s):Build Systems & Package ManagersDeveloper Tools
Added to GitGenius on September 16th, 2026
Created on December 2nd, 2012
Open Issues & Pull Requests: 55 (+0)
GitHub issues: Enabled
Number of forks: 204
Total Stargazers: 4,087 (+0)
Total Subscribers: 45 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 1.3 hours
Mean response time: 93.8 days
90th percentile: 20.9 hours
Tracked items: 106

Most active contributors

Sign in to see contributor activity.

How this project is maintained

Practically every issue opened in the past year has drawn a reply. 98% of issues opened in the past year have since been closed. Three people close 92% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 4
New in 7 days: 8
Closed in 7 days: 13
Avg open age: 911 days
Stale 30+ days: 3
Stale 90+ days: 2

Recent activity

Opened in 7 days: 7
Closed in 7 days: 12
Comments in 7 days: 13
Events in 7 days: 24

Top labels

  • enhancement (2)

Detailed Description

gradle-versions-plugin is a Gradle plugin that discovers available updates for project dependencies.

The plugin addresses the problem of tracking which dependencies in a Gradle project have newer versions available. It scans the declared dependencies and queries repositories to identify updates, presenting the results in a format that helps developers decide which upgrades to apply. The tool integrates directly into the Gradle build system, making dependency update discovery part of the standard build workflow.

Teams managing projects with many dependencies benefit most from this plugin, particularly those seeking to keep their dependency tree current without manually checking each library's release history. It suits any Gradle-based project where staying informed about available updates is part of the maintenance routine. The plugin is especially valuable for projects that want to automate the discovery phase of dependency management, even if the actual upgrade decisions remain manual.

The project shows consistent maintenance with regular updates addressing both new Gradle versions and evolving repository ecosystems. Development activity demonstrates responsiveness to issues and pull requests, with fixes and enhancements applied steadily over time. The codebase remains actively refined to handle edge cases and improve compatibility across different Gradle versions and repository configurations.