Skip to content

Commit 9a06886

Browse files
committed
Upgrade to Reactor 2023.0.3, Micrometer 1.12.3, Context Propagation 1.1.1
Includes Groovy 4.0.18, Netty 4.1.107, OpenPDF 1.3.40, Protobuf 3.25.2
1 parent d147609 commit 9a06886

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

framework-platform/framework-platform.gradle

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

99
dependencies {
1010
api(platform("com.fasterxml.jackson:jackson-bom:2.15.3"))
11-
api(platform("io.micrometer:micrometer-bom:1.12.2"))
12-
api(platform("io.netty:netty-bom:4.1.104.Final"))
11+
api(platform("io.micrometer:micrometer-bom:1.12.3"))
12+
api(platform("io.netty:netty-bom:4.1.107.Final"))
1313
api(platform("io.netty:netty5-bom:5.0.0.Alpha5"))
14-
api(platform("io.projectreactor:reactor-bom:2023.0.2"))
14+
api(platform("io.projectreactor:reactor-bom:2023.0.3"))
1515
api(platform("io.rsocket:rsocket-bom:1.1.3"))
16-
api(platform("org.apache.groovy:groovy-bom:4.0.17"))
16+
api(platform("org.apache.groovy:groovy-bom:4.0.18"))
1717
api(platform("org.apache.logging.log4j:log4j-bom:2.21.1"))
1818
api(platform("org.assertj:assertj-bom:3.25.3"))
1919
api(platform("org.eclipse.jetty:jetty-bom:12.0.6"))
@@ -27,11 +27,11 @@ dependencies {
2727
api("com.fasterxml:aalto-xml:1.3.2")
2828
api("com.fasterxml.woodstox:woodstox-core:6.5.1")
2929
api("com.github.ben-manes.caffeine:caffeine:3.1.8")
30-
api("com.github.librepdf:openpdf:1.3.39")
30+
api("com.github.librepdf:openpdf:1.3.40")
3131
api("com.google.code.findbugs:findbugs:3.0.1")
3232
api("com.google.code.findbugs:jsr305:3.0.2")
3333
api("com.google.code.gson:gson:2.10.1")
34-
api("com.google.protobuf:protobuf-java-util:3.25.1")
34+
api("com.google.protobuf:protobuf-java-util:3.25.2")
3535
api("com.h2database:h2:2.2.224")
3636
api("com.jayway.jsonpath:json-path:2.8.0")
3737
api("com.rometools:rome:1.19.0")
@@ -46,7 +46,7 @@ dependencies {
4646
api("com.thoughtworks.xstream:xstream:1.4.20")
4747
api("commons-io:commons-io:2.15.0")
4848
api("de.bechte.junit:junit-hierarchicalcontextrunner:4.12.2")
49-
api("io.micrometer:context-propagation:1.1.0")
49+
api("io.micrometer:context-propagation:1.1.1")
5050
api("io.mockk:mockk:1.13.4")
5151
api("io.projectreactor.netty:reactor-netty5-http:2.0.0-M3")
5252
api("io.projectreactor.tools:blockhound:1.0.8.RELEASE")

0 commit comments

Comments
 (0)