This is an automated email from the ASF dual-hosted git repository.
cstamas pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-resolver.git
The following commit(s) were added to refs/heads/master by this push:
new a654e593 [MRESOLVER-472] Update Jetty 10.0.19 (#415)
a654e593 is described below
commit a654e5933f3ec5334395c81618484b36880f5ffe
Author: Tamas Cservenak <[email protected]>
AuthorDate: Thu Jan 25 14:33:57 2024 +0100
[MRESOLVER-472] Update Jetty 10.0.19 (#415)
Client used for "jetty" transport, and Server used in HTTP tests.
Release notes:
https://github.com/jetty/jetty.project/releases/tag/jetty-11.0.19
---
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>