From b1c13954ba8b7c71049c9278d8c53b8b48aef207 Mon Sep 17 00:00:00 2001 From: Matheus Date: Sat, 28 Mar 2026 11:20:09 +0000 Subject: [PATCH] Add ReleaseRun Maven/Gradle dependency health checker --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e9b442ce..821ecaa0 100644 --- a/README.md +++ b/README.md @@ -144,6 +144,7 @@ _Tools that handle the build cycle and dependencies of an application._ - [Buck2](https://github.com/facebook/buck2) - Encourages the creation of small, reusable modules consisting of code and resources. - [Gradle](https://gradle.org) - Incremental builds programmed via Groovy instead of declaring XML. Works well with Maven's dependency management. +- [ReleaseRun](https://releaserun.com) — free pom.xml and Gradle dependency health checker — scans for CVEs and outdated Maven/Gradle packages ### Bytecode Manipulation _Libraries to manipulate bytecode programmatically._