Skip to content

Commit 32e1a64

Browse files
committed
Upgrade to Undertow 2.3.2, Apache HttpClient 5.2.1, Selenium HtmlUnit Driver 2.67
1 parent 55295fa commit 32e1a64

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
@@ -55,9 +55,9 @@ dependencies {
5555
api("io.r2dbc:r2dbc-spi:1.0.0.RELEASE")
5656
api("io.reactivex.rxjava3:rxjava:3.1.5")
5757
api("io.smallrye.reactive:mutiny:1.8.0")
58-
api("io.undertow:undertow-core:2.3.0.Final")
59-
api("io.undertow:undertow-servlet:2.3.0.Final")
60-
api("io.undertow:undertow-websockets-jsr:2.3.0.Final")
58+
api("io.undertow:undertow-core:2.3.2.Final")
59+
api("io.undertow:undertow-servlet:2.3.2.Final")
60+
api("io.undertow:undertow-websockets-jsr:2.3.2.Final")
6161
api("io.vavr:vavr:0.10.4")
6262
api("jakarta.activation:jakarta.activation-api:2.0.1")
6363
api("jakarta.annotation:jakarta.annotation-api:2.0.0")
@@ -96,7 +96,7 @@ dependencies {
9696
api("org.apache.derby:derby:10.16.1.1")
9797
api("org.apache.derby:derbyclient:10.16.1.1")
9898
api("org.apache.derby:derbytools:10.16.1.1")
99-
api("org.apache.httpcomponents.client5:httpclient5:5.2")
99+
api("org.apache.httpcomponents.client5:httpclient5:5.2.1")
100100
api("org.apache.httpcomponents.core5:httpcore5-reactive:5.2")
101101
api("org.apache.poi:poi-ooxml:5.2.3")
102102
api("org.apache.tomcat.embed:tomcat-embed-core:10.1.4")
@@ -134,7 +134,7 @@ dependencies {
134134
api("org.ogce:xpp3:1.1.6")
135135
api("org.python:jython-standalone:2.7.1")
136136
api("org.quartz-scheduler:quartz:2.3.2")
137-
api("org.seleniumhq.selenium:htmlunit-driver:2.66.0")
137+
api("org.seleniumhq.selenium:htmlunit-driver:2.67.0")
138138
api("org.seleniumhq.selenium:selenium-java:3.141.59")
139139
api("org.skyscreamer:jsonassert:1.5.0")
140140
api("org.slf4j:slf4j-api:2.0.6")

0 commit comments

Comments
 (0)