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 Jul 5, 2023
1 parent 6c7685b commit fa91563
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 {
classpath 'com.palantir.jakartapackagealignment:jakarta-package-alignment:0.5.0'
classpath 'com.palantir.gradle.externalpublish:gradle-external-publish-plugin:1.4.0'
classpath 'com.palantir.baseline:gradle-baseline-java:4.59.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:2.13.0'
classpath 'com.palantir.gradle.gitversion:gradle-git-version:3.0.0'
classpath 'org.unbroken-dome.gradle-plugins:gradle-testsets-plugin:4.0.0'
classpath 'com.palantir.gradle.conjure:gradle-conjure:5.39.0'
classpath 'com.palantir.javaformat:gradle-palantir-java-format:2.33.0'
}
}

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

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

0 comments on commit fa91563

Please sign in to comment.