Skip to content
This repository has been archived by the owner on Sep 21, 2021. It is now read-only.

Commit

Permalink
Updating dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
diemol committed May 30, 2017
1 parent 705b718 commit dbf1654
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@
<properties>
<selenium-server.major-minor.version>3.3</selenium-server.major-minor.version>
<selenium-server.patch-level.version>1</selenium-server.patch-level.version>
<docker-client.version>8.4.0</docker-client.version>
<docker-client.version>8.6.0</docker-client.version>
<junit.version>4.12</junit.version>
<mockito.version>2.7.22</mockito.version>
<mockito.version>2.8.9</mockito.version>
<awaitility.version>3.0.0</awaitility.version>
<testng.version>6.11</testng.version>
<slf4j.version>1.7.25</slf4j.version>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ public void executeCommand(String containerId, String[] command) {
ga.trackException(e);
}
} catch (DockerException | InterruptedException e) {
logger.log(Level.WARNING, nodeId + " Error while executing the command", e);
logger.log(Level.FINE, nodeId + " Error while executing the command", e);
ga.trackException(e);
}
}
Expand Down

0 comments on commit dbf1654

Please sign in to comment.