Skip to content

Commit

Permalink
Bump test dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Florent Biville committed Jun 27, 2019
1 parent ef26cfb commit d51562c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<artifactId>license-maven-plugin</artifactId>
<version>3.0</version>
<configuration>
<header>LICENSE_HEADER</header>
<header>${maven.multiModuleProjectDirectory}/LICENSE_HEADER</header>
<includes>
<include>**/src/main/java/**</include>
<include>**/src/main/resources/**</include>
Expand Down
7 changes: 4 additions & 3 deletions processor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
<dependency>
<groupId>com.google.auto.service</groupId>
<artifactId>auto-service</artifactId>
<version>1.0-rc2</version>
<version>1.0-rc5</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
Expand All @@ -34,7 +35,7 @@
<dependency>
<groupId>com.google.testing.compile</groupId>
<artifactId>compile-testing</artifactId>
<version>0.9</version>
<version>0.18</version>
<scope>test</scope>
</dependency>
<dependency>
Expand All @@ -45,7 +46,7 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>2.7.14</version>
<version>2.28.2</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,6 @@ public void warns_if_export_option_not_set()
assert_().about( javaSources() ).that( sources )
.processedWith( processor )
.compilesWithoutError()
.withWarningCount( 2 )
.withWarningContaining( "Skipping export, export path option -AGeneratedDocumentationPath not specified" );
}

Expand Down

0 comments on commit d51562c

Please sign in to comment.