Skip to content

Bump org.eclipse.jetty.aggregate:jetty-all from 7.0.0.v20091005 to 9.4.57.v20241219 #116

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ dependencies {
implementation('javax.annotation:javax.annotation-api:1.3.2')
implementation('joda-time:joda-time:2.2')
// this is OOOOOOLD. But that probably means updating java_common
implementation('org.eclipse.jetty.aggregate:jetty-all:7.0.0.v20091005')
implementation('org.eclipse.jetty.aggregate:jetty-all:9.4.57.v20241219')
// TODO DEPS Need to rework the java common logger to not use syslog4j at all since it's
// abandonware and has a ton of CVEs, even in the newer versions.
// Note that the java SDK modules use syslog4j, so we'll need to figure something out
Expand Down Expand Up @@ -383,7 +383,7 @@ dependencies {
generatedCodeClasspath('joda-time:joda-time:2.2')
generatedCodeClasspath('junit:junit:4.12')
generatedCodeClasspath('net.java.dev.jna:jna:3.4.0')
generatedCodeClasspath('org.eclipse.jetty.aggregate:jetty-all:7.0.0.v20091005')
generatedCodeClasspath('org.eclipse.jetty.aggregate:jetty-all:9.4.57.v20241219')
generatedCodeClasspath('org.hamcrest:hamcrest-core:1.3')
generatedCodeClasspath('org.ini4j:ini4j:0.5.2')
generatedCodeClasspath('org.syslog4j:syslog4j:0.9.46')
Expand Down
Loading