Skip to content

Commit

Permalink
Bump testcontainers.version from 1.19.4 to 1.19.5
Browse files Browse the repository at this point in the history
Bumps `testcontainers.version` from 1.19.4 to 1.19.5.

Updates `org.testcontainers:testcontainers` from 1.19.4 to 1.19.5
- [Release notes](https://github.com/testcontainers/testcontainers-java/releases)
- [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md)
- [Commits](testcontainers/testcontainers-java@1.19.4...1.19.5)

Updates `org.testcontainers:neo4j` from 1.19.4 to 1.19.5
- [Release notes](https://github.com/testcontainers/testcontainers-java/releases)
- [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md)
- [Commits](testcontainers/testcontainers-java@1.19.4...1.19.5)

---
updated-dependencies:
- dependency-name: org.testcontainers:testcontainers
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.testcontainers:neo4j
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and fbiville committed Feb 12, 2024
1 parent 591f8a4 commit 844c44c
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 @@ -83,7 +83,7 @@
<neo4j.version>4.4.10</neo4j.version>
<httpclient.version>4.5.13</httpclient.version>
<jackson.version>2.16.1</jackson.version>
<testcontainers.version>1.19.4</testcontainers.version>
<testcontainers.version>1.19.5</testcontainers.version>

<!-- Plugin version -->
<maven.plugin.compiler>3.12.1</maven.plugin.compiler>
Expand Down

0 comments on commit 844c44c

Please sign in to comment.