Skip to content

Commit

Permalink
Excavator: Upgrades Baseline to the latest version (#559)
Browse files Browse the repository at this point in the history
###### _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<br><br>Related to https://github.com/google/error-prone/issues/632<br><br>Adds a `DefaultLocale` check that replaces uses of `String.toLowerCase()` and `String.toUpperCase()` with the overloads that take a `Locale`, using `Locale.ROOT`. | palantir/gradle-baseline#2343 |


## 4.153.0
| Type | Description | Link |
| ---- | ----------- | ---- |
| Fix | Set the java launcher for Checkstyle tasks, too | palantir/gradle-baseline#2351 |



To enable or disable this check, please contact the maintainers of Excavator.
  • Loading branch information
svc-excavator-bot authored Aug 8, 2022
1 parent e9bc655 commit 0282598
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 0282598

Please sign in to comment.