This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push:
new 363ba41a046 Revert "Bump jetty-version from 12.0.8 to 12.0.9 (#14079)"
363ba41a046 is described below
commit 363ba41a0460668da949e734deeda92ecb13804a
Author: Claus Ibsen <[email protected]>
AuthorDate: Wed May 8 11:39:16 2024 +0200
Revert "Bump jetty-version from 12.0.8 to 12.0.9 (#14079)"
This reverts commit 83ff9934d768b57d7092123bd5f45f46026de24c.
---
parent/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/parent/pom.xml b/parent/pom.xml
index c3f9d68719b..b210d7a73b8 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -272,7 +272,7 @@
<jcr-version>2.0</jcr-version>
<jedis-client-version>5.1.2</jedis-client-version>
<jetcd-version>0.8.0</jetcd-version>
- <jetty-version>12.0.9</jetty-version>
+ <jetty-version>12.0.8</jetty-version>
<jetty-plugin-version>${jetty-version}</jetty-plugin-version>
<jetty-runner-groupId>org.eclipse.jetty</jetty-runner-groupId>
<jettison-version>1.5.4</jettison-version>