Skip to content

Commit

Permalink
Excavator: Upgrade buildscript dependencies (#1961)
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-excavator-bot authored Aug 29, 2023
1 parent d9eeb61 commit 73e7acf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@ buildscript {
classpath 'com.palantir.baseline:gradle-baseline-java:5.19.0'
classpath 'com.palantir.gradle.gitversion:gradle-git-version:3.0.0'
classpath 'gradle.plugin.org.inferred:gradle-processors:3.7.0'
classpath 'com.palantir.metricschema:gradle-metric-schema:0.20.0'
classpath 'com.palantir.gradle.conjure:gradle-conjure:5.39.0'
classpath 'com.palantir.metricschema:gradle-metric-schema:0.23.0'
classpath 'com.palantir.gradle.conjure:gradle-conjure:5.41.0'
classpath 'org.unbroken-dome.gradle-plugins:gradle-testsets-plugin:4.0.0'
}
}

plugins {
id 'com.palantir.consistent-versions' version '2.12.0'
id 'com.palantir.consistent-versions' version '2.15.0'
}

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

0 comments on commit 73e7acf

Please sign in to comment.