aboutsummaryrefslogtreecommitdiff
path: root/common/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'common/pom.xml')
-rw-r--r--common/pom.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/common/pom.xml b/common/pom.xml
index 7d1c8773..e4a23e02 100644
--- a/common/pom.xml
+++ b/common/pom.xml
@@ -26,7 +26,7 @@
<groupId>com.google.auto</groupId>
<artifactId>auto-common</artifactId>
- <version>HEAD-SNAPSHOT</version>
+ <version>0.11</version>
<name>Auto Common Libraries</name>
<description>
Common utilities for creating annotation processors.
@@ -36,7 +36,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<java.version>1.8</java.version>
- <guava.version>27.0.1-jre</guava.version>
+ <guava.version>29.0-jre</guava.version>
<truth.version>1.0.1</truth.version>
</properties>
@@ -75,7 +75,7 @@
If you use JavaPoet, you can use GeneratedAnnotationSpecs. -->
<groupId>com.squareup</groupId>
<artifactId>javapoet</artifactId>
- <version>1.9.0</version>
+ <version>1.13.0</version>
<optional>true</optional>
</dependency>
@@ -107,7 +107,7 @@
<dependency>
<groupId>org.eclipse.jdt</groupId>
<artifactId>ecj</artifactId>
- <version>3.20.0</version>
+ <version>3.22.0</version>
<scope>test</scope>
</dependency>
</dependencies>