updating status changes

This commit is contained in:
2026-06-29 15:46:43 +02:00
parent 51259aab33
commit 545ce6c704
4 changed files with 14 additions and 16 deletions

12
pom.xml
View File

@@ -83,11 +83,6 @@
<artifactId>jakarta.persistence-api</artifactId>
<version>3.1.0</version>
</dependency>
<dependency>
<groupId>com.googlecode.libphonenumber</groupId>
<artifactId>libphonenumber</artifactId>
<version>8.12.10</version>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
@@ -167,12 +162,7 @@
<dependency>
<groupId>com.googlecode.libphonenumber</groupId>
<artifactId>libphonenumber</artifactId>
<version>8.13.36</version> <!-- Use the latest version -->
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-mail</artifactId>
<version>3.1.5</version>
<version>8.13.36</version>
</dependency>
<!-- Maven -->
<dependency>