From 0282598770226aa1bd263d30114a711e5bfbfb29 Mon Sep 17 00:00:00 2001 From: Excavator Bot <33266368+svc-excavator-bot@users.noreply.github.com> Date: Mon, 8 Aug 2022 14:33:22 +0100 Subject: [PATCH] Excavator: Upgrades Baseline to the latest version (#559) ###### _excavator_ is a bot for automating changes across repositories. Changes produced by the roomba/latest-baseline-oss check. # Release Notes ## 4.152.0 | Type | Description | Link | | ---- | ----------- | ---- | | Feature | Add DefaultLocale check

Related to https://github.com/google/error-prone/issues/632

Adds a `DefaultLocale` check that replaces uses of `String.toLowerCase()` and `String.toUpperCase()` with the overloads that take a `Locale`, using `Locale.ROOT`. | https://github.com/palantir/gradle-baseline/pull/2343 | ## 4.153.0 | Type | Description | Link | | ---- | ----------- | ---- | | Fix | Set the java launcher for Checkstyle tasks, too | https://github.com/palantir/gradle-baseline/pull/2351 | 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 0af618e7..fbd4e589 100644 --- a/build.gradle +++ b/build.gradle @@ -9,7 +9,7 @@ buildscript { classpath 'com.palantir.gradle.jdkslatest:gradle-jdks-latest:0.2.0' classpath 'com.palantir.gradle.externalpublish:gradle-external-publish-plugin:1.11.0' classpath 'com.gradle.publish:plugin-publish-plugin:1.0.0' - classpath 'com.palantir.baseline:gradle-baseline-java:4.151.0' + classpath 'com.palantir.baseline:gradle-baseline-java:4.153.0' classpath 'com.palantir.gradle.conjure:gradle-conjure:5.30.0' classpath 'com.palantir.gradle.consistentversions:gradle-consistent-versions:2.11.0' classpath 'com.palantir.gradle.gitversion:gradle-git-version:0.15.0'