From 9c17917d76bf6296106393ee450a4a59964aa224 Mon Sep 17 00:00:00 2001 From: Excavator Bot <33266368+svc-excavator-bot@users.noreply.github.com> Date: Thu, 12 May 2022 23:40:44 +0100 Subject: [PATCH] Excavator: Upgrades Baseline to the latest version (#520) ###### _excavator_ is a bot for automating changes across repositories. Changes produced by the roomba/latest-baseline-oss check. # Release Notes ## 4.132.0 | Type | Description | Link | | ---- | ----------- | ---- | | Improvement | Safety analysis checks superinterfaces (in addition to superclasses) | https://github.com/palantir/gradle-baseline/pull/2267 | ## 4.133.0 | Type | Description | Link | | ---- | ----------- | ---- | | Fix | More lazily acquire JDK storage locations | https://github.com/palantir/gradle-baseline/pull/2263 | ## 4.134.0 | Type | Description | Link | | ---- | ----------- | ---- | | Fix | Fix concurrency issue in LazilyConfiguredMapping | https://github.com/palantir/gradle-baseline/pull/2268 | 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 1765be21..f800d41a 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.21.0' - classpath 'com.palantir.baseline:gradle-baseline-java:4.131.0' + classpath 'com.palantir.baseline:gradle-baseline-java:4.134.0' classpath 'com.palantir.gradle.conjure:gradle-conjure:5.24.0' classpath 'com.palantir.gradle.consistentversions:gradle-consistent-versions:2.10.0' classpath 'com.palantir.gradle.gitversion:gradle-git-version:0.15.0'