|
44 | 44 | <maven.compiler.target>11</maven.compiler.target>
|
45 | 45 | <maven.test.redirectTestOutputToFile>true</maven.test.redirectTestOutputToFile>
|
46 | 46 |
|
47 |
| - <jackson.version>2.15.1</jackson.version> |
| 47 | + <jackson.version>2.15.2</jackson.version> |
| 48 | + <slf4j.version>2.0.12</slf4j.version> |
48 | 49 | </properties>
|
49 | 50 |
|
50 | 51 | <repositories>
|
|
306 | 307 | <dependency>
|
307 | 308 | <groupId>com.github.jknack</groupId>
|
308 | 309 | <artifactId>handlebars</artifactId>
|
309 |
| - <version>2.2.3</version> |
| 310 | + <version>4.2.1</version> |
310 | 311 | <exclusions>
|
311 | 312 | <exclusion>
|
312 | 313 | <groupId>org.mozilla</groupId>
|
|
331 | 332 | <dependency>
|
332 | 333 | <groupId>io.github.classgraph</groupId>
|
333 | 334 | <artifactId>classgraph</artifactId>
|
334 |
| - <version>4.8.160</version> |
| 335 | + <version>4.8.168</version> |
335 | 336 | </dependency>
|
336 | 337 | <!-- https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-databind -->
|
337 | 338 | <dependency>
|
|
352 | 353 | <dependency>
|
353 | 354 | <groupId>org.slf4j</groupId>
|
354 | 355 | <artifactId>slf4j-api</artifactId>
|
355 |
| - <version>1.7.21</version> |
| 356 | + <version>${slf4j.version}</version> |
356 | 357 | </dependency>
|
357 | 358 | <dependency>
|
358 | 359 | <groupId>org.slf4j</groupId>
|
359 | 360 | <artifactId>slf4j-simple</artifactId>
|
360 |
| - <version>1.7.21</version> |
| 361 | + <version>${slf4j.version}</version> |
361 | 362 | </dependency>
|
362 | 363 | <dependency>
|
363 | 364 | <groupId>org.webjars</groupId>
|
|
384 | 385 | <dependency>
|
385 | 386 | <groupId>org.apache.commons</groupId>
|
386 | 387 | <artifactId>commons-lang3</artifactId>
|
387 |
| - <version>3.8.1</version> |
| 388 | + <version>3.13.0</version> |
388 | 389 | </dependency>
|
389 | 390 | <dependency>
|
390 | 391 | <groupId>com.google.guava</groupId>
|
|
0 commit comments