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 80971cc55 Bump Jetty to 12.1.11 (#1969)
80971cc55 is described below
commit 80971cc55f7ee8dcede23bf67b97b050121fe16c
Author: Tamas Cservenak <[email protected]>
AuthorDate: Thu Jul 16 19:54:10 2026 +0200
Bump Jetty to 12.1.11 (#1969)
Release notes:
https://github.com/jetty/jetty.project/releases/tag/jetty-12.1.11
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index ee8a89355..410feb06f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -111,7 +111,7 @@
<bouncycastleVersion>1.85</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.10</jettyVersion>
+ <jettyVersion>12.1.11</jettyVersion>
<!-- used by supplier and demo only -->
<maven3Version>3.9.16</maven3Version>
<maven4Version>4.0.0-rc-5</maven4Version>