This is an automated email from the ASF dual-hosted git repository.
enapps-enorman pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-discovery-base.git
The following commit(s) were added to refs/heads/master by this push:
new f212739 SLING-13215 bump jetty test dependencies to 12.0.36 (#26)
f212739 is described below
commit f21273918e7adc527254287d8d31acc2bd2d7fbf
Author: Eric Norman <[email protected]>
AuthorDate: Thu Aug 6 14:57:37 2026 -0700
SLING-13215 bump jetty test dependencies to 12.0.36 (#26)
---
pom.xml | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index cb3f716..5bb2dd9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -44,6 +44,7 @@
<sling.java.version>17</sling.java.version>
<surefire.maxmem>-Xmx2048m</surefire.maxmem>
<surefire.argline>${surefire.maxmem}</surefire.argline>
+ <jetty.version>12.0.36</jetty.version>
</properties>
<dependencies>
@@ -161,13 +162,13 @@
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-server</artifactId>
- <version>12.0.35</version>
+ <version>${jetty.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.eclipse.jetty.ee8</groupId>
<artifactId>jetty-ee8-servlet</artifactId>
- <version>12.0.35</version>
+ <version>${jetty.version}</version>
<scope>test</scope>
</dependency>
<dependency>