|
5 | 5 |
|
6 | 6 | <groupId>eu.openanalytics</groupId> |
7 | 7 | <artifactId>shinyproxy</artifactId> |
8 | | - <version>3.2.3</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 |
|
|
31 | 31 | <maven.compiler.target>21</maven.compiler.target> |
32 | 32 | <resource.delimiter>&</resource.delimiter> |
33 | 33 | <!-- Dependency versions --> |
34 | | - <containerproxy.version>1.2.3</containerproxy.version> |
35 | | - <spring-boot.version>3.4.13</spring-boot.version> |
| 34 | + <containerproxy.version>1.2.4</containerproxy.version> |
| 35 | + <spring-boot.version>3.5.14</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 | | - <handlebars.version>4.7.7</handlebars.version> |
| 39 | + <handlebars.version>4.7.9</handlebars.version> |
40 | 40 | <sqlite-jdbc.version>3.50.3.0</sqlite-jdbc.version> |
41 | 41 | <commons-lang.version>3.18.0</commons-lang.version> |
42 | 42 | <!-- Plugin versions --> |
|
116 | 116 | <version>${datatables-responsive.version}</version> |
117 | 117 | </dependency> |
118 | 118 | <dependency> |
119 | | - <groupId>org.webjars</groupId> |
| 119 | + <groupId>org.webjars.npm</groupId> |
120 | 120 | <artifactId>handlebars</artifactId> |
121 | 121 | <version>${handlebars.version}</version> |
122 | 122 | </dependency> |
|
158 | 158 |
|
159 | 159 | <!-- Transitive dependencies updated for security --> |
160 | 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> |
| 161 | + <groupId>org.webjars</groupId> |
| 162 | + <artifactId>swagger-ui</artifactId> |
| 163 | + <version>5.32.5</version> |
174 | 164 | </dependency> |
175 | 165 | <dependency> |
176 | 166 | <groupId>org.apache.logging.log4j</groupId> |
177 | 167 | <artifactId>log4j-api</artifactId> |
178 | | - <version>2.25.3</version> |
| 168 | + <version>2.25.4</version> |
179 | 169 | </dependency> |
180 | 170 | </dependencies> |
181 | 171 |
|
|
0 commit comments