Skip to content

Commit aaf90f5

Browse files
committed
Upgrade to Reactor 2022.0.16
Includes SLF4J 2.0.12, Groovy 4.0.18, Jetty 11.0.20, Netty 4.1.107, OpenPDF 1.3.40
1 parent 70be04b commit aaf90f5

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
@@ -9,13 +9,13 @@ 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.104.Final"))
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:2022.0.15"))
14+
api(platform("io.projectreactor:reactor-bom:2022.0.16"))
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"))
18-
api(platform("org.eclipse.jetty:jetty-bom:11.0.19"))
18+
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"))
@@ -25,7 +25,7 @@ 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.36")
28+
api("com.github.librepdf:openpdf:1.3.40")
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")
@@ -111,7 +111,7 @@ dependencies {
111111
api("org.bouncycastle:bcpkix-jdk18on:1.72")
112112
api("org.codehaus.jettison:jettison:1.5.4")
113113
api("org.dom4j:dom4j:2.1.4")
114-
api("org.eclipse.jetty:jetty-reactive-httpclient:3.0.10")
114+
api("org.eclipse.jetty:jetty-reactive-httpclient:3.0.12")
115115
api("org.eclipse.persistence:org.eclipse.persistence.jpa:3.0.4")
116116
api("org.eclipse:yasson:2.0.4")
117117
api("org.ehcache:ehcache:3.10.8")
@@ -135,7 +135,7 @@ dependencies {
135135
api("org.seleniumhq.selenium:htmlunit-driver:2.70.0")
136136
api("org.seleniumhq.selenium:selenium-java:3.141.59")
137137
api("org.skyscreamer:jsonassert:1.5.1")
138-
api("org.slf4j:slf4j-api:2.0.11")
138+
api("org.slf4j:slf4j-api:2.0.12")
139139
api("org.testng:testng:7.8.0")
140140
api("org.webjars:underscorejs:1.8.3")
141141
api("org.webjars:webjars-locator-core:0.55")

0 commit comments

Comments
 (0)