Skip to content
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
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ dependencies {
// needed for syslog4j. Used in java test modules and JsonServerServlet subclasses in tests
// but not in SDK code proper.
testImplementation('net.java.dev.jna:jna:3.4.0')
testImplementation("nl.jqno.equalsverifier:equalsverifier:4.0.7")
testImplementation("nl.jqno.equalsverifier:equalsverifier:4.1.1")
// this is OOOOOOLD. But that probably means updating java_common
testImplementation('org.eclipse.jetty.aggregate:jetty-all:7.0.0.v20091005')
testImplementation('org.hamcrest:hamcrest:3.0')
Expand Down
Loading