From f92011dbdeda65de7fe3149f7bd87242a02ea85c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20Basl=C3=A9?= Date: Fri, 6 May 2022 09:48:03 +0200 Subject: [PATCH] Upgrade download, gradle enterprise, spotless, byteBuddy (#3034) This commit upgrades the following dependencies: - plugin download to v5.1.0 (supersedes and fixes #3018) - plugin gradleEnterprise to v3.10 (supersedes and fixes #3023) - plugin spotless to v6.5.2 (supersedes and fixes #3032) - dependency byteBuddy to v1.12.10 (supersedes and fixes #3033) --- gradle/libs.versions.toml | 6 +++--- settings.gradle | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 1fc86bcd42..e566caa033 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -6,7 +6,7 @@ baselinePerfExtra = "3.4.8" # Other shared versions asciidoctor = "3.3.2" -bytebuddy = "1.12.9" +bytebuddy = "1.12.10" jmh = "1.35" junit = "5.8.2" kotlin = "1.5.32" @@ -43,11 +43,11 @@ artifactory = { id = "com.jfrog.artifactory", version = "4.28.2" } 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.2.0" } -download = { id = "de.undercouch.download", version = "5.0.4" } +download = { id = "de.undercouch.download", version = "5.1.0" } japicmp = { id = "me.champeau.gradle.japicmp", version = "0.4.0" } jcstress = { id = "io.github.reyerizo.gradle.jcstress", version = "0.8.13" } 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.5.0" } +spotless = { id = "com.diffplug.spotless", version = "6.5.2" } testsets = { id = "org.unbroken-dome.test-sets", version = "4.0.0" } diff --git a/settings.gradle b/settings.gradle index 6ade4c3df6..d412cae900 100644 --- a/settings.gradle +++ b/settings.gradle @@ -14,7 +14,7 @@ * limitations under the License. */ plugins { - id "com.gradle.enterprise" version "3.9" + id "com.gradle.enterprise" version "3.10" } rootProject.name = 'reactor'