We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24b5385 commit f9b4de9Copy full SHA for f9b4de9
pom.xml
@@ -34,6 +34,8 @@
34
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
35
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
36
<java.version>21</java.version>
37
+ <!-- Security fix for CVE-2025-53506 - remove when upgrade to spring boot starter v4.x.x-->
38
+ <tomcat.version>10.1.43</tomcat.version>
39
<!--plugins-->
40
<exec-maven-plugin.version>3.3.0</exec-maven-plugin.version>
41
<typescript-generator-maven-plugin.version>3.2.1263</typescript-generator-maven-plugin.version>
0 commit comments