Skip to content

Commit

Permalink
Merge pull request #58 from telekom/phonelib/8_13_35
Browse files Browse the repository at this point in the history
Use PhoneLib 8.13.35 and prepare release
  • Loading branch information
Anrufliste authored Apr 19, 2024
2 parents 3d9e856 + be5fc18 commit b8e0bb7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<artifactId>normalizer</artifactId>
<name>Phonenumber Normalizer</name>
<description>Library to work with phonenumbers, especially to fix googles PhoneLib ignoring German Landline specifics.</description>
<version>1.1.24-SNAPSHOT</version>
<version>1.1.24</version>
<packaging>jar</packaging>
<url>https://github.com/telekom/phonenumber-normalizer</url>

Expand Down Expand Up @@ -86,7 +86,7 @@
<dependency>
<groupId>com.googlecode.libphonenumber</groupId>
<artifactId>libphonenumber</artifactId>
<version>8.13.34</version>
<version>8.13.35</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -142,7 +142,7 @@
<dependency>
<groupId>com.googlecode.libphonenumber</groupId>
<artifactId>geocoder</artifactId>
<version>2.228</version>
<version>2.229</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit b8e0bb7

Please sign in to comment.