Skip to content

Commit 6a22629

Browse files
committed
Upgrade to Tomcat 10.1.8, Jetty 11.0.15, Netty 4.1.92, Mockito 5.3.1
1 parent d39e44c commit 6a22629

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,17 +9,17 @@ javaPlatform {
99
dependencies {
1010
api(platform("com.fasterxml.jackson:jackson-bom:2.14.2"))
1111
api(platform("io.micrometer:micrometer-bom:1.10.6"))
12-
api(platform("io.netty:netty-bom:4.1.91.Final"))
12+
api(platform("io.netty:netty-bom:4.1.92.Final"))
1313
api(platform("io.netty:netty5-bom:5.0.0.Alpha5"))
1414
api(platform("io.projectreactor:reactor-bom:2022.0.6"))
1515
api(platform("io.rsocket:rsocket-bom:1.1.3"))
1616
api(platform("org.apache.groovy:groovy-bom:4.0.11"))
1717
api(platform("org.apache.logging.log4j:log4j-bom:2.20.0"))
18-
api(platform("org.eclipse.jetty:jetty-bom:11.0.14"))
18+
api(platform("org.eclipse.jetty:jetty-bom:11.0.15"))
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"))
22-
api(platform("org.mockito:mockito-bom:5.3.0"))
22+
api(platform("org.mockito:mockito-bom:5.3.1"))
2323

2424
constraints {
2525
api("com.fasterxml:aalto-xml:1.3.2")
@@ -99,10 +99,10 @@ dependencies {
9999
api("org.apache.httpcomponents.client5:httpclient5:5.2.1")
100100
api("org.apache.httpcomponents.core5:httpcore5-reactive:5.2.1")
101101
api("org.apache.poi:poi-ooxml:5.2.3")
102-
api("org.apache.tomcat.embed:tomcat-embed-core:10.1.7")
103-
api("org.apache.tomcat.embed:tomcat-embed-websocket:10.1.7")
104-
api("org.apache.tomcat:tomcat-util:10.1.7")
105-
api("org.apache.tomcat:tomcat-websocket:10.1.7")
102+
api("org.apache.tomcat.embed:tomcat-embed-core:10.1.8")
103+
api("org.apache.tomcat.embed:tomcat-embed-websocket:10.1.8")
104+
api("org.apache.tomcat:tomcat-util:10.1.8")
105+
api("org.apache.tomcat:tomcat-websocket:10.1.8")
106106
api("org.aspectj:aspectjrt:1.9.19")
107107
api("org.aspectj:aspectjtools:1.9.19")
108108
api("org.aspectj:aspectjweaver:1.9.19")

0 commit comments

Comments
 (0)