Skip to content

Commit

Permalink
upgrading autovalue version to 1.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
eonwhite committed Dec 11, 2018
1 parent d4d0331 commit a7ece0a
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 4 deletions.
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@

<properties>
<jackson.version>2.9.7</jackson.version>
<autovalue.version>1.6.3</autovalue.version>
</properties>

<dependencies>
Expand Down
7 changes: 6 additions & 1 deletion stardao-auto/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -107,10 +107,15 @@
<artifactId>stardao-core</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.google.auto.value</groupId>
<artifactId>auto-value-annotations</artifactId>
<version>${autovalue.version}</version>
</dependency>
<dependency>
<groupId>com.google.auto.value</groupId>
<artifactId>auto-value</artifactId>
<version>1.5.4</version>
<version>${autovalue.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down
7 changes: 6 additions & 1 deletion stardao-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,15 @@
<artifactId>validation-api</artifactId>
<version>2.0.1.Final</version>
</dependency>
<dependency>
<groupId>com.google.auto.value</groupId>
<artifactId>auto-value-annotations</artifactId>
<version>${autovalue.version}</version>
</dependency>
<dependency>
<groupId>com.google.auto.value</groupId>
<artifactId>auto-value</artifactId>
<version>1.5.4</version>
<version>${autovalue.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion stardao-dynamodb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
<dependency>
<groupId>com.google.auto.value</groupId>
<artifactId>auto-value</artifactId>
<version>1.5.4</version>
<version>${autovalue.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion stardao-mongodb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
<dependency>
<groupId>com.google.auto.value</groupId>
<artifactId>auto-value</artifactId>
<version>1.5.4</version>
<version>1.6.3</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit a7ece0a

Please sign in to comment.