Skip to content

Commit 1f93f08

Browse files
authored
Update Visible Assertions dependency to 2.1.0 (#488)
* Update Visible Assertions dependency to 2.1.0 to remove risk of dependency clashes with JNR-POSIX
1 parent aefdc91 commit 1f93f08

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ All notable changes to this project will be documented in this file.
88
### Changed
99
- Make Network instances reusable (i.e. work with `@ClassRule`) ([\#469](https://github.com/testcontainers/testcontainers-java/issues/469))
1010
- Added support for explicitly setting file mode when copying file into container ([\#446](https://github.com/testcontainers/testcontainers-java/issues/446), [\#467](https://github.com/testcontainers/testcontainers-java/issues/467))
11+
- Use Visible Assertions 2.1.0 for pre-flight test output (eliminating Jansi/JNR-POSIX dependencies for lower likelihood of conflict. JNA is now used internally by Visible Assertions instead).
1112
- Mark all links functionality as deprecated. This is pending removal in a later release. Please see [\#465](https://github.com/testcontainers/testcontainers-java/issues/465). {@link Network} features should be used instead.
1213

1314
## [1.4.3] - 2017-10-14

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
<dependency>
9393
<groupId>org.rnorth.visible-assertions</groupId>
9494
<artifactId>visible-assertions</artifactId>
95-
<version>2.0.0</version>
95+
<version>2.1.0</version>
9696
</dependency>
9797

9898
<!-- Test dependencies -->

0 commit comments

Comments
 (0)