Update dependency org.eclipse.jetty:jetty-server to v9.4.58.v20250814
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
gitleaks / scan (push) Successful in 36s
gitleaks / scan (pull_request) Successful in 35s

This commit is contained in:
Renovate Bot 2026-06-28 06:28:38 +00:00
parent 67ff7c848d
commit 36cf8cb645
2 changed files with 2 additions and 2 deletions

View file

@ -13,7 +13,7 @@ sourceCompatibility = targetCompatibility = compileJava.sourceCompatibility = co
dependencies {
implementation project(':DynmapCoreAPI')
implementation 'javax.servlet:javax.servlet-api:3.1.0'
implementation'org.eclipse.jetty:jetty-server:9.4.57.v20241219'
implementation'org.eclipse.jetty:jetty-server:9.4.58.v20250814'
implementation 'org.eclipse.jetty:jetty-servlet:9.4.26.v20200117'
implementation 'com.googlecode.json-simple:json-simple:1.1.1'
implementation 'org.yaml:snakeyaml:1.23' // DON'T UPDATE - NEWER ONE TRIPS ON WINDOWS ENCODED FILES

View file

@ -25,7 +25,7 @@ eclipse {
dependencies {
implementation 'javax.servlet:javax.servlet-api:3.1.0'
implementation'org.eclipse.jetty:jetty-server:9.4.57.v20241219'
implementation'org.eclipse.jetty:jetty-server:9.4.58.v20250814'
implementation 'org.eclipse.jetty:jetty-servlet:9.4.26.v20200117'
implementation 'com.googlecode.json-simple:json-simple:1.1.1'
implementation 'org.yaml:snakeyaml:1.23' // DON'T UPDATE - NEWER ONE TRIPS ON WINDOWS ENCODED FILES