Skip to content

Commit ca37dfd

Browse files
committed
chore(deps): update sqlite4j
# Conflicts: # pom.xml
1 parent ea62cdf commit ca37dfd

File tree

2 files changed

+16
-10
lines changed

2 files changed

+16
-10
lines changed

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@
4848

4949
<quarkus.platform.version>3.28.1</quarkus.platform.version>
5050
<assertj.version>3.27.6</assertj.version>
51+
<sqlite4j.version>0.0.7</sqlite4j.version>
5152

5253
<maven-surefire-plugin.version>3.5.4</maven-surefire-plugin.version>
5354
<maven-failsafe-plugin.version>3.5.4</maven-failsafe-plugin.version>

server/pom.xml

Lines changed: 15 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,19 @@
2222
<artifactId>power-server-metadata</artifactId>
2323
<version>${project.version}</version>
2424
</dependency>
25+
<dependency>
26+
<groupId>io.quarkus</groupId>
27+
<artifactId>quarkus-hibernate-orm-panache</artifactId>
28+
</dependency>
29+
<dependency>
30+
<groupId>io.quarkus</groupId>
31+
<artifactId>quarkus-scheduler</artifactId>
32+
</dependency>
33+
<dependency>
34+
<groupId>io.quarkiverse.jdbc</groupId>
35+
<artifactId>quarkus-jdbc-sqlite4j</artifactId>
36+
<version>${sqlite4j.version}</version>
37+
</dependency>
2538
<dependency>
2639
<groupId>org.assertj</groupId>
2740
<artifactId>assertj-core</artifactId>
@@ -34,16 +47,8 @@
3447
</dependency>
3548
<dependency>
3649
<groupId>io.quarkus</groupId>
37-
<artifactId>quarkus-hibernate-orm-panache</artifactId>
38-
</dependency>
39-
<dependency>
40-
<groupId>io.quarkus</groupId>
41-
<artifactId>quarkus-scheduler</artifactId>
42-
</dependency>
43-
<dependency>
44-
<groupId>io.quarkiverse.jdbc</groupId>
45-
<artifactId>quarkus-jdbc-sqlite4j</artifactId>
46-
<version>0.0.5</version>
50+
<artifactId>quarkus-panache-mock</artifactId>
51+
<scope>test</scope>
4752
</dependency>
4853
</dependencies>
4954
<build>

0 commit comments

Comments
 (0)