|
|
@@ -12,8 +12,8 @@
|
|
|
<artifactId>car-wash-miniapp</artifactId>
|
|
|
|
|
|
<properties>
|
|
|
- <maven.compiler.source>17</maven.compiler.source>
|
|
|
- <maven.compiler.target>17</maven.compiler.target>
|
|
|
+ <maven.compiler.source>21</maven.compiler.source>
|
|
|
+ <maven.compiler.target>21</maven.compiler.target>
|
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
|
</properties>
|
|
|
|
|
|
@@ -51,29 +51,20 @@
|
|
|
|
|
|
<dependency>
|
|
|
<groupId>com.sun.mail</groupId>
|
|
|
- <artifactId>javax.mail</artifactId>
|
|
|
- <version>1.6.2</version>
|
|
|
+ <artifactId>jakarta.mail</artifactId>
|
|
|
+ <version>2.0.2</version>
|
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
|
- <groupId>javax.xml.bind</groupId>
|
|
|
- <artifactId>jaxb-api</artifactId>
|
|
|
- <version>2.3.1</version>
|
|
|
+ <groupId>jakarta.xml.bind</groupId>
|
|
|
+ <artifactId>jakarta.xml.bind-api</artifactId>
|
|
|
+ <version>4.0.0</version>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>com.sun.xml.bind</groupId>
|
|
|
<artifactId>jaxb-impl</artifactId>
|
|
|
- <version>2.3.1</version>
|
|
|
- </dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>com.sun.xml.bind</groupId>
|
|
|
- <artifactId>jaxb-core</artifactId>
|
|
|
- <version>2.3.0.1</version>
|
|
|
- </dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>jakarta.activation</groupId>
|
|
|
- <artifactId>jakarta.activation-api</artifactId>
|
|
|
- <version>2.1.3</version>
|
|
|
+ <version>4.0.3</version>
|
|
|
+ <scope>runtime</scope>
|
|
|
</dependency>
|
|
|
|
|
|
|