Skip to content

Commit 724ef3a

Browse files
committed
Bump all build plugins to latest, besides Spotless.
1 parent 5042ae9 commit 724ef3a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

settings.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ pluginManagement {
55
// 5.6.0+ Tried to add format named 'freshmark' of type class @ spotless-freshmark.gradle:55
66
id 'com.diffplug.spotless' version '5.5.1'
77
// https://github.com/diffplug/goomph/blob/main/CHANGES.md
8-
id 'com.diffplug.eclipse.resourcefilters' version '3.27.0'
8+
id 'com.diffplug.eclipse.resourcefilters' version '3.33.2'
99
// https://plugins.gradle.org/plugin/com.gradle.plugin-publish
10-
id 'com.gradle.plugin-publish' version '0.14.0'
10+
id 'com.gradle.plugin-publish' version '0.17.0'
1111
// https://github.com/gradle-nexus/publish-plugin/releases
12-
id 'io.github.gradle-nexus.publish-plugin' version '1.0.0'
12+
id 'io.github.gradle-nexus.publish-plugin' version '1.1.0'
1313
// https://github.com/spotbugs/spotbugs-gradle-plugin/releases
14-
id 'com.github.spotbugs' version '4.7.0'
14+
id 'com.github.spotbugs' version '4.7.8'
1515
// https://github.com/diffplug/spotless-changelog
16-
id 'com.diffplug.spotless-changelog' version '2.1.2'
16+
id 'com.diffplug.spotless-changelog' version '2.2.0'
1717
}
1818
}
1919
plugins {

0 commit comments

Comments
 (0)