|
3 | 3 | <modelVersion>4.0.0</modelVersion> |
4 | 4 | <groupId>org.owasp.esapi</groupId> |
5 | 5 | <artifactId>esapi</artifactId> |
6 | | - <version>2.5.3.0-SNAPSHOT</version> |
| 6 | + <version>2.5.3.0-SNAPSHOT-JAKARTA</version> |
7 | 7 | <packaging>jar</packaging> |
8 | 8 |
|
9 | 9 | <distributionManagement> |
|
152 | 152 |
|
153 | 153 | <dependencies> |
154 | 154 | <dependency> |
155 | | - <groupId>javax.servlet</groupId> |
156 | | - <artifactId>javax.servlet-api</artifactId> |
157 | | - <version>3.1.0</version> |
| 155 | + <groupId>jakarta.servlet</groupId> |
| 156 | + <artifactId>jakarta.servlet-api</artifactId> |
| 157 | + <version>6.0.0</version> |
158 | 158 | <scope>provided</scope> |
159 | 159 | </dependency> |
160 | 160 | <dependency> |
161 | | - <groupId>javax.servlet.jsp</groupId> |
162 | | - <artifactId>javax.servlet.jsp-api</artifactId> |
163 | | - <version>2.3.3</version> |
| 161 | + <groupId>jakarta.servlet.jsp</groupId> |
| 162 | + <artifactId>jakarta.servlet.jsp-api</artifactId> |
| 163 | + <version>3.1.1</version> |
164 | 164 | <scope>provided</scope> |
165 | 165 | <!-- Note: Because this dependency is provided, this exclusion doesn't actually do anything. |
166 | 166 | But we include it so the convergence report will report 100% convergence. |
167 | 167 | Deleting this does not cause the convergence check to fail. |
168 | 168 | --> |
169 | 169 | <exclusions> |
170 | 170 | <exclusion> |
171 | | - <groupId>javax.servlet</groupId> |
172 | | - <artifactId>javax.servlet-api</artifactId> |
| 171 | + <groupId>jakarta.servlet</groupId> |
| 172 | + <artifactId>jakarta.servlet-api</artifactId> |
173 | 173 | </exclusion> |
174 | 174 | </exclusions> |
175 | 175 | </dependency> |
|
229 | 229 | <version>2.6</version> |
230 | 230 | </dependency> |
231 | 231 | <dependency> |
232 | | - <groupId>commons-fileupload</groupId> |
233 | | - <artifactId>commons-fileupload</artifactId> |
234 | | - <version>1.5</version> |
| 232 | + <groupId>org.apache.commons</groupId> |
| 233 | + <artifactId>commons-fileupload2</artifactId> |
| 234 | + <version>2.0-SNAPSHOT</version> |
235 | 235 | </dependency> |
236 | 236 | <dependency> |
237 | 237 | <groupId>org.apache.commons</groupId> |
|
0 commit comments