Skip to content

Commit b4ce73e

Browse files
committed
Update test dependencies
1 parent 8faa257 commit b4ce73e

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
Version History
22
===============
33

4+
1.6.1-SNAPSHOT (tentative)
5+
-----
6+
- Updated various test dependencies
7+
48
1.6.0
59
-----
610
- The _project_ image (`firebirdsql/firebird`) is now the default. \

pom.xml

Lines changed: 3 additions & 3 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.21.3</testcontainers.version>
41-
<jaybird.version>5.0.8.java8</jaybird.version>
41+
<jaybird.version>5.0.11.java8</jaybird.version>
4242
<junit5.version>5.13.4</junit5.version>
4343
</properties>
4444

@@ -89,7 +89,7 @@
8989
<dependency>
9090
<groupId>ch.qos.logback</groupId>
9191
<artifactId>logback-classic</artifactId>
92-
<version>1.5.18</version>
92+
<version>1.5.32</version>
9393
<scope>test</scope>
9494
</dependency>
9595
<dependency>
@@ -101,7 +101,7 @@
101101
<dependency>
102102
<groupId>com.zaxxer</groupId>
103103
<artifactId>HikariCP</artifactId>
104-
<version>7.0.1</version>
104+
<version>7.0.2</version>
105105
<scope>test</scope>
106106
</dependency>
107107
</dependencies>

0 commit comments

Comments
 (0)