Skip to content

Commit

Permalink
Bump the dependencies group with 1 update
Browse files Browse the repository at this point in the history
Bumps the dependencies group with 1 update: org.apache.kafka:kafka_2.12.


Updates `org.apache.kafka:kafka_2.12` from 3.6.1 to 3.7.0

---
updated-dependencies:
- dependency-name: org.apache.kafka:kafka_2.12
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 27, 2024
1 parent ced7bed commit 19a5830
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ group = "no.nav.syfo"
version = "1.0.0"

val coroutinesVersion = "1.8.0"
val kafkaVersion = "3.6.1"
val kafkaVersion = "3.7.0"
val kluentVersion = "1.73"
val ktorVersion = "2.3.8"
val logbackVersion = "1.5.0"
Expand Down

0 comments on commit 19a5830

Please sign in to comment.