Skip to content
Closed
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 @@ -221,8 +221,8 @@ dependencies {
// in favor of the new one which is a transitive dependency elsewhere
exclude group: 'javax.activation', module: 'activation'
}
testImplementation 'org.eclipse.jetty:jetty-server:9.3.11.v20160721'
testImplementation 'org.eclipse.jetty:jetty-servlet:9.3.11.v20160721'
testImplementation 'org.eclipse.jetty:jetty-server:12.0.22'
testImplementation 'org.eclipse.jetty:jetty-servlet:12.0.22'
testImplementation 'io.github.java-diff-utils:java-diff-utils:2.2.0'
testImplementation 'de.danielbechler:java-object-diff:0.94'
testImplementation 'org.jsoup:jsoup:1.10.2'
Expand Down
Loading