Skip to content

Commit

Permalink
Fjern confluent ignore rule
Browse files Browse the repository at this point in the history
Det mangler støtte for dette, prøver heller legge inn en reject rule i gradle. Vi må sannsynligvis lukke disse PRene manuelt
  • Loading branch information
hestad committed Feb 19, 2025
1 parent 0a21759 commit aa4a8a4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,6 @@ updates:
ignore:
# Versions follow the Postgres version and should be updated manually
- dependency-name: io.zonky.test.postgres:embedded-postgres-binaries-bom
# We want to stay on the apache versions instead of confluent's (dependabot does not support regex in versions yet.)
- dependency-name: org.apache.kafka:kafka-clients
versions:
- "[0-9]+.[0-9]+.[0-9]+-ccs"
- "[0-9]+.[0-9]+.[0-9]+-ce"
- package-ecosystem: "docker"
directory: "/"
schedule:
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ kotest-assertions-json = { group = "io.kotest", name = "kotest-assertions-json",
kotest-extensions = { group = "io.kotest", name = "kotest-extensions", version.ref = "kotest"}
kotest-assertions-arrow = { group = "io.kotest.extensions", name = "kotest-assertions-arrow", version = "1.4.0"}

kafka-clients = { group = "org.apache.kafka", name = "kafka-clients", version = "3.8.0"}
kafka-clients = { group = "org.apache.kafka", name = "kafka-clients", version = "7.0.1-ccs"}
kafka-avro-serializer = { group = "io.confluent", name = "kafka-avro-serializer", version.ref = "confluent"}

flyway-core = { group = "org.flywaydb", name = "flyway-core", version.ref = "flyway"}
Expand Down

0 comments on commit aa4a8a4

Please sign in to comment.