Skip to content

Commit

Permalink
libphonenumber 8.13.43 made change to German mobile 017x number range…
Browse files Browse the repository at this point in the history
… length check. (#74)

Previously all have been identified as variable 10 or 11.
Now 0176 is identified as 11 but not 10 - while all the others are still variable identified, but then only 10 would be correct.

Addapted tests.

Preparing new Release 1.2.6
  • Loading branch information
Anrufliste authored Sep 1, 2024
1 parent 0565225 commit a11dfd3
Show file tree
Hide file tree
Showing 3 changed files with 370 additions and 343 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.2.6-SNAPSHOT</version>
<version>1.2.6</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.40</version>
<version>8.13.44</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -150,7 +150,7 @@
<dependency>
<groupId>com.googlecode.libphonenumber</groupId>
<artifactId>geocoder</artifactId>
<version>2.234</version>
<version>2.238</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
Loading

0 comments on commit a11dfd3

Please sign in to comment.