Skip to content

Commit

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

Updates `org.testcontainers:junit-jupiter` from 1.20.2 to 1.20.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.20.2...1.20.3)

Updates `org.testcontainers:neo4j` from 1.20.2 to 1.20.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.20.2...1.20.3)

---
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 Nov 4, 2024
1 parent 5737643 commit 0177b77
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 @@ -44,7 +44,7 @@
<license-maven-plugin.version>4.6</license-maven-plugin.version>
<maven-checkstyle-plugin.version>3.5.0</maven-checkstyle-plugin.version>
<sortpom-maven-plugin.version>4.0.0</sortpom-maven-plugin.version>
<testcontainers.version>1.20.2</testcontainers.version>
<testcontainers.version>1.20.3</testcontainers.version>
</properties>

<dependencyManagement>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@
<sonar-maven-plugin.version>4.0.0.4121</sonar-maven-plugin.version>
<sortpom-maven-plugin.version>4.0.0</sortpom-maven-plugin.version>
<spring-data-neo4j.version>7.3.5</spring-data-neo4j.version>
<testcontainers.version>1.20.2</testcontainers.version>
<testcontainers.version>1.20.3</testcontainers.version>
<use-latest-version-for-docs>0</use-latest-version-for-docs>
</properties>

Expand Down

0 comments on commit 0177b77

Please sign in to comment.