|
10 | 10 | <properties>
|
11 | 11 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
12 | 12 | <dropwizard.version>2.0.0</dropwizard.version>
|
13 |
| - <junit.platform.version>1.10.3</junit.platform.version> |
14 |
| - <junit.jupiter.version>5.4.2</junit.jupiter.version> |
15 |
| - <junit.vintage.version>5.11.0</junit.vintage.version> |
| 13 | + <junit.jupiter.version>5.11.0</junit.jupiter.version> |
16 | 14 | <postgresql.version>42.7.3</postgresql.version>
|
17 | 15 | <flyway.version>9.16.3</flyway.version>
|
18 | 16 | <mockito.version>2.28.2</mockito.version>
|
|
112 | 110 | </exclusion>
|
113 | 111 | </exclusions>
|
114 | 112 | </dependency>
|
115 |
| - <dependency> |
116 |
| - <groupId>org.junit.platform</groupId> |
117 |
| - <artifactId>junit-platform-launcher</artifactId> |
118 |
| - <version>${junit.platform.version}</version> |
119 |
| - <scope>test</scope> |
120 |
| - </dependency> |
121 | 113 | <dependency>
|
122 | 114 | <groupId>org.junit.jupiter</groupId>
|
123 | 115 | <artifactId>junit-jupiter</artifactId>
|
124 | 116 | <version>${junit.jupiter.version}</version>
|
125 | 117 | <scope>test</scope>
|
126 | 118 | </dependency>
|
127 |
| - <dependency> |
128 |
| - <groupId>org.junit.vintage</groupId> |
129 |
| - <artifactId>junit-vintage-engine</artifactId> |
130 |
| - <version>${junit.vintage.version}</version> |
131 |
| - <scope>test</scope> |
132 |
| - </dependency> |
133 | 119 | <dependency>
|
134 | 120 | <groupId>com.nimbusds</groupId>
|
135 | 121 | <artifactId>nimbus-jose-jwt</artifactId>
|
|
167 | 153 | </includes>
|
168 | 154 | </configuration>
|
169 | 155 | <dependencies>
|
170 |
| - <dependency> |
171 |
| - <groupId>org.junit.platform</groupId> |
172 |
| - <artifactId>junit-platform-launcher</artifactId> |
173 |
| - <version>${junit.platform.version}</version> |
174 |
| - </dependency> |
175 | 156 | <dependency>
|
176 | 157 | <groupId>org.junit.jupiter</groupId>
|
177 | 158 | <artifactId>junit-jupiter</artifactId>
|
178 | 159 | <version>${junit.jupiter.version}</version>
|
179 | 160 | </dependency>
|
180 |
| - <dependency> |
181 |
| - <groupId>org.junit.vintage</groupId> |
182 |
| - <artifactId>junit-vintage-engine</artifactId> |
183 |
| - <version>${junit.vintage.version}</version> |
184 |
| - </dependency> |
185 | 161 | </dependencies>
|
186 | 162 | </plugin>
|
187 | 163 | <plugin>
|
|
0 commit comments