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 c346720eb Deps: Jetty 12.1.10 (#1930)
c346720eb is described below
commit c346720ebfb1ceba91d878f6a20b1935cbe8abcb
Author: Tamas Cservenak <[email protected]>
AuthorDate: Wed Jun 17 21:45:29 2026 +0200
Deps: Jetty 12.1.10 (#1930)
Update Jetty version, server used in HTTP tests
and client used in Jetty transport.
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index b92f74eee..be0678e42 100644
--- a/pom.xml
+++ b/pom.xml
@@ -110,7 +110,7 @@
<bouncycastleVersion>1.84</bouncycastleVersion>
<!-- Used by Jetty Transport (client) and Test HTTP (server), 12.1
introduced support for different compressions
(https://github.com/jetty/jetty.project/issues/8769) -->
- <jettyVersion>12.1.9</jettyVersion>
+ <jettyVersion>12.1.10</jettyVersion>
<!-- used by supplier and demo only -->
<maven3Version>3.9.16</maven3Version>
<maven4Version>4.0.0-rc-5</maven4Version>