Skip to content

Commit

Permalink
Update to Hamcrest 2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
labkey-tchad committed Jan 10, 2024
1 parent 0a05c1b commit 2abc3fa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -281,8 +281,7 @@ allprojects {
force "org.ow2.asm:asm:${asmVersion}"
// force junit and hamcrest versions to be consistent with what comes from labkey-client-api.
// The hamcrest dependencies come through transitively from jackson, junit, jmock
force "org.hamcrest:hamcrest-core:${hamcrestVersion}"
force "org.hamcrest:hamcrest-library:${hamcrestVersion}"
force "org.hamcrest:hamcrest:${hamcrestVersion}"
force "junit:junit:${junitVersion}"
// force consistency in nlp and saml that bring these in transitively
force "org.codehaus.woodstox:stax2-api:${stax2ApiVersion}"
Expand Down Expand Up @@ -350,6 +349,9 @@ allprojects {
substitute module('eigenbase:eigenbase-properties') using module("net.hydromatic:eigenbase-properties:${eigenbasePropertiesVersion}")
substitute module('eigenbase:eigenbase-resgen') using module("net.hydromatic:eigenbase-resgen:${eigenbaseResgenVersion}")
substitute module('eigenbase:eigenbase-xom') using module("net.hydromatic:eigenbase-xom:${eigenbaseXomVersion}")

substitute module('org.hamcrest:hamcrest-core') using module("org.hamcrest:hamcrest:${hamcrestVersion}")
substitute module('org.hamcrest:hamcrest-library') using module("org.hamcrest:hamcrest:${hamcrestVersion}")
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ gwtServletVersion=2.10.0
# For dev builds, the targeted, single permutation browser. Can be either gwt-user-firefox, gwt-user-chrome, or gwt-user-ie
gwtBrowser=gwt-user-chrome

hamcrestVersion=1.3
hamcrestVersion=2.2

# Note: if changing this, we might need to match with the picard version in the SequenceAnalysis module build.gradle
htsjdkVersion=4.0.0
Expand Down

0 comments on commit 2abc3fa

Please sign in to comment.