Skip to content

Commit

Permalink
Excavator: Upgrades Baseline to the latest version (#632)
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.189.0
| Type | Description | Link |
| ---- | ----------- | ---- |
| Improvement | Upgrade error_prone to 2.18.0 (from 2.16) | palantir/gradle-baseline#2472 |


## 4.190.0
| Type | Description | Link |
| ---- | ----------- | ---- |
| Feature | Added `DangerousCollapseKeysUsage` error prone check to disallow usage of `collapseKeys()` API of `EntryStream`. | palantir/gradle-baseline#2291 |
| Feature | Prefer common versions of annotations over other copies | palantir/gradle-baseline#2505 |



To enable or disable this check, please contact the maintainers of Excavator.
  • Loading branch information
svc-excavator-bot authored Mar 12, 2023
1 parent 862df99 commit 3fd354d
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 @@ -10,7 +10,7 @@ buildscript {
classpath 'com.palantir.gradle.jdkslatest:gradle-jdks-latest:0.7.0'
classpath 'com.palantir.gradle.externalpublish:gradle-external-publish-plugin:1.12.0'
classpath 'com.gradle.publish:plugin-publish-plugin:1.1.0'
classpath 'com.palantir.baseline:gradle-baseline-java:4.188.0'
classpath 'com.palantir.baseline:gradle-baseline-java:4.190.0'
classpath 'com.palantir.gradle.conjure:gradle-conjure:5.34.0'
classpath 'com.palantir.gradle.consistentversions:gradle-consistent-versions:2.12.0'
classpath 'com.palantir.gradle.gitversion:gradle-git-version:2.0.0'
Expand Down

0 comments on commit 3fd354d

Please sign in to comment.