eclipse-jgit / jgit

JGit, the Java implementation of git

Home Page:https://www.eclipse.org/jgit/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Keep target platform dependencies up-to-date

merks opened this issue · comments

@msohn

The same question as for EGit arises for JGit:

eclipse-egit/egit#34 (comment)

Never mind...

I.e., is there are purpose to multiple versions of this artifact?

dependency {
groupId = "commons-io"
artifactId = "commons-io"
version = "2.15.1"
}
dependency {
groupId = "commons-logging"
artifactId = "commons-logging"
version = "1.2"
}

updates were submitted