Skip to content

Commit 28caa39

Browse files
committed
Upgrade to Reactor 2023.0.19
Includes SLF4J 2.0.17, Groovy 4.0.27, FreeMarker 2.3.34 Closes gh-35022
1 parent 8ecc553 commit 28caa39

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

framework-platform/framework-platform.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ dependencies {
1111
api(platform("io.micrometer:micrometer-bom:1.12.12"))
1212
api(platform("io.netty:netty-bom:4.1.121.Final"))
1313
api(platform("io.netty:netty5-bom:5.0.0.Alpha5"))
14-
api(platform("io.projectreactor:reactor-bom:2023.0.18"))
14+
api(platform("io.projectreactor:reactor-bom:2023.0.19"))
1515
api(platform("io.rsocket:rsocket-bom:1.1.5"))
16-
api(platform("org.apache.groovy:groovy-bom:4.0.26"))
16+
api(platform("org.apache.groovy:groovy-bom:4.0.27"))
1717
api(platform("org.apache.logging.log4j:log4j-bom:2.21.1"))
1818
api(platform("org.assertj:assertj-bom:3.27.3"))
1919
api(platform("org.eclipse.jetty:jetty-bom:12.0.21"))
@@ -121,7 +121,7 @@ dependencies {
121121
api("org.eclipse:yasson:2.0.4")
122122
api("org.ehcache:ehcache:3.10.8")
123123
api("org.ehcache:jcache:1.0.1")
124-
api("org.freemarker:freemarker:2.3.33")
124+
api("org.freemarker:freemarker:2.3.34")
125125
api("org.glassfish.external:opendmk_jmxremote_optional_jar:1.0-b01-ea")
126126
api("org.glassfish:jakarta.el:4.0.2")
127127
api("org.glassfish.tyrus:tyrus-container-servlet:2.1.3")
@@ -140,7 +140,7 @@ dependencies {
140140
api("org.seleniumhq.selenium:htmlunit-driver:2.70.0")
141141
api("org.seleniumhq.selenium:selenium-java:3.141.59")
142142
api("org.skyscreamer:jsonassert:1.5.3")
143-
api("org.slf4j:slf4j-api:2.0.16")
143+
api("org.slf4j:slf4j-api:2.0.17")
144144
api("org.testng:testng:7.9.0")
145145
api("org.webjars:underscorejs:1.8.3")
146146
api("org.webjars:webjars-locator-core:0.55")

0 commit comments

Comments
 (0)