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 6e12ad39 [MRESOLVER-255] Update Jetty to 9.4.46.v20220331 (#171)
6e12ad39 is described below

commit 6e12ad3932e57c1eb57dc9250c35304fdaf7f0fb
Author: Tamas Cservenak <[email protected]>
AuthorDate: Sat Apr 30 15:10:04 2022 +0200

    [MRESOLVER-255] Update Jetty to 9.4.46.v20220331 (#171)
    
    Jetty is used in tests for Transport HTTP only.
---
 maven-resolver-transport-http/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/maven-resolver-transport-http/pom.xml 
b/maven-resolver-transport-http/pom.xml
index 40a9f97b..b53eb247 100644
--- a/maven-resolver-transport-http/pom.xml
+++ b/maven-resolver-transport-http/pom.xml
@@ -38,7 +38,7 @@
   <properties>
     
<Automatic-Module-Name>org.apache.maven.resolver.transport.http</Automatic-Module-Name>
     <Bundle-SymbolicName>${Automatic-Module-Name}</Bundle-SymbolicName>
-    <jettyVersion>9.4.36.v20210114</jettyVersion>
+    <jettyVersion>9.4.46.v20220331</jettyVersion>
   </properties>
 
   <dependencies>

Reply via email to