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/06/26 21:25:54 UTC

[directory-server] 01/02: Updating Jetty bundle version

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 eed673f12473f05fec3a0cd32a5e35ba6267f825
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Sun Jun 26 22:25:31 2022 +0100

    Updating Jetty bundle version
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 49dfcecd9b..6b4b23ed62 100644
--- a/pom.xml
+++ b/pom.xml
@@ -69,7 +69,7 @@
     <hamcrest.version>2.2</hamcrest.version>
     <jetty.version>9.4.48.v20220622</jetty.version>
     <!-- The Jetty bundle exports are using version 9.4.5, not 9.4.5.v20170502... -->
-    <jetty.bundle.version>9.4.45</jetty.bundle.version>
+    <jetty.bundle.version>9.4.48</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>