Skip to content

Commit eb1883b

Browse files
committed
Upgrade to Reactor 2022.0.13 and Netty 4.1.101
Includes RxJava 3.1.8, Apache HttpComponents Core Reactive 5.2.3, POI 5.2.4, Commons IO 2.15, WebJars Locator 0.55, OpenPDF 1.3.33, JRuby 9.4.5, H2 2.2.224, ActiveMQ 5.17.6, Checkstyle 10.12.5 Closes gh-31585
1 parent df6f661 commit eb1883b

File tree

2 files changed

+15
-17
lines changed

2 files changed

+15
-17
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ configure([rootProject] + javaProjects) { project ->
7575
}
7676

7777
checkstyle {
78-
toolVersion = "10.12.4"
78+
toolVersion = "10.12.5"
7979
configDirectory.set(rootProject.file("src/checkstyle"))
8080
}
8181

framework-platform/framework-platform.gradle

Lines changed: 14 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ javaPlatform {
99
dependencies {
1010
api(platform("com.fasterxml.jackson:jackson-bom:2.14.3"))
1111
api(platform("io.micrometer:micrometer-bom:1.10.13"))
12-
api(platform("io.netty:netty-bom:4.1.100.Final"))
12+
api(platform("io.netty:netty-bom:4.1.101.Final"))
1313
api(platform("io.netty:netty5-bom:5.0.0.Alpha5"))
14-
api(platform("io.projectreactor:reactor-bom:2022.0.12"))
14+
api(platform("io.projectreactor:reactor-bom:2022.0.13"))
1515
api(platform("io.rsocket:rsocket-bom:1.1.3"))
1616
api(platform("org.apache.groovy:groovy-bom:4.0.15"))
1717
api(platform("org.apache.logging.log4j:log4j-bom:2.21.1"))
@@ -25,13 +25,13 @@ dependencies {
2525
api("com.fasterxml:aalto-xml:1.3.2")
2626
api("com.fasterxml.woodstox:woodstox-core:6.5.1")
2727
api("com.github.ben-manes.caffeine:caffeine:3.1.8")
28-
api("com.github.librepdf:openpdf:1.3.30")
28+
api("com.github.librepdf:openpdf:1.3.33")
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.10.1")
3232
api("com.google.protobuf:protobuf-java-util:3.23.2")
3333
api("com.googlecode.protobuf-java-format:protobuf-java-format:1.4")
34-
api("com.h2database:h2:2.2.220")
34+
api("com.h2database:h2:2.2.224")
3535
api("com.jayway.jsonpath:json-path:2.8.0")
3636
api("com.rometools:rome:1.19.0")
3737
api("com.squareup.okhttp3:mockwebserver:3.14.9")
@@ -43,7 +43,7 @@ dependencies {
4343
api("com.sun.xml.bind:jaxb-xjc:3.0.2")
4444
api("com.thoughtworks.qdox:qdox:2.0.3")
4545
api("com.thoughtworks.xstream:xstream:1.4.20")
46-
api("commons-io:commons-io:2.11.0")
46+
api("commons-io:commons-io:2.15.0")
4747
api("de.bechte.junit:junit-hierarchicalcontextrunner:4.12.2")
4848
api("io.micrometer:context-propagation:1.0.6")
4949
api("io.mockk:mockk:1.13.4")
@@ -52,7 +52,7 @@ dependencies {
5252
api("io.r2dbc:r2dbc-h2:1.0.0.RELEASE")
5353
api("io.r2dbc:r2dbc-spi-test:1.0.0.RELEASE")
5454
api("io.r2dbc:r2dbc-spi:1.0.0.RELEASE")
55-
api("io.reactivex.rxjava3:rxjava:3.1.6")
55+
api("io.reactivex.rxjava3:rxjava:3.1.8")
5656
api("io.smallrye.reactive:mutiny:1.9.0")
5757
api("io.undertow:undertow-core:2.3.10.Final")
5858
api("io.undertow:undertow-servlet:2.3.10.Final")
@@ -89,16 +89,16 @@ dependencies {
8989
api("net.sf.jopt-simple:jopt-simple:5.0.4")
9090
api("net.sourceforge.htmlunit:htmlunit:2.70.0")
9191
api("org.apache-extras.beanshell:bsh:2.0b6")
92-
api("org.apache.activemq:activemq-broker:5.17.4")
93-
api("org.apache.activemq:activemq-kahadb-store:5.17.4")
94-
api("org.apache.activemq:activemq-stomp:5.17.4")
92+
api("org.apache.activemq:activemq-broker:5.17.6")
93+
api("org.apache.activemq:activemq-kahadb-store:5.17.6")
94+
api("org.apache.activemq:activemq-stomp:5.17.6")
9595
api("org.apache.commons:commons-pool2:2.9.0")
9696
api("org.apache.derby:derby:10.16.1.1")
9797
api("org.apache.derby:derbyclient:10.16.1.1")
9898
api("org.apache.derby:derbytools:10.16.1.1")
9999
api("org.apache.httpcomponents.client5:httpclient5:5.2.1")
100-
api("org.apache.httpcomponents.core5:httpcore5-reactive:5.2.2")
101-
api("org.apache.poi:poi-ooxml:5.2.3")
100+
api("org.apache.httpcomponents.core5:httpcore5-reactive:5.2.3")
101+
api("org.apache.poi:poi-ooxml:5.2.4")
102102
api("org.apache.tomcat.embed:tomcat-embed-core:10.1.15")
103103
api("org.apache.tomcat.embed:tomcat-embed-websocket:10.1.15")
104104
api("org.apache.tomcat:tomcat-util:10.1.15")
@@ -117,18 +117,16 @@ dependencies {
117117
api("org.ehcache:ehcache:3.10.8")
118118
api("org.ehcache:jcache:1.0.1")
119119
api("org.freemarker:freemarker:2.3.32")
120-
// Substitute for "javax.management:jmxremote_optional:1.0.1_04" which
121-
// is not available on Maven Central
122120
api("org.glassfish.external:opendmk_jmxremote_optional_jar:1.0-b01-ea")
123-
api("org.glassfish.tyrus:tyrus-container-servlet:2.1.3")
124121
api("org.glassfish:jakarta.el:4.0.2")
122+
api("org.glassfish.tyrus:tyrus-container-servlet:2.1.3")
125123
api("org.graalvm.sdk:graal-sdk:22.3.1")
126124
api("org.hamcrest:hamcrest:2.2")
127125
api("org.hibernate:hibernate-core-jakarta:5.6.15.Final")
128126
api("org.hibernate:hibernate-validator:7.0.5.Final")
129127
api("org.hsqldb:hsqldb:2.7.2")
130128
api("org.javamoney:moneta:1.4.2")
131-
api("org.jruby:jruby:9.4.3.0")
129+
api("org.jruby:jruby:9.4.5.0")
132130
api("org.junit.support:testng-engine:1.0.4")
133131
api("org.mozilla:rhino:1.7.14")
134132
api("org.ogce:xpp3:1.1.6")
@@ -140,7 +138,7 @@ dependencies {
140138
api("org.slf4j:slf4j-api:2.0.9")
141139
api("org.testng:testng:7.8.0")
142140
api("org.webjars:underscorejs:1.8.3")
143-
api("org.webjars:webjars-locator-core:0.53")
141+
api("org.webjars:webjars-locator-core:0.55")
144142
api("org.xmlunit:xmlunit-assertj:2.9.1")
145143
api("org.xmlunit:xmlunit-matchers:2.9.1")
146144
api("org.yaml:snakeyaml:1.33")

0 commit comments

Comments
 (0)