Merge remote-tracking branch 'origin/master'

This commit is contained in:
Grahame Grieve 2023-09-19 10:00:00 +10:00
commit d6444ea51a
2 changed files with 11 additions and 7 deletions

View File

@ -115,14 +115,11 @@
<artifactId>junit-jupiter-params</artifactId>
<scope>test</scope>
</dependency>
<!-- https://mvnrepository.com/artifact/org.xerial/sqlite-jdbc -->
<dependency>
<groupId>org.xerial</groupId>
<artifactId>sqlite-jdbc</artifactId>
<version>3.42.0.0</version>
</dependency>
<dependency>
<groupId>org.xerial</groupId>
<artifactId>sqlite-jdbc</artifactId>
</dependency>
</dependencies>
<build>

View File

@ -290,6 +290,13 @@
<artifactId>nimbus-jose-jwt</artifactId>
<version>9.30.2</version>
</dependency>
<!-- https://mvnrepository.com/artifact/org.xerial/sqlite-jdbc -->
<dependency>
<groupId>org.xerial</groupId>
<artifactId>sqlite-jdbc</artifactId>
<version>3.43.0.0</version>
</dependency>
</dependencies>
</dependencyManagement>