Skip to content

Commit

Permalink
Upgrade transitive dependencies of plugin
Browse files Browse the repository at this point in the history
git-cmd doesn't get regularly released, unfortunately
  • Loading branch information
chadlwilson committed Sep 18, 2022
1 parent 60f9708 commit cae6082
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,12 @@ dependencies {
compileOnly "cd.go.plugin:go-plugin-api:${gocdPluginVersion}"

implementation 'in.ashwanthkumar:git-cmd:2.0'
constraints {
// Control transitive dependency versions from git-cmd
implementation 'org.eclipse.jgit:org.eclipse.jgit:6.3.0.202209071007-r'
implementation 'joda-time:joda-time:2.11.1'
implementation 'commons-io:commons-io:2.6'
}

implementation "com.fasterxml.jackson.core:jackson-databind:${jacksonVersion}"
implementation "com.fasterxml.jackson.core:jackson-annotations:${jacksonVersion}"
Expand Down

0 comments on commit cae6082

Please sign in to comment.