Skip to content

Commit

Permalink
Bump org.testcontainers:k3s from 1.18.0 to 1.18.3 (#1708)
Browse files Browse the repository at this point in the history
Bumps [org.testcontainers:k3s](https://github.com/testcontainers/testcontainers-java) from 1.18.0 to 1.18.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.18.0...1.18.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Sep 4, 2024
1 parent 5c39844 commit 4caec0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion spring-cloud-kubernetes-integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<properties>
<java.version>17</java.version>
<docker-java.version>3.2.13</docker-java.version>
<testcontainers.version>1.18.0</testcontainers.version>
<testcontainers.version>1.18.3</testcontainers.version>
</properties>

<build>
Expand Down
2 changes: 1 addition & 1 deletion spring-cloud-kubernetes-test-support/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<properties>
<awaitility.version>4.0.3</awaitility.version>
<testcontainers.version>1.19.0</testcontainers.version>
<testcontainers.version>1.18.3</testcontainers.version>
</properties>
<dependencies>

Expand Down

0 comments on commit 4caec0f

Please sign in to comment.