Skip to content

Commit ed0554a

Browse files
committed
Bump dependencies
1 parent 0c764fb commit ed0554a

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

pom.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@
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)