Skip to content

Commit

Permalink
Excavator: Upgrade buildscript dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-excavator-bot committed Jun 3, 2021
1 parent b89877d commit 6e51a99
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@ buildscript {
dependencies {
classpath 'com.palantir.gradle.externalpublish:gradle-external-publish-plugin:1.2.1'
classpath 'com.palantir.baseline:gradle-baseline-java:3.90.0'
classpath 'com.palantir.gradle.consistentversions:gradle-consistent-versions:1.16.0'
classpath 'com.palantir.gradle.gitversion:gradle-git-version:0.12.2'
classpath 'org.unbroken-dome.gradle-plugins:gradle-testsets-plugin:2.2.1'
classpath 'com.palantir.gradle.conjure:gradle-conjure:4.15.0'
classpath 'com.palantir.gradle.consistentversions:gradle-consistent-versions:1.28.0'
classpath 'com.palantir.gradle.gitversion:gradle-git-version:0.12.3'
classpath 'org.unbroken-dome.gradle-plugins:gradle-testsets-plugin:4.0.0'
classpath 'com.palantir.gradle.conjure:gradle-conjure:5.7.0'
classpath 'com.palantir.javaformat:gradle-palantir-java-format:1.1.0'
}
}

plugins {
id 'com.palantir.git-version' version '0.12.2'
id 'com.palantir.git-version' version '0.12.3'
}

apply plugin: 'com.palantir.external-publish'
Expand Down

0 comments on commit 6e51a99

Please sign in to comment.