|
5 | 5 |
|
6 | 6 | <groupId>eu.openanalytics</groupId> |
7 | 7 | <artifactId>shinyproxy</artifactId> |
8 | | - <version>3.2.1</version> |
| 8 | + <version>3.2.2</version> |
9 | 9 | <packaging>jar</packaging> |
10 | 10 | <inceptionYear>2016</inceptionYear> |
11 | 11 |
|
|
31 | 31 | <maven.compiler.target>21</maven.compiler.target> |
32 | 32 | <resource.delimiter>&</resource.delimiter> |
33 | 33 | <!-- Dependency versions --> |
34 | | - <containerproxy.version>1.2.1</containerproxy.version> |
| 34 | + <containerproxy.version>1.2.2</containerproxy.version> |
35 | 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 | + <sqlite-jdbc.version>3.50.3.0</sqlite-jdbc.version> |
| 41 | + <commons-lang.version>3.18.0</commons-lang.version> |
40 | 42 | <!-- Plugin versions --> |
41 | 43 | <maven.license-plugin.version>4.6</maven.license-plugin.version> |
42 | 44 | <maven.build-helper-maven.plugin.version>3.6.0</maven.build-helper-maven.plugin.version> |
|
127 | 129 | <groupId>jakarta.servlet</groupId> |
128 | 130 | <artifactId>jakarta.servlet-api</artifactId> |
129 | 131 | </dependency> |
| 132 | + <dependency> |
| 133 | + <groupId>org.xerial</groupId> |
| 134 | + <artifactId>sqlite-jdbc</artifactId> |
| 135 | + <version>${sqlite-jdbc.version}</version> |
| 136 | + </dependency> |
| 137 | + <dependency> |
| 138 | + <groupId>org.apache.commons</groupId> |
| 139 | + <artifactId>commons-lang3</artifactId> |
| 140 | + <version>${commons-lang.version}</version> |
| 141 | + </dependency> |
130 | 142 | <dependency> |
131 | 143 | <groupId>org.springframework.boot</groupId> |
132 | 144 | <artifactId>spring-boot-starter-test</artifactId> |
|
0 commit comments