Skip to content

Commit bdd2bce

Browse files
committed
Merge branch 'release/3.2.2'
2 parents 3746ef1 + 333d461 commit bdd2bce

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

pom.xml

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>eu.openanalytics</groupId>
77
<artifactId>shinyproxy</artifactId>
8-
<version>3.2.1</version>
8+
<version>3.2.2</version>
99
<packaging>jar</packaging>
1010
<inceptionYear>2016</inceptionYear>
1111

@@ -31,12 +31,14 @@
3131
<maven.compiler.target>21</maven.compiler.target>
3232
<resource.delimiter>&amp;</resource.delimiter>
3333
<!-- Dependency versions -->
34-
<containerproxy.version>1.2.1</containerproxy.version>
34+
<containerproxy.version>1.2.2</containerproxy.version>
3535
<spring-boot.version>3.4.11</spring-boot.version>
3636
<datatables.version>1.13.5</datatables.version>
3737
<datatables-buttons.version>2.4.1</datatables-buttons.version>
3838
<datatables-responsive.version>2.2.7</datatables-responsive.version>
3939
<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>
4042
<!-- Plugin versions -->
4143
<maven.license-plugin.version>4.6</maven.license-plugin.version>
4244
<maven.build-helper-maven.plugin.version>3.6.0</maven.build-helper-maven.plugin.version>
@@ -127,6 +129,16 @@
127129
<groupId>jakarta.servlet</groupId>
128130
<artifactId>jakarta.servlet-api</artifactId>
129131
</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>
130142
<dependency>
131143
<groupId>org.springframework.boot</groupId>
132144
<artifactId>spring-boot-starter-test</artifactId>

0 commit comments

Comments
 (0)