@@ -6,9 +6,9 @@ baselinePerfExtra = "3.4.8"
6
6
7
7
# Other shared versions
8
8
asciidoctor = " 3.3.2"
9
- bytebuddy = " 1.12.14 "
9
+ bytebuddy = " 1.12.17 "
10
10
jmh = " 1.35"
11
- junit = " 5.9.0 "
11
+ junit = " 5.9.1 "
12
12
# note that some micrometer artifacts like context-propagation has a different version directly set in libraries below
13
13
micrometer = " 1.10.0-SNAPSHOT" # was -M6
14
14
reactiveStreams = " 1.0.4"
@@ -41,24 +41,24 @@ micrometer-docsGenerator-metrics = { module = "io.micrometer:micrometer-docs-gen
41
41
micrometer-observation-test = { module = " io.micrometer:micrometer-observation-test" }
42
42
micrometer-tracing-test = " io.micrometer:micrometer-tracing-integration-test:1.0.0-SNAPSHOT" # was -M8
43
43
micrometer-test = { module = " io.micrometer:micrometer-test" }
44
- mockito = " org.mockito:mockito-core:4.7 .0"
44
+ mockito = " org.mockito:mockito-core:4.8 .0"
45
45
reactiveStreams = { module = " org.reactivestreams:reactive-streams" , version.ref = " reactiveStreams" }
46
46
reactiveStreams-tck = { module = " org.reactivestreams:reactive-streams-tck" , version.ref = " reactiveStreams" }
47
47
reactor-perfBaseline-core = { module = " io.projectreactor:reactor-core" , version.ref = " baselinePerfCore" }
48
48
reactor-perfBaseline-extra = { module = " io.projectreactor.addons:reactor-extra" , version.ref = " baselinePerfExtra" }
49
49
slf4j = " org.slf4j:slf4j-api:1.7.36"
50
- testNg = " org.testng:testng:7.5"
50
+ testNg = " org.testng:testng:7.5" # since 7.6 JDK8 is unsupported, don't bump
51
51
throwingFunction = " com.pivovarit:throwing-function:1.5.1"
52
52
53
53
[plugins ]
54
- artifactory = { id = " com.jfrog.artifactory" , version = " 4.29.0 " }
54
+ artifactory = { id = " com.jfrog.artifactory" , version = " 4.29.1 " }
55
55
asciidoctor-convert = { id = " org.asciidoctor.jvm.convert" , version.ref = " asciidoctor" }
56
56
asciidoctor-pdf = { id = " org.asciidoctor.jvm.pdf" , version.ref = " asciidoctor" }
57
57
bnd = { id = " biz.aQute.bnd.builder" , version = " 6.3.1" }
58
- download = { id = " de.undercouch.download" , version = " 5.1.2 " }
58
+ download = { id = " de.undercouch.download" , version = " 5.2.1 " }
59
59
japicmp = { id = " me.champeau.gradle.japicmp" , version = " 0.4.1" }
60
- jcstress = { id = " io.github.reyerizo.gradle.jcstress" , version = " 0.8.13 " }
60
+ jcstress = { id = " io.github.reyerizo.gradle.jcstress" , version = " 0.8.14 " }
61
61
nohttp = { id = " io.spring.nohttp" , version = " 0.0.10" }
62
62
shadow = { id = " com.github.johnrengelman.shadow" , version = " 7.1.2" }
63
- spotless = { id = " com.diffplug.spotless" , version = " 6.10 .0" }
63
+ spotless = { id = " com.diffplug.spotless" , version = " 6.11 .0" }
64
64
testsets = { id = " org.unbroken-dome.test-sets" , version = " 4.0.0" }
0 commit comments