Skip to content

Commit

Permalink
Get dependabot to check maven central
Browse files Browse the repository at this point in the history
According to the docs, this shouldn't be necessary. But the Dependabot logs suggest otherwise...
  • Loading branch information
big-andy-coates committed Jan 24, 2024
1 parent 07b74a5 commit e147484
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions json-serde/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,11 @@ dependencies {

implementation("io.confluent:kafka-schema-registry-client:$confluentVersion")
implementation("io.confluent:kafka-json-schema-provider:$confluentVersion")
constraints {
implementation("org.scala-lang:scala-library:2.13.12") {
because("lower versions have security vulnerabilities")
}
}

jsonSchemaGenerator("org.creekservice:creek-json-schema-generator:$creekVersion")

Expand Down

0 comments on commit e147484

Please sign in to comment.