Skip to content

Commit 9fb36a5

Browse files
committed
Upgrade to Reactor 2022.0.19
Includes AspectJ 1.9.22.1, Mockito 5.12, plugin alignment with 6.1.x Closes gh-32787
1 parent 4caf6bc commit 9fb36a5

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

Diff for: build.gradle

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ plugins {
33
id 'io.freefair.aspectj' version '8.0.1' apply false
44
// kotlinVersion is managed in gradle.properties
55
id 'org.jetbrains.kotlin.plugin.serialization' version "${kotlinVersion}" apply false
6-
id 'org.jetbrains.dokka' version '1.8.10'
6+
id 'org.jetbrains.dokka' version '1.8.20'
77
id 'org.unbroken-dome.xjc' version '2.0.0' apply false
8-
id 'com.github.ben-manes.versions' version '0.49.0'
8+
id 'com.github.ben-manes.versions' version '0.51.0'
99
id 'com.github.johnrengelman.shadow' version '8.1.1' apply false
1010
id 'de.undercouch.download' version '5.4.0'
11-
id 'me.champeau.jmh' version '0.7.1' apply false
11+
id 'me.champeau.jmh' version '0.7.2' apply false
1212
}
1313

1414
ext {

Diff for: framework-platform/framework-platform.gradle

+5-5
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ dependencies {
1111
api(platform("io.micrometer:micrometer-bom:1.10.13"))
1212
api(platform("io.netty:netty-bom:4.1.109.Final"))
1313
api(platform("io.netty:netty5-bom:5.0.0.Alpha5"))
14-
api(platform("io.projectreactor:reactor-bom:2022.0.18"))
14+
api(platform("io.projectreactor:reactor-bom:2022.0.19"))
1515
api(platform("io.rsocket:rsocket-bom:1.1.3"))
1616
api(platform("org.apache.groovy:groovy-bom:4.0.21"))
1717
api(platform("org.apache.logging.log4j:log4j-bom:2.21.1"))
1818
api(platform("org.eclipse.jetty:jetty-bom:11.0.20"))
1919
api(platform("org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.6.4"))
2020
api(platform("org.jetbrains.kotlinx:kotlinx-serialization-bom:1.4.0"))
2121
api(platform("org.junit:junit-bom:5.9.3"))
22-
api(platform("org.mockito:mockito-bom:5.11.0"))
22+
api(platform("org.mockito:mockito-bom:5.12.0"))
2323

2424
constraints {
2525
api("com.fasterxml:aalto-xml:1.3.2")
@@ -103,9 +103,9 @@ dependencies {
103103
api("org.apache.tomcat.embed:tomcat-embed-websocket:10.1.15")
104104
api("org.apache.tomcat:tomcat-util:10.1.15")
105105
api("org.apache.tomcat:tomcat-websocket:10.1.15")
106-
api("org.aspectj:aspectjrt:1.9.20.1")
107-
api("org.aspectj:aspectjtools:1.9.20.1")
108-
api("org.aspectj:aspectjweaver:1.9.20.1")
106+
api("org.aspectj:aspectjrt:1.9.22.1")
107+
api("org.aspectj:aspectjtools:1.9.22.1")
108+
api("org.aspectj:aspectjweaver:1.9.22.1")
109109
api("org.assertj:assertj-core:3.24.2")
110110
api("org.awaitility:awaitility:4.2.0")
111111
api("org.bouncycastle:bcpkix-jdk18on:1.72")

0 commit comments

Comments
 (0)