Outdated Dependency
data class OutdatedDependency(val groupId: String, val artifactId: String, val currentVersion: String, val latestVersion: String, val ecosystem: Ecosystem = Ecosystem.MAVEN, val sourceLocation: DependencySourceLocation? = null)