We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9029b8a commit e93f364Copy full SHA for e93f364
backend/build.gradle
@@ -89,7 +89,7 @@ dependencies {
89
// https://mvnrepository.com/artifact/org.eclipse.jetty/jetty-server
90
implementation group: 'org.eclipse.jetty', name: 'jetty-server', version: '9.4.57.v20241219'
91
// https://mvnrepository.com/artifact/org.eclipse.jetty/jetty-webapp
92
- implementation group: 'org.eclipse.jetty', name: 'jetty-webapp', version: '9.4.57.v20241219'
+ implementation group: 'org.eclipse.jetty', name: 'jetty-webapp', version: '11.0.25'
93
94
// https://mvnrepository.com/artifact/org.json/json
95
implementation group: 'org.json', name: 'json', version: '20250107'
0 commit comments