summaryrefslogtreecommitdiff
path: root/internal
diff options
context:
space:
mode:
Diffstat (limited to 'internal')
-rw-r--r--internal/prefixmapper/pom.xml7
1 files changed, 3 insertions, 4 deletions
diff --git a/internal/prefixmapper/pom.xml b/internal/prefixmapper/pom.xml
index e04c748e..7e75f689 100644
--- a/internal/prefixmapper/pom.xml
+++ b/internal/prefixmapper/pom.xml
@@ -3,14 +3,14 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.googlecode.libphonenumber</groupId>
<artifactId>prefixmapper</artifactId>
- <version>2.119</version>
+ <version>2.120</version>
<packaging>jar</packaging>
<url>https://github.com/googlei18n/libphonenumber/</url>
<parent>
<groupId>com.googlecode.libphonenumber</groupId>
<artifactId>libphonenumber-parent</artifactId>
- <version>8.10.13</version>
+ <version>8.10.14</version>
<relativePath>../../pom.xml</relativePath>
</parent>
@@ -27,7 +27,6 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>animal-sniffer-maven-plugin</artifactId>
- <version>1.15</version>
<executions>
<execution>
<phase>test</phase>
@@ -51,7 +50,7 @@
<dependency>
<groupId>com.googlecode.libphonenumber</groupId>
<artifactId>libphonenumber</artifactId>
- <version>8.10.13</version>
+ <version>8.10.14</version>
</dependency>
</dependencies>