Skip to content

Commit 6930d4d

Browse files
committed
Upgrade to Reactor 2022.0.7 and Micrometer 1.10.7
Includes Protobuf 3.23, Woodstox 6.5.1, Caffeine 3.1.6, Picocli 4.7.3, BlockHound 1.0.8, ActiveMQ 5.17.4 Closes gh-30450 Closes gh-30451
1 parent 6bc674b commit 6930d4d

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

framework-platform/framework-platform.gradle

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ javaPlatform {
88

99
dependencies {
1010
api(platform("com.fasterxml.jackson:jackson-bom:2.14.3"))
11-
api(platform("io.micrometer:micrometer-bom:1.10.6"))
11+
api(platform("io.micrometer:micrometer-bom:1.10.7"))
1212
api(platform("io.netty:netty-bom:4.1.92.Final"))
1313
api(platform("io.netty:netty5-bom:5.0.0.Alpha5"))
14-
api(platform("io.projectreactor:reactor-bom:2022.0.6"))
14+
api(platform("io.projectreactor:reactor-bom:2022.0.7"))
1515
api(platform("io.rsocket:rsocket-bom:1.1.3"))
1616
api(platform("org.apache.groovy:groovy-bom:4.0.11"))
1717
api(platform("org.apache.logging.log4j:log4j-bom:2.20.0"))
@@ -23,13 +23,13 @@ dependencies {
2323

2424
constraints {
2525
api("com.fasterxml:aalto-xml:1.3.2")
26-
api("com.fasterxml.woodstox:woodstox-core:6.5.0")
27-
api("com.github.ben-manes.caffeine:caffeine:3.1.5")
26+
api("com.fasterxml.woodstox:woodstox-core:6.5.1")
27+
api("com.github.ben-manes.caffeine:caffeine:3.1.6")
2828
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.10.1")
32-
api("com.google.protobuf:protobuf-java-util:3.21.12")
32+
api("com.google.protobuf:protobuf-java-util:3.23.0")
3333
api("com.googlecode.protobuf-java-format:protobuf-java-format:1.4")
3434
api("com.h2database:h2:2.1.214")
3535
api("com.jayway.jsonpath:json-path:2.8.0")
@@ -45,11 +45,11 @@ dependencies {
4545
api("com.thoughtworks.xstream:xstream:1.4.20")
4646
api("commons-io:commons-io:2.11.0")
4747
api("de.bechte.junit:junit-hierarchicalcontextrunner:4.12.2")
48-
api("info.picocli:picocli:4.7.1")
48+
api("info.picocli:picocli:4.7.3")
4949
api("io.micrometer:context-propagation:1.0.0")
5050
api("io.mockk:mockk:1.13.4")
5151
api("io.projectreactor.netty:reactor-netty5-http:2.0.0-M3")
52-
api("io.projectreactor.tools:blockhound:1.0.7.RELEASE")
52+
api("io.projectreactor.tools:blockhound:1.0.8.RELEASE")
5353
api("io.r2dbc:r2dbc-h2:1.0.0.RELEASE")
5454
api("io.r2dbc:r2dbc-spi-test:1.0.0.RELEASE")
5555
api("io.r2dbc:r2dbc-spi:1.0.0.RELEASE")
@@ -89,9 +89,9 @@ 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.2")
93-
api("org.apache.activemq:activemq-kahadb-store:5.17.2")
94-
api("org.apache.activemq:activemq-stomp:5.17.2")
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")
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")

0 commit comments

Comments
 (0)