Skip to content

Commit ae7d45e

Browse files
Excavator: Upgrades Baseline to the latest version (#403)
###### _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.
1 parent 8e0841b commit ae7d45e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ buildscript {
77
dependencies {
88
classpath 'com.palantir.gradle.externalpublish:gradle-external-publish-plugin:1.6.0'
99
classpath 'com.gradle.publish:plugin-publish-plugin:0.19.0'
10-
classpath 'com.palantir.baseline:gradle-baseline-java:4.56.0'
10+
classpath 'com.palantir.baseline:gradle-baseline-java:4.57.0'
1111
classpath 'com.palantir.gradle.conjure:gradle-conjure:5.19.0'
1212
classpath 'com.palantir.gradle.consistentversions:gradle-consistent-versions:2.5.0'
1313
classpath 'com.palantir.gradle.gitversion:gradle-git-version:0.12.3'

0 commit comments

Comments
 (0)