Skip to content

Commit

Permalink
Excavator: Upgrades Baseline to the latest version (#403)
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.57.0
| Type | Description | Link |
| ---- | ----------- | ---- |
| Improvement | Upon missing jupiter on classpath, suggest putting it on runtime rather than implementation to avoid making checkUnusedDependenciesTest fail in return. | palantir/gradle-baseline#2021 |
| Fix | Refine FilterOutputStreamSlowMultibyteWrite findings<br><br>Avoid warning FilterOutputStreamSlowMultibyteWrite when intermediate<br>type overrides both single and multibyte write methods. | palantir/gradle-baseline#2031 |
| Improvement | Ban AfterburnerModule to reduce JDK-17 risk | palantir/gradle-baseline#2032 |



To enable or disable this check, please contact the maintainers of Excavator.
  • Loading branch information
svc-excavator-bot authored Jan 12, 2022
1 parent 8e0841b commit ae7d45e
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 @@ -7,7 +7,7 @@ buildscript {
dependencies {
classpath 'com.palantir.gradle.externalpublish:gradle-external-publish-plugin:1.6.0'
classpath 'com.gradle.publish:plugin-publish-plugin:0.19.0'
classpath 'com.palantir.baseline:gradle-baseline-java:4.56.0'
classpath 'com.palantir.baseline:gradle-baseline-java:4.57.0'
classpath 'com.palantir.gradle.conjure:gradle-conjure:5.19.0'
classpath 'com.palantir.gradle.consistentversions:gradle-consistent-versions:2.5.0'
classpath 'com.palantir.gradle.gitversion:gradle-git-version:0.12.3'
Expand Down

0 comments on commit ae7d45e

Please sign in to comment.