Skip to content

Commit

Permalink
build(deps): Bump testcontainers.version from 1.19.5 to 1.19.6 (#934)
Browse files Browse the repository at this point in the history
Bumps `testcontainers.version` from 1.19.5 to 1.19.6.

Updates `org.testcontainers:junit-jupiter` from 1.19.5 to 1.19.6
- [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.5...1.19.6)

Updates `org.testcontainers:neo4j` from 1.19.5 to 1.19.6
- [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.5...1.19.6)

---
updated-dependencies:
- dependency-name: org.testcontainers:junit-jupiter
  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]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 26, 2024
1 parent 8423ac1 commit 7d04fef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
<license-maven-plugin.version>4.3</license-maven-plugin.version>
<maven-checkstyle-plugin.version>3.3.1</maven-checkstyle-plugin.version>
<sortpom-maven-plugin.version>2.15.0</sortpom-maven-plugin.version>
<testcontainers.version>1.19.5</testcontainers.version>
<testcontainers.version>1.19.6</testcontainers.version>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@
<sonar-maven-plugin.version>3.10.0.2594</sonar-maven-plugin.version>
<sortpom-maven-plugin.version>3.3.0</sortpom-maven-plugin.version>
<spring-data-neo4j.version>7.2.3</spring-data-neo4j.version>
<testcontainers.version>1.19.5</testcontainers.version>
<testcontainers.version>1.19.6</testcontainers.version>
<use-latest-version-for-docs>0</use-latest-version-for-docs>
</properties>

Expand Down

0 comments on commit 7d04fef

Please sign in to comment.