Skip to content

Commit

Permalink
Upgrade testng and logback (close #233)
Browse files Browse the repository at this point in the history
  • Loading branch information
henri-tremblay committed Oct 28, 2018
1 parent 4a3b802 commit 590367c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -76,7 +76,7 @@
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
<version>6.14.3</version>
<version>7.0.0-beta1</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down
2 changes: 1 addition & 1 deletion test-osgi/pom.xml
Expand Up @@ -84,7 +84,7 @@
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.2.3</version>
<version>1.3.0-alpha4</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 590367c

Please sign in to comment.