Skip to content

Commit 821da35

Browse files
committed
Bump test dependencies
1 parent cea4d9a commit 821da35

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939

4040
<testcontainers.version>1.12.5</testcontainers.version>
4141
<lombok.version>1.18.8</lombok.version>
42-
<jaybird.version>3.0.8</jaybird.version>
42+
<jaybird.version>3.0.9</jaybird.version>
4343
</properties>
4444

4545
<dependencies>
@@ -51,7 +51,7 @@
5151
<dependency>
5252
<groupId>junit</groupId>
5353
<artifactId>junit</artifactId>
54-
<version>4.12</version>
54+
<version>4.13</version>
5555
</dependency>
5656

5757
<dependency>
@@ -77,13 +77,13 @@
7777
<dependency>
7878
<groupId>commons-dbutils</groupId>
7979
<artifactId>commons-dbutils</artifactId>
80-
<version>1.6</version>
80+
<version>1.7</version>
8181
<scope>test</scope>
8282
</dependency>
8383
<dependency>
8484
<groupId>com.zaxxer</groupId>
8585
<artifactId>HikariCP</artifactId>
86-
<version>3.4.2</version>
86+
<version>3.4.5</version>
8787
<scope>test</scope>
8888
</dependency>
8989
</dependencies>

0 commit comments

Comments
 (0)