Skip to content

Commit

Permalink
Excavator: Upgrade buildscript dependencies (#354)
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-excavator-bot authored Sep 22, 2022
1 parent bf14ba1 commit 876feae
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ buildscript {
}

dependencies {
classpath 'com.palantir.gradle.externalpublish:gradle-external-publish-plugin:1.5.0'
classpath 'com.palantir.gradle.externalpublish:gradle-external-publish-plugin:1.11.0'
classpath 'com.palantir.baseline:gradle-baseline-java:4.175.0'
classpath 'com.palantir.gradle.consistentversions:gradle-consistent-versions:2.1.0'
classpath 'com.palantir.gradle.gitversion:gradle-git-version:0.12.3'
classpath 'com.palantir.javaformat:gradle-palantir-java-format:1.1.0'
classpath 'com.palantir.gradle.consistentversions:gradle-consistent-versions:2.11.0'
classpath 'com.palantir.gradle.gitversion:gradle-git-version:0.15.0'
classpath 'com.palantir.javaformat:gradle-palantir-java-format:2.26.0'
}
}

Expand Down

0 comments on commit 876feae

Please sign in to comment.