Skip to content

Commit

Permalink
Upgrade gradle plugins (#3342)
Browse files Browse the repository at this point in the history
- core.gradle.enterprise 3.11.2 -> 3.12.3 (supersedes and closes #3291)
- com.diffplug.spotless 6.11.0 -> 6.13.0 (supersedes and closes #3298)
- com.jfrog.artifactory 4.29.2 -> 4.31.0 (supersedes and closes #3290)
  • Loading branch information
chemicL committed Mar 7, 2023
1 parent 76c3f0a commit 71f1af3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ reactor-perfBaseline-core = { module = "io.projectreactor:reactor-core", version
reactor-perfBaseline-extra = { module = "io.projectreactor.addons:reactor-extra", version.ref = "baselinePerfExtra" }

[plugins]
artifactory = { id = "com.jfrog.artifactory", version = "4.29.2" }
artifactory = { id = "com.jfrog.artifactory", version = "4.31.0" }
asciidoctor-convert = { id = "org.asciidoctor.jvm.convert", version.ref = "asciidoctor" }
asciidoctor-pdf = { id = "org.asciidoctor.jvm.pdf", version.ref = "asciidoctor" }
bnd = { id = "biz.aQute.bnd.builder", version = "6.3.1" }
Expand All @@ -37,5 +37,5 @@ jcstress = { id = "io.github.reyerizo.gradle.jcstress", version = "0.8.14" }
kotlin = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
nohttp = { id = "io.spring.nohttp", version = "0.0.10" }
shadow = { id = "com.github.johnrengelman.shadow", version = "7.1.2" }
spotless = { id = "com.diffplug.spotless", version = "6.11.0" }
spotless = { id = "com.diffplug.spotless", version = "6.13.0" }
testsets = { id = "org.unbroken-dome.test-sets", version = "4.0.0" }
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/
plugins {
id "com.gradle.enterprise" version "3.11.2"
id "com.gradle.enterprise" version "3.12.3"
}

rootProject.name = 'reactor'
Expand Down

0 comments on commit 71f1af3

Please sign in to comment.