From ad2c8254ed21674f6d0bb7863c60fc2380842d82 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 3 Jan 2022 11:03:55 +0100 Subject: [PATCH] Update all non-major plugins (#2861) Co-authored-by: Renovate Bot --- build.gradle | 8 ++++---- settings.gradle | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/build.gradle b/build.gradle index 016fc61dde..345f4361fa 100644 --- a/build.gradle +++ b/build.gradle @@ -26,13 +26,13 @@ buildscript { } dependencies { classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:${kotlinVersion}" - classpath "org.jfrog.buildinfo:build-info-extractor-gradle:4.24.18" //applied in individual submodules + classpath "org.jfrog.buildinfo:build-info-extractor-gradle:4.25.5" //applied in individual submodules } } plugins { - id "com.github.johnrengelman.shadow" version "7.0.0" + id "com.github.johnrengelman.shadow" version "7.1.2" id 'org.asciidoctor.jvm.convert' version '3.3.2' apply false id 'org.asciidoctor.jvm.pdf' version '3.3.2' apply false id "me.champeau.gradle.japicmp" version "0.3.0" @@ -41,8 +41,8 @@ plugins { // note: build scan plugin now must be applied in settings.gradle // plugin portal is now outdated due to bintray sunset, at least for artifactory gradle plugin id 'biz.aQute.bnd.builder' version '5.3.0' apply false - id 'io.spring.nohttp' version '0.0.9' - id "io.github.reyerizo.gradle.jcstress" version "0.8.11" apply false + id 'io.spring.nohttp' version '0.0.10' + id "io.github.reyerizo.gradle.jcstress" version "0.8.13" apply false id "com.diffplug.spotless" version "6.1.0" } diff --git a/settings.gradle b/settings.gradle index c6ec1fccbc..2fbf2caa43 100644 --- a/settings.gradle +++ b/settings.gradle @@ -14,7 +14,7 @@ * limitations under the License. */ plugins { - id "com.gradle.enterprise" version "3.6.1" + id "com.gradle.enterprise" version "3.8" } rootProject.name = 'reactor'