Skip to content

Commit ccef47f

Browse files
committed
Update various test-dependencies
1 parent 57b3b2d commit ccef47f

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

CHANGES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ Version History
44
1.4.0
55
-----
66
- Updated org.testcontainers:jdbc to 1.19.3
7+
- Updated various test-dependencies
78

89
1.3.0
910
-----

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<maven.compiler.target>1.8</maven.compiler.target>
3939

4040
<testcontainers.version>1.19.3</testcontainers.version>
41-
<jaybird.version>4.0.8.java8</jaybird.version>
41+
<jaybird.version>5.0.3.java8</jaybird.version>
4242
</properties>
4343

4444
<dependencies>
@@ -63,19 +63,19 @@
6363
<dependency>
6464
<groupId>ch.qos.logback</groupId>
6565
<artifactId>logback-classic</artifactId>
66-
<version>1.4.12</version>
66+
<version>1.4.14</version>
6767
<scope>test</scope>
6868
</dependency>
6969
<dependency>
7070
<groupId>commons-dbutils</groupId>
7171
<artifactId>commons-dbutils</artifactId>
72-
<version>1.7</version>
72+
<version>1.8.1</version>
7373
<scope>test</scope>
7474
</dependency>
7575
<dependency>
7676
<groupId>com.zaxxer</groupId>
7777
<artifactId>HikariCP</artifactId>
78-
<version>5.0.1</version>
78+
<version>5.1.0</version>
7979
<scope>test</scope>
8080
</dependency>
8181
</dependencies>

0 commit comments

Comments
 (0)