We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8aeccbd + 321ca14 commit 89b3eaaCopy full SHA for 89b3eaa
1 file changed
gbfs-validator-java-api/pom.xml
@@ -189,15 +189,15 @@
189
<dependency>
190
<groupId>org.eclipse.jetty</groupId>
191
<artifactId>jetty-servlet</artifactId>
192
- <version>9.4.53.v20231009</version>
+ <version>11.0.26</version>
193
<scope>test</scope>
194
</dependency>
195
196
<!-- Jetty util dependency required by Spring Boot Test -->
197
198
199
<artifactId>jetty-util</artifactId>
200
+ <version>12.1.1</version>
201
202
203
</dependencies>
0 commit comments