Skip to content

Commit

Permalink
Update embedded-kafka to 3.9.0 (#1398)
Browse files Browse the repository at this point in the history
## About this PR
πŸ“¦ Updates
[io.github.embeddedkafka:embedded-kafka](https://github.com/embeddedkafka/embedded-kafka)
from `3.8.1` to `3.9.0`

πŸ“œ [GitHub Release
Notes](https://github.com/embeddedkafka/embedded-kafka/releases/tag/v3.9.0)
- [Version
Diff](embeddedkafka/embedded-kafka@v3.8.1...v3.9.0)

## 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/f89466c2b9d28c5029de11ecd442329caf0f5b70/docs/repo-specific-configuration.md)
file.

_Have a fantastic day writing Scala!_

<details>
<summary>πŸ” Files still referring to the old version number</summary>

The following files still refer to the old version number (3.8.1).
You might want to review and update them manually.
```
build.sbt
```
</details>
<details>
<summary>βš™ Adjust future updates</summary>

Add this to your `.scala-steward.conf` file to ignore future updates of
this dependency:
```
updates.ignore = [ { groupId = "io.github.embeddedkafka", artifactId = "embedded-kafka" } ]
```
Or, add this to slow down future updates of this dependency:
```
dependencyOverrides = [{
  pullRequests = { frequency = "30 days" },
  dependency = { groupId = "io.github.embeddedkafka", artifactId = "embedded-kafka" }
}]
```
</details>

<sup>
labels: library-update, early-semver-minor, semver-spec-minor,
version-scheme:semver-spec, old-version-remains, commit-count:1
</sup>

<!-- scala-steward = {
  "Update" : {
    "ForArtifactId" : {
      "crossDependency" : [
        {
          "groupId" : "io.github.embeddedkafka",
          "artifactId" : {
            "name" : "embedded-kafka",
            "maybeCrossName" : "embedded-kafka_2.13"
          },
          "version" : "3.8.1",
          "sbtVersion" : null,
          "scalaVersion" : null,
          "configurations" : null
        }
      ],
      "newerVersions" : [
        "3.9.0"
      ],
      "newerGroupId" : null,
      "newerArtifactId" : null
    }
  },
  "Labels" : [
    "library-update",
    "early-semver-minor",
    "semver-spec-minor",
    "version-scheme:semver-spec",
    "old-version-remains",
    "commit-count:1"
  ]
} -->

---------

Co-authored-by: zio-scala-steward[bot] <145262613+zio-scala-steward[bot]@users.noreply.github.com>
Co-authored-by: svroonland <[email protected]>
  • Loading branch information
zio-scala-steward[bot] and svroonland authored Nov 20, 2024
1 parent 78cfa03 commit 9f3e6dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ lazy val binCompatVersionToCompare =
compatVersion
}

lazy val kafkaVersion = "3.8.1"
lazy val embeddedKafkaVersion = "3.8.1" // Should be the same as kafkaVersion, except for the patch part
lazy val kafkaVersion = "3.9.0"
lazy val embeddedKafkaVersion = "3.9.0" // Should be the same as kafkaVersion, except for the patch part

lazy val kafkaClients = "org.apache.kafka" % "kafka-clients" % kafkaVersion
lazy val logback = "ch.qos.logback" % "logback-classic" % "1.5.12"
Expand Down

0 comments on commit 9f3e6dc

Please sign in to comment.