Skip to content

Commit

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

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

Updates `org.testcontainers:mysql` from 1.19.2 to 1.19.3
- [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.2...1.19.3)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and fbiville committed Nov 28, 2023
1 parent 130a562 commit b025a32
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 @@ -47,7 +47,7 @@
<maven.enforcer.requireJavaVersion>${maven.compiler.source}</maven.enforcer.requireJavaVersion>
<liquibase.version>4.25.0</liquibase.version>
<sonar.tests>src/test/groovy</sonar.tests>
<testcontainers.version>1.19.2</testcontainers.version>
<testcontainers.version>1.19.3</testcontainers.version>
<spock-core.version>2.3-groovy-4.0</spock-core.version>
</properties>

Expand Down

0 comments on commit b025a32

Please sign in to comment.