Skip to content

Commit e75dff6

Browse files
committed
pom fix
1 parent cd4bc8a commit e75dff6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,10 @@ Licensed under the Universal Permissive License v 1.0 as shown at https://oss.or
7272
<maven-javadoc-plugin.version>3.6.3</maven-javadoc-plugin.version>
7373
<maven-jar-plugin.version>3.4.1</maven-jar-plugin.version>
7474
<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>
7676
<commons-lang3.version>3.14.0</commons-lang3.version>
7777
<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>
7979
<slf4j-simple.version>2.0.13</slf4j-simple.version>
8080
<flatten-maven-plugin.version>1.6.0</flatten-maven-plugin.version>
8181
<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
102102
<dependency>
103103
<groupId>org.springdoc</groupId>
104104
<artifactId>springdoc-openapi-starter-webmvc-ui</artifactId>
105-
<version>2.5.0</version>
105+
<version>${springdoc-openapi-starter-webmvc-ui.version}</version>
106106
</dependency>
107107

108108
<dependency>
@@ -119,7 +119,7 @@ Licensed under the Universal Permissive License v 1.0 as shown at https://oss.or
119119
<dependency>
120120
<groupId>jakarta.servlet</groupId>
121121
<artifactId>jakarta.servlet-api</artifactId>
122-
<version>6.0.0</version>
122+
<version>${jakarta.servlet-api.version}</version>
123123
<scope>provided</scope>
124124
</dependency>
125125
<dependency>

0 commit comments

Comments
 (0)