Skip to content

Commit ddbbe67

Browse files
committed
Upgrade to Reactor 2022.0.0
Includes Netty 4.1.85, Jetty Reactive HttpClient 3.0.7, SmallRye Mutiny 1.8, SLF4J 2.0.3, OpenPDF 1.3.30, Mockito 4.8.1, HtmlUnit 2.66 Closes gh-29465
1 parent 0e4ab2c commit ddbbe67

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed

framework-platform/framework-platform.gradle

+10-9
Original file line numberDiff line numberDiff line change
@@ -9,23 +9,23 @@ javaPlatform {
99
dependencies {
1010
api(platform("com.fasterxml.jackson:jackson-bom:2.14.0"))
1111
api(platform("io.micrometer:micrometer-bom:1.10.0"))
12-
api(platform("io.netty:netty-bom:4.1.84.Final"))
12+
api(platform("io.netty:netty-bom:4.1.85.Final"))
1313
api(platform("io.netty:netty5-bom:5.0.0.Alpha5"))
14-
api(platform("io.projectreactor:reactor-bom:2022.0.0-RC1"))
14+
api(platform("io.projectreactor:reactor-bom:2022.0.0"))
1515
api(platform("io.rsocket:rsocket-bom:1.1.3"))
1616
api(platform("org.apache.groovy:groovy-bom:4.0.5"))
1717
api(platform("org.apache.logging.log4j:log4j-bom:2.19.0"))
1818
api(platform("org.eclipse.jetty:jetty-bom:11.0.12"))
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.1"))
22-
api(platform("org.mockito:mockito-bom:4.8.0"))
22+
api(platform("org.mockito:mockito-bom:4.8.1"))
2323

2424
constraints {
2525
api("com.fasterxml.woodstox:woodstox-core:6.4.0")
2626
api("com.fasterxml:aalto-xml:1.3.1")
2727
api("com.github.ben-manes.caffeine:caffeine:3.1.1")
28-
api("com.github.librepdf:openpdf:1.3.29")
28+
api("com.github.librepdf:openpdf:1.3.30")
2929
api("com.google.code.findbugs:findbugs:3.0.1")
3030
api("com.google.code.findbugs:jsr305:3.0.2")
3131
api("com.google.code.gson:gson:2.9.1")
@@ -48,12 +48,13 @@ dependencies {
4848
api("info.picocli:picocli:4.6.3")
4949
api("io.micrometer:context-propagation:1.0.0")
5050
api("io.mockk:mockk:1.12.1")
51+
api("io.projectreactor.netty:reactor-netty5-http:2.0.0-M3")
5152
api("io.projectreactor.tools:blockhound:1.0.6.RELEASE")
5253
api("io.r2dbc:r2dbc-h2:1.0.0.RC1")
5354
api("io.r2dbc:r2dbc-spi-test:1.0.0.RELEASE")
5455
api("io.r2dbc:r2dbc-spi:1.0.0.RELEASE")
5556
api("io.reactivex.rxjava3:rxjava:3.1.5")
56-
api("io.smallrye.reactive:mutiny:1.7.0")
57+
api("io.smallrye.reactive:mutiny:1.8.0")
5758
api("io.undertow:undertow-core:2.3.0.Final")
5859
api("io.undertow:undertow-servlet:2.3.0.Final")
5960
api("io.undertow:undertow-websockets-jsr:2.3.0.Final")
@@ -86,7 +87,7 @@ dependencies {
8687
api("jaxen:jaxen:1.2.0")
8788
api("junit:junit:4.13.2")
8889
api("net.sf.jopt-simple:jopt-simple:5.0.4")
89-
api("net.sourceforge.htmlunit:htmlunit:2.65.1")
90+
api("net.sourceforge.htmlunit:htmlunit:2.66.0")
9091
api("org.apache-extras.beanshell:bsh:2.0b6")
9192
api("org.apache.activemq:activemq-broker:5.16.2")
9293
api("org.apache.activemq:activemq-kahadb-store:5.16.2")
@@ -110,7 +111,7 @@ dependencies {
110111
api("org.bouncycastle:bcpkix-jdk18on:1.71")
111112
api("org.codehaus.jettison:jettison:1.3.8")
112113
api("org.dom4j:dom4j:2.1.3")
113-
api("org.eclipse.jetty:jetty-reactive-httpclient:3.0.6")
114+
api("org.eclipse.jetty:jetty-reactive-httpclient:3.0.7")
114115
api("org.eclipse.persistence:org.eclipse.persistence.jpa:3.0.3")
115116
api("org.eclipse:yasson:2.0.4")
116117
api("org.ehcache:ehcache:3.4.0")
@@ -133,10 +134,10 @@ dependencies {
133134
api("org.ogce:xpp3:1.1.6")
134135
api("org.python:jython-standalone:2.7.1")
135136
api("org.quartz-scheduler:quartz:2.3.2")
136-
api("org.seleniumhq.selenium:htmlunit-driver:2.65.0")
137+
api("org.seleniumhq.selenium:htmlunit-driver:2.66.0")
137138
api("org.seleniumhq.selenium:selenium-java:3.141.59")
138139
api("org.skyscreamer:jsonassert:1.5.0")
139-
api("org.slf4j:slf4j-api:2.0.2")
140+
api("org.slf4j:slf4j-api:2.0.3")
140141
api("org.testng:testng:7.6.1")
141142
api("org.webjars:underscorejs:1.8.3")
142143
api("org.webjars:webjars-locator-core:0.48")

spring-web/spring-web.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ dependencies {
2323
optional("io.netty:netty-handler")
2424
optional("io.netty:netty-codec-http")
2525
optional("io.netty:netty-transport")
26-
optional("io.projectreactor.netty:reactor-netty-http")
2726
optional("io.netty:netty5-buffer")
2827
optional("io.netty:netty5-handler")
2928
optional("io.netty:netty5-codec-http")
3029
optional("io.netty:netty5-transport")
30+
optional("io.projectreactor.netty:reactor-netty-http")
3131
optional("io.projectreactor.netty:reactor-netty5-http")
3232
optional("io.undertow:undertow-core")
3333
optional("org.apache.tomcat.embed:tomcat-embed-core")

0 commit comments

Comments
 (0)