Skip to content

Commit

Permalink
Update compile-testing version
Browse files Browse the repository at this point in the history
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=245993057
  • Loading branch information
cushon authored and ronshapiro committed May 5, 2019
1 parent 8f8e800 commit e211f6c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/pom.xml
Expand Up @@ -283,7 +283,7 @@
<!-- Apache 2.0 -->
<groupId>com.google.testing.compile</groupId>
<artifactId>compile-testing</artifactId>
<version>0.15</version>
<version>${compile.testing.version}</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
1 change: 1 addition & 0 deletions pom.xml
Expand Up @@ -40,6 +40,7 @@
<junit.version>4.13-beta-1</junit.version>
<dataflow.version>2.5.3</dataflow.version>
<mockito.version>2.25.0</mockito.version>
<compile.testing.version>0.16</compile.testing.version>
</properties>

<modules>
Expand Down
2 changes: 1 addition & 1 deletion test_helpers/pom.xml
Expand Up @@ -145,7 +145,7 @@
<!-- Apache 2.0 -->
<groupId>com.google.testing.compile</groupId>
<artifactId>compile-testing</artifactId>
<version>0.15</version>
<version>${compile.testing.version}</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit e211f6c

Please sign in to comment.