From b96b408785336e5ed30d3280d16348f642da533f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Apr 2026 02:56:15 +0000 Subject: [PATCH] Bump org.eclipse.jetty:jetty-server from 12.1.7 to 12.1.8 Bumps org.eclipse.jetty:jetty-server from 12.1.7 to 12.1.8. --- updated-dependencies: - dependency-name: org.eclipse.jetty:jetty-server dependency-version: 12.1.8 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 4e1587e..c44a6a9 100644 --- a/build.gradle +++ b/build.gradle @@ -49,8 +49,8 @@ dependencies { exclude group: 'xml-apis' } implementation ('xerces:xercesImpl:2.12.2'){transitive=false} - implementation 'org.eclipse.jetty:jetty-server:12.1.7' - implementation 'org.eclipse.jetty.ee10:jetty-ee10-servlet:12.1.7' + implementation 'org.eclipse.jetty:jetty-server:12.1.8' + implementation 'org.eclipse.jetty.ee10:jetty-ee10-servlet:12.1.8' implementation ('com.googlecode.json-simple:json-simple:1.1.1'){transitive=false} implementation 'commons-configuration:commons-configuration:1.10' implementation 'commons-collections:commons-collections:3.2.2'