|
5 | 5 |
|
6 | 6 | <groupId>eu.openanalytics</groupId> |
7 | 7 | <artifactId>shinyproxy</artifactId> |
8 | | - <version>3.3.0-SNAPSHOT</version> |
| 8 | + <version>3.2.4</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.13</version> |
| 23 | + <version>3.5.14</version> |
24 | 24 | <relativePath/> |
25 | 25 | </parent> |
26 | 26 |
|
|
32 | 32 | <resource.delimiter>&</resource.delimiter> |
33 | 33 | <!-- Dependency versions --> |
34 | 34 | <containerproxy.version>1.3.0-SNAPSHOT</containerproxy.version> |
35 | | - <spring-boot.version>3.4.13</spring-boot.version> |
| 35 | + <spring-boot.version>3.5.14</spring-boot.version> |
36 | 36 | <datatables.version>2.3.4</datatables.version> |
37 | 37 | <datatables-plugins.version>2.3.6</datatables-plugins.version> |
38 | 38 | <datatables-buttons.version>3.1.2</datatables-buttons.version> |
39 | 39 | <datatables-responsive.version>2.4.0</datatables-responsive.version> |
40 | | - <handlebars.version>4.7.7</handlebars.version> |
| 40 | + <handlebars.version>4.7.9</handlebars.version> |
41 | 41 | <sqlite-jdbc.version>3.50.3.0</sqlite-jdbc.version> |
42 | 42 | <commons-lang.version>3.18.0</commons-lang.version> |
43 | 43 | <!-- Plugin versions --> |
|
147 | 147 | </exclusions> |
148 | 148 | </dependency> |
149 | 149 | <dependency> |
150 | | - <groupId>org.webjars</groupId> |
| 150 | + <groupId>org.webjars.npm</groupId> |
151 | 151 | <artifactId>handlebars</artifactId> |
152 | 152 | <version>${handlebars.version}</version> |
153 | 153 | </dependency> |
|
189 | 189 |
|
190 | 190 | <!-- Transitive dependencies updated for security --> |
191 | 191 | <dependency> |
192 | | - <groupId>io.undertow</groupId> |
193 | | - <artifactId>undertow-core</artifactId> |
194 | | - <version>2.3.21.Final</version> |
195 | | - </dependency> |
196 | | - <dependency> |
197 | | - <groupId>io.undertow</groupId> |
198 | | - <artifactId>undertow-servlet</artifactId> |
199 | | - <version>2.3.21.Final</version> |
200 | | - </dependency> |
201 | | - <dependency> |
202 | | - <groupId>io.undertow</groupId> |
203 | | - <artifactId>undertow-websockets-jsr</artifactId> |
204 | | - <version>2.3.21.Final</version> |
| 192 | + <groupId>org.webjars</groupId> |
| 193 | + <artifactId>swagger-ui</artifactId> |
| 194 | + <version>5.32.5</version> |
205 | 195 | </dependency> |
206 | 196 | <dependency> |
207 | 197 | <groupId>org.apache.logging.log4j</groupId> |
208 | 198 | <artifactId>log4j-api</artifactId> |
209 | | - <version>2.25.3</version> |
| 199 | + <version>2.25.4</version> |
210 | 200 | </dependency> |
211 | 201 | </dependencies> |
212 | 202 |
|
|
0 commit comments