Skip to content

Commit 395ddd2

Browse files
committed
Upgrade to Jetty 12.1.4
Closes gh-35805
1 parent a5a0840 commit 395ddd2

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
@@ -15,8 +15,8 @@ dependencies {
1515
api(platform("org.apache.groovy:groovy-bom:5.0.2"))
1616
api(platform("org.apache.logging.log4j:log4j-bom:2.25.1"))
1717
api(platform("org.assertj:assertj-bom:3.27.6"))
18-
api(platform("org.eclipse.jetty:jetty-bom:12.1.3"))
19-
api(platform("org.eclipse.jetty.ee11:jetty-ee11-bom:12.1.3"))
18+
api(platform("org.eclipse.jetty:jetty-bom:12.1.4"))
19+
api(platform("org.eclipse.jetty.ee11:jetty-ee11-bom:12.1.4"))
2020
api(platform("org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.10.2"))
2121
api(platform("org.jetbrains.kotlinx:kotlinx-serialization-bom:1.9.0"))
2222
api(platform("org.junit:junit-bom:6.0.1"))

0 commit comments

Comments
 (0)