Skip to content

Commit ebb8e34

Browse files
committed
Upgrade to Jetty 12.0.26, Jetty Reactive HttpClient 4.0.11, Netty 4.1.127, HtmlUnit 4.16
1 parent 9ba954c commit ebb8e34

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

framework-platform/framework-platform.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ javaPlatform {
99
dependencies {
1010
api(platform("com.fasterxml.jackson:jackson-bom:2.18.4.1"))
1111
api(platform("io.micrometer:micrometer-bom:1.14.10"))
12-
api(platform("io.netty:netty-bom:4.1.124.Final"))
12+
api(platform("io.netty:netty-bom:4.1.127.Final"))
1313
api(platform("io.netty:netty5-bom:5.0.0.Alpha5"))
1414
api(platform("io.projectreactor:reactor-bom:2024.0.9"))
1515
api(platform("io.rsocket:rsocket-bom:1.1.5"))
1616
api(platform("org.apache.groovy:groovy-bom:4.0.28"))
1717
api(platform("org.apache.logging.log4j:log4j-bom:2.21.1"))
1818
api(platform("org.assertj:assertj-bom:3.27.3"))
19-
api(platform("org.eclipse.jetty:jetty-bom:12.0.25"))
20-
api(platform("org.eclipse.jetty.ee10:jetty-ee10-bom:12.0.25"))
19+
api(platform("org.eclipse.jetty:jetty-bom:12.0.26"))
20+
api(platform("org.eclipse.jetty.ee10:jetty-ee10-bom:12.0.26"))
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.13.4"))
@@ -115,7 +115,7 @@ dependencies {
115115
api("org.crac:crac:1.4.0")
116116
api("org.dom4j:dom4j:2.1.4")
117117
api("org.easymock:easymock:5.5.0")
118-
api("org.eclipse.jetty:jetty-reactive-httpclient:4.0.9")
118+
api("org.eclipse.jetty:jetty-reactive-httpclient:4.0.11")
119119
api("org.eclipse.persistence:org.eclipse.persistence.jpa:3.0.4")
120120
api("org.eclipse:yasson:2.0.4")
121121
api("org.ehcache:ehcache:3.10.8")
@@ -129,7 +129,7 @@ dependencies {
129129
api("org.hibernate:hibernate-core-jakarta:5.6.15.Final")
130130
api("org.hibernate:hibernate-validator:7.0.5.Final")
131131
api("org.hsqldb:hsqldb:2.7.4")
132-
api("org.htmlunit:htmlunit:4.15.0")
132+
api("org.htmlunit:htmlunit:4.16.0")
133133
api("org.javamoney:moneta:1.4.4")
134134
api("org.jruby:jruby:9.4.13.0")
135135
api("org.junit.support:testng-engine:1.0.5")

0 commit comments

Comments
 (0)