Skip to content

Commit 2b04df0

Browse files
committed
Upgrade to Jetty 12.0.30
Closes gh-35806
1 parent 40544e0 commit 2b04df0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

framework-platform/framework-platform.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ dependencies {
1616
api(platform("org.apache.groovy:groovy-bom:4.0.29"))
1717
api(platform("org.apache.logging.log4j:log4j-bom:2.21.1"))
1818
api(platform("org.assertj:assertj-bom:3.27.6"))
19-
api(platform("org.eclipse.jetty:jetty-bom:12.0.29"))
20-
api(platform("org.eclipse.jetty.ee10:jetty-ee10-bom:12.0.29"))
19+
api(platform("org.eclipse.jetty:jetty-bom:12.0.30"))
20+
api(platform("org.eclipse.jetty.ee10:jetty-ee10-bom:12.0.30"))
2121
api(platform("org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.8.1"))
2222
api(platform("org.jetbrains.kotlinx:kotlinx-serialization-bom:1.6.3"))
2323
api(platform("org.junit:junit-bom:5.14.1"))

0 commit comments

Comments
 (0)