Skip to content

Commit d381ffa

Browse files
authored
Update spotless plugin to contain race condition fix (#78062)
5.15.1 contains a fix for our reported race conditition bug raised at diffplug/spotless#941 Fixes #77837
1 parent 1a688b2 commit d381ffa

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
@@ -46,7 +46,7 @@ plugins {
4646
id 'elasticsearch.internal-testclusters'
4747
id 'elasticsearch.run'
4848
id 'elasticsearch.release-tools'
49-
id "com.diffplug.spotless" version "5.15.0" apply false
49+
id "com.diffplug.spotless" version "5.15.1" apply false
5050
}
5151

5252
String licenseCommit

0 commit comments

Comments
 (0)