|
50 | 50 | -->
|
51 | 51 | <properties>
|
52 | 52 | <algebird.version>0.13.7</algebird.version>
|
53 |
| - <avro.version>1.11.4</avro.version> |
| 53 | + <avro.version>1.12.0</avro.version> |
54 | 54 | <chill.version>0.9.5</chill.version>
|
55 | 55 | <docker.skip-build>false</docker.skip-build>
|
56 | 56 | <docker.skip-test>false</docker.skip-test>
|
|
140 | 140 | <dependency>
|
141 | 141 | <groupId>javax.ws.rs</groupId>
|
142 | 142 | <artifactId>javax.ws.rs-api</artifactId>
|
143 |
| - <version>2.1</version> |
| 143 | + <version>2.1.1</version> |
144 | 144 | </dependency>
|
145 | 145 | <dependency>
|
146 | 146 | <groupId>org.eclipse.jetty</groupId>
|
|
180 | 180 | <dependency>
|
181 | 181 | <groupId>jakarta.xml.bind</groupId>
|
182 | 182 | <artifactId>jakarta.xml.bind-api</artifactId>
|
183 |
| - <version>4.0.1</version> |
| 183 | + <version>4.0.2</version> |
184 | 184 | </dependency>
|
185 | 185 |
|
186 | 186 | <dependency>
|
|
210 | 210 | <dependency>
|
211 | 211 | <groupId>org.assertj</groupId>
|
212 | 212 | <artifactId>assertj-core</artifactId>
|
213 |
| - <version>3.3.0</version> |
| 213 | + <version>3.27.3</version> |
214 | 214 | <scope>test</scope>
|
215 | 215 | </dependency>
|
216 | 216 | <dependency>
|
|
302 | 302 | <dependency>
|
303 | 303 | <groupId>org.scalatestplus</groupId>
|
304 | 304 | <artifactId>junit-4-12_2.13</artifactId>
|
305 |
| - <version>3.1.2.0</version> |
| 305 | + <version>3.2.2.0</version> |
306 | 306 | <scope>test</scope>
|
307 | 307 | </dependency>
|
308 | 308 | <dependency>
|
309 | 309 | <groupId>org.scalatestplus</groupId>
|
310 | 310 | <artifactId>scalatestplus-mockito_2.13</artifactId>
|
311 |
| - <version>1.0.0-M2</version> |
| 311 | + <version>1.0.0-SNAP5</version> |
312 | 312 | <scope>test</scope>
|
313 | 313 | </dependency>
|
314 | 314 | </dependencies>
|
|
409 | 409 | <plugin>
|
410 | 410 | <groupId>org.apache.maven.plugins</groupId>
|
411 | 411 | <artifactId>maven-compiler-plugin</artifactId>
|
412 |
| - <version>3.3</version> |
| 412 | + <version>3.14.0</version> |
413 | 413 | <inherited>true</inherited>
|
414 | 414 | <configuration>
|
415 | 415 | <source>${java.version}</source>
|
|
479 | 479 | -->
|
480 | 480 | <groupId>org.jasig.maven</groupId>
|
481 | 481 | <artifactId>maven-notice-plugin</artifactId>
|
482 |
| - <version>1.0.6.1</version> |
| 482 | + <version>1.1.0</version> |
483 | 483 | <configuration>
|
484 | 484 | <licenseMapping>
|
485 | 485 | <param>../license-mappings.xml</param>
|
|
0 commit comments