This is an automated email from the ASF dual-hosted git repository.
jbonofre pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/karaf-minho.git
The following commit(s) were added to refs/heads/main by this push:
new 2a3b26f [#17] Upgrade to jetty 11.0.12
new 41a05bb Merge pull request #27 from jbonofre/17
2a3b26f is described below
commit 2a3b26f232b329a90a22ce22fdbaf236c7aa9308
Author: Jean-Baptiste Onofré <[email protected]>
AuthorDate: Sun Nov 13 07:43:57 2022 +0100
[#17] Upgrade to jetty 11.0.12
---
services/minho-http/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/services/minho-http/pom.xml b/services/minho-http/pom.xml
index 2830cb1..2325374 100644
--- a/services/minho-http/pom.xml
+++ b/services/minho-http/pom.xml
@@ -33,7 +33,7 @@
<name>Apache Karaf Minho :: Services :: HTTP</name>
<properties>
- <jetty.version>11.0.10</jetty.version>
+ <jetty.version>11.0.12</jetty.version>
</properties>
<dependencies>