Skip to content

Commit

Permalink
Merge #3342 into 3.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
chemicL committed Feb 6, 2023
2 parents ecb6cd2 + 709797e commit 1e7311b
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 @@ -50,7 +50,7 @@ testNg = "org.testng:testng:7.5" # since 7.6 JDK8 is unsupported, don't bump
throwingFunction = "com.pivovarit:throwing-function:1.5.1"

[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 @@ -59,5 +59,5 @@ japicmp = { id = "me.champeau.gradle.japicmp", version = "0.4.1" }
jcstress = { id = "io.github.reyerizo.gradle.jcstress", version = "0.8.14" }
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 1e7311b

Please sign in to comment.