Skip to content

Commit

Permalink
Update to Testcontainers 1.15.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-simons authored and meistermeier committed Dec 15, 2020
1 parent a11fc21 commit 565781f
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ logs
build/
.gradle/
devenv.local
.vscode/
16 changes: 14 additions & 2 deletions neo4j-ogm-tests/neo4j-ogm-integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@
<description>Integration tests of Neo4j-OGM Core and API across different transports.</description>

<properties>
<testcontainers.version>1.12.3</testcontainers.version>
<testcontainers.version>1.15.1</testcontainers.version>
<visible-assertions.version>2.1.2</visible-assertions.version>
</properties>

<dependencies>
Expand Down Expand Up @@ -171,7 +172,18 @@
</exclusion>
</exclusions>
</dependency>

<!-- This is a hack to avoid dependency version conflicts rooted in testcontainers -->
<dependency>
<groupId>org.rnorth.visible-assertions</groupId>
<artifactId>visible-assertions</artifactId>
<version>${visible-assertions.version}</version>
<exclusions>
<exclusion>
<groupId>net.java.dev.jna</groupId>
<artifactId>jna</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependencies>

<repositories>
Expand Down

0 comments on commit 565781f

Please sign in to comment.