Skip to content

Commit b11d118

Browse files
committed
Upgrade to Groovy 4.0.21, Netty 4.1.109, Undertow 2.3.13
1 parent 0931769 commit b11d118

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Diff for: framework-platform/framework-platform.gradle

+5-5
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ 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.108.Final"))
12+
api(platform("io.netty:netty-bom:4.1.109.Final"))
1313
api(platform("io.netty:netty5-bom:5.0.0.Alpha5"))
1414
api(platform("io.projectreactor:reactor-bom:2022.0.18"))
1515
api(platform("io.rsocket:rsocket-bom:1.1.3"))
16-
api(platform("org.apache.groovy:groovy-bom:4.0.20"))
16+
api(platform("org.apache.groovy:groovy-bom:4.0.21"))
1717
api(platform("org.apache.logging.log4j:log4j-bom:2.21.1"))
1818
api(platform("org.eclipse.jetty:jetty-bom:11.0.20"))
1919
api(platform("org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.6.4"))
@@ -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.12.Final")
58-
api("io.undertow:undertow-servlet:2.3.12.Final")
59-
api("io.undertow:undertow-websockets-jsr:2.3.12.Final")
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")
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")

0 commit comments

Comments
 (0)