Skip to content

Commit

Permalink
Fix infinite loop when retrying to get a connection
Browse files Browse the repository at this point in the history
- Fix infinite loop
- Bump `testcontainers-java-tarantool` to 1.0.2
- CHANGELOG.md
  • Loading branch information
nickkkccc committed Nov 16, 2023
1 parent cc5669b commit 42f5640
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@
<dependency>
<groupId>io.tarantool</groupId>
<artifactId>testcontainers-java-tarantool</artifactId>
<version>1.0.2</version>
<version>1.0.1</version>
<scope>test</scope>
<exclusions>
<exclusion>
Expand Down

0 comments on commit 42f5640

Please sign in to comment.