@@ -72,10 +72,10 @@ Licensed under the Universal Permissive License v 1.0 as shown at https://oss.or
72
72
<maven-javadoc-plugin .version>3.6.3</maven-javadoc-plugin .version>
73
73
<maven-jar-plugin .version>3.4.1</maven-jar-plugin .version>
74
74
<maven-surefire-plugin .version>3.2.5</maven-surefire-plugin .version>
75
- <springdoc-openapi-ui .version>1.8 .0</springdoc-openapi-ui .version>
75
+ <springdoc-openapi-starter-webmvc- ui .version>2.5 .0</springdoc-openapi-starter-webmvc -ui .version>
76
76
<commons-lang3 .version>3.14.0</commons-lang3 .version>
77
77
<lombok .version>1.18.32</lombok .version>
78
- <javax .servlet-api.version>4 .0.1</ javax .servlet-api.version>
78
+ <jakarta .servlet-api.version>6 .0.0</ jakarta .servlet-api.version>
79
79
<slf4j-simple .version>2.0.13</slf4j-simple .version>
80
80
<flatten-maven-plugin .version>1.6.0</flatten-maven-plugin .version>
81
81
<checksum-maven-plugin .version>1.11</checksum-maven-plugin .version>
@@ -102,7 +102,7 @@ Licensed under the Universal Permissive License v 1.0 as shown at https://oss.or
102
102
<dependency >
103
103
<groupId >org.springdoc</groupId >
104
104
<artifactId >springdoc-openapi-starter-webmvc-ui</artifactId >
105
- <version >2.5.0 </version >
105
+ <version >${springdoc-openapi-starter-webmvc-ui.version} </version >
106
106
</dependency >
107
107
108
108
<dependency >
@@ -119,7 +119,7 @@ Licensed under the Universal Permissive License v 1.0 as shown at https://oss.or
119
119
<dependency >
120
120
<groupId >jakarta.servlet</groupId >
121
121
<artifactId >jakarta.servlet-api</artifactId >
122
- <version >6.0.0 </version >
122
+ <version >${jakarta.servlet-api.version} </version >
123
123
<scope >provided</scope >
124
124
</dependency >
125
125
<dependency >
0 commit comments