|
5 | 5 |
|
6 | 6 | <groupId>eu.openanalytics</groupId> |
7 | 7 | <artifactId>shinyproxy</artifactId> |
8 | | - <version>3.2.0</version> |
| 8 | + <version>3.2.1</version> |
9 | 9 | <packaging>jar</packaging> |
10 | 10 | <inceptionYear>2016</inceptionYear> |
11 | 11 |
|
|
20 | 20 | <parent> |
21 | 21 | <groupId>org.springframework.boot</groupId> |
22 | 22 | <artifactId>spring-boot-starter-parent</artifactId> |
23 | | - <version>3.4.5</version> |
| 23 | + <version>3.4.11</version> |
24 | 24 | <relativePath/> |
25 | 25 | </parent> |
26 | 26 |
|
|
31 | 31 | <maven.compiler.target>21</maven.compiler.target> |
32 | 32 | <resource.delimiter>&</resource.delimiter> |
33 | 33 | <!-- Dependency versions --> |
34 | | - <containerproxy.version>1.2.0</containerproxy.version> |
35 | | - <spring-boot.version>3.4.5</spring-boot.version> |
| 34 | + <containerproxy.version>1.2.1</containerproxy.version> |
| 35 | + <spring-boot.version>3.4.11</spring-boot.version> |
36 | 36 | <datatables.version>1.13.5</datatables.version> |
37 | 37 | <datatables-buttons.version>2.4.1</datatables-buttons.version> |
38 | 38 | <datatables-responsive.version>2.2.7</datatables-responsive.version> |
39 | 39 | <handlebars.version>4.7.7</handlebars.version> |
40 | 40 | <!-- Plugin versions --> |
41 | 41 | <maven.license-plugin.version>4.6</maven.license-plugin.version> |
42 | 42 | <maven.build-helper-maven.plugin.version>3.6.0</maven.build-helper-maven.plugin.version> |
| 43 | + <maven.dependency-check-plugin.version>12.1.7</maven.dependency-check-plugin.version> |
43 | 44 | </properties> |
44 | 45 |
|
45 | 46 | <distributionManagement> |
|
320 | 321 | <plugin> |
321 | 322 | <groupId>org.owasp</groupId> |
322 | 323 | <artifactId>dependency-check-maven</artifactId> |
323 | | - <version>9.0.9</version> |
| 324 | + <version>${maven.dependency-check-plugin.version}</version> |
324 | 325 | <configuration> |
325 | 326 | <suppressionFiles> |
326 | 327 | <suppressionFile>owasp-suppression.xml</suppressionFile> |
|
0 commit comments