This is an automated email from the ASF dual-hosted git repository. cstamas pushed a commit to branch MRESOLVER-472 in repository https://gitbox.apache.org/repos/asf/maven-resolver.git
commit 0ef32cab99bcd2aba1a8da0bc8100f8bc4ad3785 Author: Tamas Cservenak <[email protected]> AuthorDate: Thu Jan 25 14:24:13 2024 +0100 [MRESOLVER-472] Update Jetty 10.0.19 Client used for "jetty" transport, and Server used in HTTP tests. --- https://issues.apache.org/jira/browse/MRESOLVER-472 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index c084d2c2..089671b9 100644 --- a/pom.xml +++ b/pom.xml @@ -100,7 +100,7 @@ <guiceVersion>6.0.0</guiceVersion> <slf4jVersion>1.7.36</slf4jVersion> <!-- Used by Jetty Transport (client) and Test HTTP (server) --> - <jettyVersion>10.0.18</jettyVersion> + <jettyVersion>10.0.19</jettyVersion> <!-- used by supplier and demo only --> <mavenVersion>4.0.0-alpha-12</mavenVersion> <minimalMavenBuildVersion>[3.8.8,)</minimalMavenBuildVersion>
