Skip to content

Commit e93f364

Browse files
build(deps): Bump org.eclipse.jetty:jetty-webapp in /backend
Bumps org.eclipse.jetty:jetty-webapp from 9.4.57.v20241219 to 11.0.25. --- updated-dependencies: - dependency-name: org.eclipse.jetty:jetty-webapp dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9029b8a commit e93f364

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ dependencies {
8989
// https://mvnrepository.com/artifact/org.eclipse.jetty/jetty-server
9090
implementation group: 'org.eclipse.jetty', name: 'jetty-server', version: '9.4.57.v20241219'
9191
// https://mvnrepository.com/artifact/org.eclipse.jetty/jetty-webapp
92-
implementation group: 'org.eclipse.jetty', name: 'jetty-webapp', version: '9.4.57.v20241219'
92+
implementation group: 'org.eclipse.jetty', name: 'jetty-webapp', version: '11.0.25'
9393

9494
// https://mvnrepository.com/artifact/org.json/json
9595
implementation group: 'org.json', name: 'json', version: '20250107'

0 commit comments

Comments
 (0)