From 07eea33a10968c524bfd3e4187ce1422e61fef0d Mon Sep 17 00:00:00 2001 From: Excavator Bot <33266368+svc-excavator-bot@users.noreply.github.com> Date: Tue, 15 Mar 2022 16:32:28 +0000 Subject: [PATCH] Excavator: Upgrades Baseline to the latest version (#449) ###### _excavator_ is a bot for automating changes across repositories. Changes produced by the roomba/latest-baseline-oss check. # Release Notes ## 4.75.0 | Type | Description | Link | | ---- | ----------- | ---- | | Improvement | Finalize java-versions extension values on read to prevent changes due to interactions from other plugins | https://github.com/palantir/gradle-baseline/pull/2107 | | Improvement | baseline-java-versions uses library presets for projects using shadow-jar to prevent resolution/mutation ordering failures | https://github.com/palantir/gradle-baseline/pull/2108 | To enable or disable this check, please contact the maintainers of Excavator. --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 8a6c8729..8311194b 100644 --- a/build.gradle +++ b/build.gradle @@ -7,7 +7,7 @@ buildscript { dependencies { classpath 'com.palantir.gradle.externalpublish:gradle-external-publish-plugin:1.11.0' classpath 'com.gradle.publish:plugin-publish-plugin:0.20.0' - classpath 'com.palantir.baseline:gradle-baseline-java:4.74.0' + classpath 'com.palantir.baseline:gradle-baseline-java:4.75.0' classpath 'com.palantir.gradle.conjure:gradle-conjure:5.20.0' classpath 'com.palantir.gradle.consistentversions:gradle-consistent-versions:2.8.0' classpath 'com.palantir.gradle.gitversion:gradle-git-version:0.13.0'