|
5 | 5 | <parent> |
6 | 6 | <groupId>org.entur.gbfs</groupId> |
7 | 7 | <artifactId>gbfs-validator-java-parent</artifactId> |
8 | | - <version>2.0.52-SNAPSHOT</version> |
| 8 | + <version>2.0.56-SNAPSHOT</version> |
9 | 9 | </parent> |
10 | 10 |
|
11 | 11 | <artifactId>gbfs-validator-java-api</artifactId> |
|
37 | 37 | <java.version>17</java.version> |
38 | 38 | <maven.compiler.source>17</maven.compiler.source> |
39 | 39 | <maven.compiler.target>17</maven.compiler.target> |
40 | | - <junit.version>5.10.2</junit.version> |
| 40 | + <junit.version>6.0.0</junit.version> |
41 | 41 | <mockito.version>5.11.0</mockito.version> |
42 | | - <junit-platform.version>1.10.2</junit-platform.version> |
| 42 | + <junit-platform.version>6.0.0</junit-platform.version> |
43 | 43 | <openapi-generator-maven-plugin>6.0.0</openapi-generator-maven-plugin> |
44 | 44 | </properties> |
45 | 45 |
|
|
125 | 125 | <dependency> |
126 | 126 | <groupId>org.entur.gbfs</groupId> |
127 | 127 | <artifactId>gbfs-validator-java-loader</artifactId> |
128 | | - <version>2.0.52-SNAPSHOT</version> |
| 128 | + <version>2.0.56-SNAPSHOT</version> |
129 | 129 | </dependency> |
130 | 130 |
|
131 | 131 | <dependency> |
132 | 132 | <groupId>org.entur.gbfs</groupId> |
133 | 133 | <artifactId>gbfs-validator-java</artifactId> |
134 | | - <version>2.0.52-SNAPSHOT</version> |
| 134 | + <version>2.0.56-SNAPSHOT</version> |
135 | 135 | </dependency> |
136 | 136 | <dependency> |
137 | 137 | <groupId>com.google.guava</groupId> |
138 | 138 | <artifactId>guava</artifactId> |
139 | | - <version>32.1.3-jre</version> |
| 139 | + <version>33.5.0-jre</version> |
140 | 140 | </dependency> |
141 | 141 |
|
142 | 142 | <dependency> |
|
189 | 189 | <dependency> |
190 | 190 | <groupId>org.eclipse.jetty</groupId> |
191 | 191 | <artifactId>jetty-servlet</artifactId> |
192 | | - <version>9.4.53.v20231009</version> |
| 192 | + <version>11.0.26</version> |
193 | 193 | <scope>test</scope> |
194 | 194 | </dependency> |
195 | 195 |
|
196 | 196 | <!-- Jetty util dependency required by Spring Boot Test --> |
197 | 197 | <dependency> |
198 | 198 | <groupId>org.eclipse.jetty</groupId> |
199 | 199 | <artifactId>jetty-util</artifactId> |
200 | | - <version>9.4.53.v20231009</version> |
| 200 | + <version>12.1.1</version> |
201 | 201 | <scope>test</scope> |
202 | 202 | </dependency> |
203 | 203 | </dependencies> |
|
0 commit comments