Skip to content

Commit

Permalink
update testcontainers to also work with testcontainer versions > 8.29…
Browse files Browse the repository at this point in the history
….0 (fix nullpointer exception)
  • Loading branch information
pj-spoelders committed Sep 26, 2024
1 parent ec29ed6 commit efc6290
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/changes/changes_0.1.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Consider this a first and early-access release.
### Test Dependency Updates

* Added `com.exasol:autogenerated-resource-verifier-java:0.1.2`
* Added `com.exasol:exasol-testcontainers:7.0.1`
* Added `com.exasol:exasol-testcontainers:7.1.1`
* Added `com.exasol:hamcrest-resultset-matcher:1.6.4`
* Added `com.exasol:test-db-builder-java:3.5.3`
* Added `com.exasol:udf-debugging-java:0.6.11`
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
<dependency>
<groupId>com.exasol</groupId>
<artifactId>exasol-testcontainers</artifactId>
<version>7.0.1</version>
<version>7.1.1</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit efc6290

Please sign in to comment.