|
Ran
|
Files
184
|
Run time
10s
|
Badge
README BADGES
|
push
Update cassandra, kafka to 1.21.1 (#767) ## About this PR 📦 Updates * [org.testcontainers:cassandra](https://github.com/testcontainers/testcontainers-java/) * [org.testcontainers:kafka](https://github.com/testcontainers/testcontainers-java/) from `1.21.0` to `1.21.1` 📜 [GitHub Release Notes](https://github.com/testcontainers/testcontainers-java/releases/tag/1.21.1) - [Version Diff](https://github.com/testcontainers/testcontainers-java/compare/1.21.0...1.21.1) ## Usage ✅ **Please merge!** I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd like to skip this version, you can just close this PR. If you have any feedback, just mention me in the comments below. Configure Scala Steward for your repository with a [`.scala-steward.conf`](https://github.com/scala-steward-org/scala-steward/blob/55f6dc6a6/docs/repo-specific-configuration.md) file. _Have a fantastic day writing Scala!_ <details> <summary>⚙ Adjust future updates</summary> Add this to your `.scala-steward.conf` file to ignore future updates of this dependency: ``` updates.ignore = [ { groupId = "org.testcontainers" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.testcontainers" } }] ``` </details> <sup> labels: test-library-update, early-semver-patch, semver-spec-patch, commit-count:1 </sup> <!-- scala-steward = { "Update" : { "ForGroupId" : { "forArtifactIds" : [ { "ForArtifactId" : { "crossDependency" : [ { "groupId" : "org.testcontainers", "artifactId" : { "name" : "cassandra", "maybeCrossName" : null }, "version" : "1.21.0", "sbtVersion" : null, "scalaVersion" : null, "confi... (continued)
3246 of 3918 relevant lines covered (82.85%)
1.39 hits per line
| Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
|---|