Skip to content

Commit

Permalink
Update all non-major plugins (reactor#2861)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot authored Jan 3, 2022
1 parent 2e3dab9 commit ad2c825
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
}

Expand Down
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.6.1"
id "com.gradle.enterprise" version "3.8"
}

rootProject.name = 'reactor'
Expand Down

0 comments on commit ad2c825

Please sign in to comment.