Skip to content

Commit

Permalink
Merge pull request #45 from telekom/phonelib/8_13_29
Browse files Browse the repository at this point in the history
Use new PhoneLib Version 8.13.29
  • Loading branch information
Anrufliste authored Jan 28, 2024
2 parents fff2b7b + 3af1318 commit af35902
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 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.18-SNAPSHOT</version>
<version>1.1.18</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.28</version>
<version>8.13.29</version>
</dependency>

<dependency>
Expand All @@ -95,10 +95,13 @@
<scope>provided</scope> <!-- must be provided, see docs -->
<version>${lombok.version}</version>
</dependency>
<!--
TODO: need to upgrade spring context to 6.x
-->
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
<version>5.3.27</version>
<version>5.3.31</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
Expand Down Expand Up @@ -139,7 +142,7 @@
<dependency>
<groupId>com.googlecode.libphonenumber</groupId>
<artifactId>geocoder</artifactId>
<version>2.222</version>
<version>2.223</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit af35902

Please sign in to comment.