You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by co...@apache.org on 2022/02/15 07:34:50 UTC

[directory-server] 01/04: Updating Jetty bundle to 9.4.45 as well

This is an automated email from the ASF dual-hosted git repository.

coheigea pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/directory-server.git

commit 1f9dbfb0a6aede9d915ad216288f03bb65ab1fe9
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Tue Feb 15 07:10:49 2022 +0000

    Updating Jetty bundle to 9.4.45 as well
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 3d1a0d8..8b010aa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -69,7 +69,7 @@
     <hamcrest.version>2.2</hamcrest.version>
     <jetty.version>9.4.45.v20220203</jetty.version>
     <!-- The Jetty bundle exports are using version 9.4.5, not 9.4.5.v20170502... -->
-    <jetty.bundle.version>9.4.19</jetty.bundle.version>
+    <jetty.bundle.version>9.4.45</jetty.bundle.version>
     <junit.jupiter.api.version>5.8.2</junit.jupiter.api.version>
     <kerby.version>2.0.1</kerby.version>
     <ldapsdk.version>4.1</ldapsdk.version>