|
5 | 5 |
|
6 | 6 | <groupId>eu.openanalytics</groupId> |
7 | 7 | <artifactId>shinyproxy</artifactId> |
8 | | - <version>3.2.2</version> |
| 8 | + <version>3.2.3</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.11</version> |
| 23 | + <version>3.4.13</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.2</containerproxy.version> |
35 | | - <spring-boot.version>3.4.11</spring-boot.version> |
| 34 | + <containerproxy.version>1.2.3</containerproxy.version> |
| 35 | + <spring-boot.version>3.4.13</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> |
|
155 | 155 | <artifactId>junit-platform-launcher</artifactId> |
156 | 156 | <scope>test</scope> |
157 | 157 | </dependency> |
| 158 | + |
| 159 | + <!-- Transitive dependencies updated for security --> |
| 160 | + <dependency> |
| 161 | + <groupId>io.undertow</groupId> |
| 162 | + <artifactId>undertow-core</artifactId> |
| 163 | + <version>2.3.21.Final</version> |
| 164 | + </dependency> |
| 165 | + <dependency> |
| 166 | + <groupId>io.undertow</groupId> |
| 167 | + <artifactId>undertow-servlet</artifactId> |
| 168 | + <version>2.3.21.Final</version> |
| 169 | + </dependency> |
| 170 | + <dependency> |
| 171 | + <groupId>io.undertow</groupId> |
| 172 | + <artifactId>undertow-websockets-jsr</artifactId> |
| 173 | + <version>2.3.21.Final</version> |
| 174 | + </dependency> |
| 175 | + <dependency> |
| 176 | + <groupId>org.apache.logging.log4j</groupId> |
| 177 | + <artifactId>log4j-api</artifactId> |
| 178 | + <version>2.25.3</version> |
| 179 | + </dependency> |
158 | 180 | </dependencies> |
159 | 181 |
|
160 | 182 | <build> |
|
0 commit comments