From 9a2722f91b5d23147e0d043da47f0eb3a34cdfe5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 08:38:17 +0200 Subject: [PATCH] build(deps): bump testcontainers from 1.20.2 to 1.20.3 (#330) * build(deps): bump testcontainers from 1.20.2 to 1.20.3 Bumps `testcontainers` from 1.20.2 to 1.20.3. Updates `org.testcontainers:testcontainers` 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](https://github.com/testcontainers/testcontainers-java/compare/1.20.2...1.20.3) Updates `org.testcontainers:kafka` 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](https://github.com/testcontainers/testcontainers-java/compare/1.20.2...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](https://github.com/testcontainers/testcontainers-java/compare/1.20.2...1.20.3) Updates `org.testcontainers:minio` 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](https://github.com/testcontainers/testcontainers-java/compare/1.20.2...1.20.3) Updates `org.testcontainers:vault` 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](https://github.com/testcontainers/testcontainers-java/compare/1.20.2...1.20.3) --- updated-dependencies: - dependency-name: org.testcontainers:testcontainers dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.testcontainers:kafka dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.testcontainers:junit-jupiter dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.testcontainers:minio dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.testcontainers:vault dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * dependabot --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: ndr_brt --- .github/dependabot.yml | 10 +++------- gradle/libs.versions.toml | 2 +- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 212efab6..09956eb3 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,21 +1,17 @@ version: 2 updates: - # maintain dependencies for GitHub actions - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "weekly" # default = monday - open-pull-requests-limit: 5 + interval: "weekly" labels: - "dependencies" - "github_actions" - # maintain dependencies for Gradle - - package-ecosystem: "gradle" # checks build.gradle(.kts) and settings.gradle(.kts) + - package-ecosystem: "gradle" directory: "/" schedule: - interval: "daily" - open-pull-requests-limit: 5 + interval: "weekly" labels: - "dependencies" - "java" diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 382fdca4..8a51e67a 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -8,7 +8,7 @@ jupiter = "5.11.3" okhttp-mockwebserver = "5.0.0-alpha.14" restAssured = "5.5.0" rsApi = "4.0.0" -testcontainers = "1.20.2" +testcontainers = "1.20.3" kafkaClients = "3.8.0" [libraries]