Skip to content

Commit

Permalink
Update various test-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mrotteveel committed Jan 2, 2024
1 parent 57b3b2d commit ccef47f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Version History
1.4.0
-----
- Updated org.testcontainers:jdbc to 1.19.3
- Updated various test-dependencies

1.3.0
-----
Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<maven.compiler.target>1.8</maven.compiler.target>

<testcontainers.version>1.19.3</testcontainers.version>
<jaybird.version>4.0.8.java8</jaybird.version>
<jaybird.version>5.0.3.java8</jaybird.version>
</properties>

<dependencies>
Expand All @@ -63,19 +63,19 @@
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.4.12</version>
<version>1.4.14</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>commons-dbutils</groupId>
<artifactId>commons-dbutils</artifactId>
<version>1.7</version>
<version>1.8.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.zaxxer</groupId>
<artifactId>HikariCP</artifactId>
<version>5.0.1</version>
<version>5.1.0</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit ccef47f

Please sign in to comment.