Skip to content

Commit

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

Updates `org.testcontainers:testcontainers` from 1.19.1 to 1.19.2
- [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.1...1.19.2)

Updates `org.testcontainers:neo4j` from 1.19.1 to 1.19.2
- [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.1...1.19.2)

---
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 Nov 16, 2023
1 parent d9afc5b commit 40d954b
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 @@ -50,7 +50,7 @@
<neo4j.version>4.4.11</neo4j.version>
<driver.version>4.4.12</driver.version>
<neo4j.experimental>false</neo4j.experimental>
<testcontainers.version>1.19.1</testcontainers.version>
<testcontainers.version>1.19.2</testcontainers.version>
<xbean.version>4.10</xbean.version>
<cypherdsl.version>2022.9.0</cypherdsl.version>
<node.version>v12.16.0</node.version>
Expand Down

0 comments on commit 40d954b

Please sign in to comment.