Merge remote-tracking branch 'origin/master'

This commit is contained in:
Gabriele C 2022-10-09 23:39:50 +02:00
commit 3741fb4cec
1 changed files with 6 additions and 6 deletions

12
pom.xml
View File

@ -248,7 +248,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>3.2.2</version>
<version>3.3.0</version>
</plugin>
<!-- Generate a jar containing the source javadoc -->
<plugin>
@ -289,7 +289,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>3.3.0</version>
<version>3.4.0</version>
<executions>
<execution>
<id>shaded-jar</id>
@ -692,7 +692,7 @@
<dependency>
<groupId>org.mariadb.jdbc</groupId>
<artifactId>mariadb-java-client</artifactId>
<version>3.0.7</version>
<version>3.0.8</version>
<optional>true</optional>
</dependency>
@ -1027,7 +1027,7 @@
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<scope>test</scope>
<version>4.7.0</version>
<version>4.8.0</version>
<exclusions>
<exclusion>
<artifactId>hamcrest-core</artifactId>
@ -1040,7 +1040,7 @@
<dependency>
<groupId>org.checkerframework</groupId>
<artifactId>checker-qual</artifactId>
<version>3.25.0</version>
<version>3.26.0</version>
<scope>test</scope>
</dependency>
@ -1048,7 +1048,7 @@
<dependency>
<groupId>org.xerial</groupId>
<artifactId>sqlite-jdbc</artifactId>
<version>3.39.2.1</version>
<version>3.39.3.0</version>
<scope>test</scope>
</dependency>
<dependency>