0.1.2 • Published 8 days ago

spring-boot-dependency-checker v0.1.2

Weekly downloads
-
License
GPL-3.0-or-later
Repository
github
Last release
8 days ago

spring-boot-dependency-checker

A small utility that finds manually overridden dependencies in a Maven POM, Gradle file, or SBOM for a Spring Boot application.

Usage

npm install -g spring-boot-dependency-checker

spring-boot-dependency-checker location/to/pom.xml

File typeDependenciesPropertiesAccurate
Maven POM
Gradle - Groovy
SBOM

Maven POM is the most accurate because it's generated from the source file

Gradle - Groovy does not support overwritten properties because those usually come from a separate file

SBOM is accurate until you have dependencies that pull in newer versions than what Spring Boot recommends, which results in false positives

0.1.2

8 days ago

0.1.1

9 days ago

0.1.0

14 days ago

0.0.9

14 days ago

0.0.8

16 days ago

0.0.7

18 days ago

0.0.6

19 days ago

0.0.5

20 days ago

0.0.3

21 days ago

0.0.2

21 days ago

0.0.1

21 days ago