Skip to content

Commit 84efba6

Browse files
committed
Upgrade to Groovy 4.0.22, Jetty 11.0.22, Undertow 2.3.14
Includes downgrade to Awaitility 4.2.0 (aligned with 6.1.x branch)
1 parent e66be91 commit 84efba6

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

framework-platform/framework-platform.gradle

+6-6
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ dependencies {
1313
api(platform("io.netty:netty5-bom:5.0.0.Alpha5"))
1414
api(platform("io.projectreactor:reactor-bom:2022.0.20"))
1515
api(platform("io.rsocket:rsocket-bom:1.1.3"))
16-
api(platform("org.apache.groovy:groovy-bom:4.0.21"))
16+
api(platform("org.apache.groovy:groovy-bom:4.0.22"))
1717
api(platform("org.apache.logging.log4j:log4j-bom:2.21.1"))
18-
api(platform("org.eclipse.jetty:jetty-bom:11.0.20"))
18+
api(platform("org.eclipse.jetty:jetty-bom:11.0.22"))
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"))
@@ -54,9 +54,9 @@ dependencies {
5454
api("io.r2dbc:r2dbc-spi:1.0.0.RELEASE")
5555
api("io.reactivex.rxjava3:rxjava:3.1.8")
5656
api("io.smallrye.reactive:mutiny:1.10.0")
57-
api("io.undertow:undertow-core:2.3.13.Final")
58-
api("io.undertow:undertow-servlet:2.3.13.Final")
59-
api("io.undertow:undertow-websockets-jsr:2.3.13.Final")
57+
api("io.undertow:undertow-core:2.3.14.Final")
58+
api("io.undertow:undertow-servlet:2.3.14.Final")
59+
api("io.undertow:undertow-websockets-jsr:2.3.14.Final")
6060
api("io.vavr:vavr:0.10.4")
6161
api("jakarta.activation:jakarta.activation-api:2.0.1")
6262
api("jakarta.annotation:jakarta.annotation-api:2.0.0")
@@ -107,7 +107,7 @@ dependencies {
107107
api("org.aspectj:aspectjtools:1.9.22.1")
108108
api("org.aspectj:aspectjweaver:1.9.22.1")
109109
api("org.assertj:assertj-core:3.24.2")
110-
api("org.awaitility:awaitility:4.2.1")
110+
api("org.awaitility:awaitility:4.2.0")
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")

0 commit comments

Comments
 (0)