Skip to content

Commit

Permalink
Updated various test-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mrotteveel committed Jan 30, 2025
1 parent c5a63ef commit bf5f47d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Version History
Switch to the _project_ image.
- In the 1.6.0 release, the 5.0.1 version of the _project_ image will become the default image. \
Make sure you explicitly use this image name (and a version tag) if you want to stick to the _Jacob Alberty_ image with the next release.
- Updated various test-dependencies

1.5.0
-----
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@

<testcontainers.version>1.20.4</testcontainers.version>
<jaybird.version>5.0.6.java8</jaybird.version>
<junit5.version>5.11.3</junit5.version>
<junit5.version>5.11.4</junit5.version>
</properties>

<dependencyManagement>
Expand Down Expand Up @@ -87,7 +87,7 @@
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.5.12</version>
<version>1.5.16</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit bf5f47d

Please sign in to comment.