Skip to content
Merged
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 @@ -258,8 +258,8 @@ dependencies {
// 21.0.2 is the latest version. As of Nov 2025, we have moved to OpenJFX 25 so this may cause issues
testImplementation 'org.testfx:openjfx-monocle:21.0.2'

testImplementation 'org.xmlunit:xmlunit-matchers:2.13.0'
testImplementation 'org.xmlunit:xmlunit-core:2.13.0'
testImplementation 'org.xmlunit:xmlunit-matchers:2.14.0'
testImplementation 'org.xmlunit:xmlunit-core:2.14.0'

spotbugsPlugins 'com.h3xstream.findsecbugs:findsecbugs-plugin:1.14.0'

Expand Down
Loading