This is an automated email from the ASF dual-hosted git repository.
slachiewicz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-dist-tool.git
The following commit(s) were added to refs/heads/master by this push:
new 1565fca Bump org.eclipse.jetty:jetty-server from 12.1.8 to 12.1.10
1565fca is described below
commit 1565fca6ff3923fbbd9b5264efcec3c842f2a502
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sun Jun 14 19:41:09 2026 +0000
Bump org.eclipse.jetty:jetty-server from 12.1.8 to 12.1.10
Bumps org.eclipse.jetty:jetty-server from 12.1.8 to 12.1.10.
---
updated-dependencies:
- dependency-name: org.eclipse.jetty:jetty-server
dependency-version: 12.1.10
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 60c28c4..174415f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -204,7 +204,7 @@
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-server</artifactId>
- <version>12.1.8</version>
+ <version>12.1.10</version>
<scope>test</scope>
</dependency>
<dependency>