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 ba1880977 Deps: Jetty 12.1.6 (#1779)
ba1880977 is described below
commit ba18809776d676b04134c1be03e794586c6a0dba
Author: Tamas Cservenak <[email protected]>
AuthorDate: Sat Jan 31 20:20:34 2026 +0100
Deps: Jetty 12.1.6 (#1779)
Update to Jetty 12.1.6
https://github.com/jetty/jetty.project/releases/tag/jetty-12.1.6
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 40e024ab5..19670af77 100644
--- a/pom.xml
+++ b/pom.xml
@@ -110,7 +110,7 @@
<bouncycastleVersion>1.83</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.5</jettyVersion>
+ <jettyVersion>12.1.6</jettyVersion>
<!-- used by supplier and demo only -->
<maven3Version>3.9.12</maven3Version>
<maven4Version>4.0.0-rc-5</maven4Version>