Skip to content

Commit 3741fb4

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents ddca37a + 0c83c6d commit 3741fb4

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@
248248
<plugin>
249249
<groupId>org.apache.maven.plugins</groupId>
250250
<artifactId>maven-jar-plugin</artifactId>
251-
<version>3.2.2</version>
251+
<version>3.3.0</version>
252252
</plugin>
253253
<!-- Generate a jar containing the source javadoc -->
254254
<plugin>
@@ -289,7 +289,7 @@
289289
<plugin>
290290
<groupId>org.apache.maven.plugins</groupId>
291291
<artifactId>maven-shade-plugin</artifactId>
292-
<version>3.3.0</version>
292+
<version>3.4.0</version>
293293
<executions>
294294
<execution>
295295
<id>shaded-jar</id>
@@ -692,7 +692,7 @@
692692
<dependency>
693693
<groupId>org.mariadb.jdbc</groupId>
694694
<artifactId>mariadb-java-client</artifactId>
695-
<version>3.0.7</version>
695+
<version>3.0.8</version>
696696
<optional>true</optional>
697697
</dependency>
698698

@@ -1027,7 +1027,7 @@
10271027
<groupId>org.mockito</groupId>
10281028
<artifactId>mockito-core</artifactId>
10291029
<scope>test</scope>
1030-
<version>4.7.0</version>
1030+
<version>4.8.0</version>
10311031
<exclusions>
10321032
<exclusion>
10331033
<artifactId>hamcrest-core</artifactId>
@@ -1040,15 +1040,15 @@
10401040
<dependency>
10411041
<groupId>org.checkerframework</groupId>
10421042
<artifactId>checker-qual</artifactId>
1043-
<version>3.25.0</version>
1043+
<version>3.26.0</version>
10441044
<scope>test</scope>
10451045
</dependency>
10461046

10471047
<!-- JDBC drivers for datasource integration tests -->
10481048
<dependency>
10491049
<groupId>org.xerial</groupId>
10501050
<artifactId>sqlite-jdbc</artifactId>
1051-
<version>3.39.2.1</version>
1051+
<version>3.39.3.0</version>
10521052
<scope>test</scope>
10531053
</dependency>
10541054
<dependency>

0 commit comments

Comments
 (0)