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 daebfcf commit e4d49c5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ project.dependencies {
implementation("com.google.guava:guava:${guavaVersion}")
api("org.apache.httpcomponents.core5:httpcore5:${httpcore5Version}")
api("org.apache.httpcomponents.client5:httpclient5:${httpclient5Version}")
api("org.hamcrest:hamcrest-core:${hamcrestCoreVersion}")
api("org.hamcrest:hamcrest:${hamcrestVersion}")
implementation("org.apache.commons:commons-text:${commonsTextVersion}")
implementation("com.fasterxml.jackson.core:jackson-databind:${jacksonDatabindVersion}")
implementation("org.apache.commons:commons-collections4:${commonsCollections4Version}")
Expand Down
1 change: 0 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ aspectjVersion=1.9.21
assertjVersion=3.23.1
awaitilityVersion=4.2.0
reflectionsVersion=0.9.10
hamcrestCoreVersion=1.3

lookfirstSardineVersion=5.7
jettyVersion=12.0.4
Expand Down
1 change: 1 addition & 0 deletions src/org/labkey/test/WebDriverWrapper.java
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,7 @@ protected Pair<WebDriver, DriverService> createNewWebDriver(@NotNull Pair<WebDri
options.addArguments("disable-xss-auditor");
options.addArguments("ignore-certificate-errors");
options.addArguments("disable-infobars");
options.addArguments("short-reporting-delay");
if (TestProperties.isRunWebDriverHeadless())
{
TestLogger.warn("Launching Chrome in headless mode. This is still experimental");
Expand Down

0 comments on commit e4d49c5

Please sign in to comment.